Newman Run Dashboard

Friday, 16 January 2026 07:43:31
Total Iterations

3

Total Assertions

198

Total Failed Tests

29

Total Skipped Tests

0


File Information
Collection: Inwarranty-flow collection Copy
Environment: QA
Timings and Data
Total run duration: 44.8s
Total data received: 2.98MB
Average response time: 264ms
Summary Item Total Failed
Requests 162 3
Prerequest Scripts 189 0
Test Scripts 237 3
Assertions 198 23
Skipped Tests 0 -



Showing 29 Failures

Failed Test: Verify the resposne time is below 400ms

Assertion Error Message
expected 546 to be below 400
Failed Test: Verify correct error status is shown

Assertion Error Message
expected 500 to equal 401
Failed Test: Verify correct error status is shown

Assertion Error Message
expected 500 to equal 400
Failed Test: Security:Veirfy if passowrd field is not present in the response

Assertion Error Message
expected { id: 4, first_name: 'fd', …(14) } to not have property 'password'
Failed Test: Verify status code is 401

Assertion Error Message
expected response to have status code 403 but got 200
Failed Test: Verify status code is 401

Assertion Error Message
expected response to have status code 403 but got 200
Failed Test: Verify if the status code is 403

Assertion Error Message
expected response to have status code 403 but got 401
Failed Test: Verify if the status code is 400

Assertion Error Message
expected response to have status code 400 but got 500
Failed Test: Check if the count for the created jobs today is greater than the old value

Assertion Error Message
the argument to above must be a number
Failed Test:

Assertion Error Message
runtime:extensions~request: request url is empty
Failed Test: Verify correct error status is shown

Assertion Error Message
expected 500 to equal 401
Failed Test: Verify correct error status is shown

Assertion Error Message
expected 500 to equal 400
Failed Test: Security:Veirfy if passowrd field is not present in the response

Assertion Error Message
expected { id: 4, first_name: 'fd', …(14) } to not have property 'password'
Failed Test: Verify status code is 401

Assertion Error Message
expected response to have status code 403 but got 200
Failed Test: Verify status code is 401

Assertion Error Message
expected response to have status code 403 but got 200
Failed Test: Verify if the status code is 400

Assertion Error Message
expected response to have status code 400 but got 500
Failed Test: Check if the count for the created jobs today is greater than the old value

Assertion Error Message
the argument to above must be a number
Failed Test:

Assertion Error Message
runtime:extensions~request: request url is empty
Failed Test: Verify correct error status is shown

Assertion Error Message
expected 500 to equal 401
Failed Test: Verify correct error status is shown

Assertion Error Message
expected 500 to equal 400
Failed Test: Security:Veirfy if passowrd field is not present in the response

Assertion Error Message
expected { id: 4, first_name: 'fd', …(14) } to not have property 'password'
Failed Test: Verify status code is 401

Assertion Error Message
expected response to have status code 403 but got 200
Failed Test: Verify status code is 401

Assertion Error Message
expected response to have status code 403 but got 200
Failed Test: Verify if the status code is 400

Assertion Error Message
expected response to have status code 400 but got 500
Failed Test: Check if the count for the created jobs today is greater than the old value

Assertion Error Message
the argument to above must be a number
Failed Test:

Assertion Error Message
runtime:extensions~request: request url is empty


There are no skipped tests



3 Iterations available to view
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 546ms
Mean size per request: 690B

Test Pass Percentage
80 %
Request Headers
Header NameHeader Value
Content-Type application/json
DemoHeader iamfd
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token a428777d-2cb3-4074-8532-2cd075e9b1b5
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 58
Request Body
{
            "username": "iamfd",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 690
ETag W/"2b2-KpJPYSMpZf3jVZ2eVcauPR9wlA4"
Vary Accept-Encoding
Date Fri, 16 Jan 2026 07:42:47 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg1NDkzNjd9.wumAUbFP1ADFRnbOcF15XNmrjoHY40fOz1uD6eIFsVA"}}
Test Information
NamePassedFailedSkipped
Verify if the status code is 200 1 0 0
Verify that message should be 'Success' 1 0 0
Verify that token shoukd be valid 1 0 0
Verify JSON Success 1 0 0
Verify the resposne time is below 400ms 0 1 0
Total 4 1 0
Test Failure
Test NameAssertion Error
Verify the resposne time is below 400ms
expected 546 to be below 400
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 255ms
Mean size per request: 111B

Test Pass Percentage
67 %
Request Headers
Header NameHeader Value
Content-Type application/json
DemoHeader iamfd
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 85503c08-7426-4107-b6b0-36745e7d9b33
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 71
Request Body
{
            "username": "{{invalidusername}}",
            "password": "Pass123"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 111
ETag W/"6f-3WIQw9DELuoisWKKy7VM2hiZxXA"
Vary Accept-Encoding
Date Fri, 16 Jan 2026 07:42:47 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"Invalid username or password","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify correct error message is shown 1 0 0
Verify correct error status is shown 0 1 0
Verify jsonSchema 1 0 0
Total 2 1 0
Test Failure
Test NameAssertion Error
Verify correct error status is shown
expected 500 to equal 401
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 252ms
Mean size per request: 98B

Test Pass Percentage
67 %
Request Headers
Header NameHeader Value
Content-Type application/json
DemoHeader iamfd
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 94f769e5-9ab0-4467-8356-9963aaae784f
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 45
Request Body
{
            "username": "",
            "password": ""
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 98
ETag W/"62-jXdd8I0DBicnbx0aboTHyS7NZuM"
Vary Accept-Encoding
Date Fri, 16 Jan 2026 07:42:47 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"Invalid request","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify correct error message is shown 1 0 0
Verify correct error status is shown 0 1 0
Verify jsonSchema 1 0 0
Total 2 1 0
Test Failure
Test NameAssertion Error
Verify correct error status is shown
expected 500 to equal 400
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 257ms
Mean size per request: 438B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg1NDkzNjd9.wumAUbFP1ADFRnbOcF15XNmrjoHY40fOz1uD6eIFsVA
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 6ff9a320-1282-43b3-9ac3-14973c56ecf2
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 438
ETag W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"
Vary Accept-Encoding
Date Fri, 16 Jan 2026 07:42:48 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
Test Information
NamePassedFailedSkipped
Verify if status code is 200 1 0 0
Verify if response message is success 1 0 0
Verify the response tine is below 400ms 1 0 0
Verify user data is present in response 1 0 0
Verify JSON Response Schema 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 250ms
Mean size per request: 438B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg1NDkzNjd9.wumAUbFP1ADFRnbOcF15XNmrjoHY40fOz1uD6eIFsVA
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token afb09fa3-de0a-414a-ac16-d564e44d4090
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 438
ETag W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"
Vary Accept-Encoding
Date Fri, 16 Jan 2026 07:42:48 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
Test Information
NamePassedFailedSkipped
Security:Veirfy if passowrd field is not present in the response 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Security:Veirfy if passowrd field is not present in the response
expected { id: 4, first_name: 'fd', …(14) } to not have property 'password'
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 251ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg1NDkzNjd9.wumAUbFP1ADFRnbOcF15XNmrjoHY40fOz1uD6eIFsVA
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 4249cd3a-c5ce-4eeb-bfed-f8fd842af747
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Fri, 16 Jan 2026 07:42:48 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify status code is 401 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 283ms
Mean size per request: 242B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg1NDkzNjd9.wumAUbFP1ADFRnbOcF15XNmrjoHY40fOz1uD6eIFsVA
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 95a6665c-c855-48c4-95a5-e2af83086da3
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-bWRAvpOPW7pQIV+ZO/ENbhPSh1I"
Vary Accept-Encoding
Date Fri, 16 Jan 2026 07:42:48 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":0},{"label":"Created today","key":"created_today","count":365},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
NamePassedFailedSkipped
Verify that status code is 200 1 0 0
Verify that response time is below 500ms 1 0 0
Verify if response message is success 1 0 0
Verify JSON Schema 1 0 0
Verify if the length of the data array is 3 1 0 0
Verify if the keys are present in response data Array 1 0 0
Verify if the count for the Json object Pending for delivery is Number or not 1 0 0
Verify if the count for the Json object Created today is Number or not 1 0 0
Verify if the count for the Json object Pending for FST assignment is Number or not 1 0 0
Total 9 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 248ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg1NDkzNjd9.wumAUbFP1ADFRnbOcF15XNmrjoHY40fOz1uD6eIFsVA
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 98d85b5c-8891-43c6-a6ec-8ac1124f4288
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Fri, 16 Jan 2026 07:42:49 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify status code is 401 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 265ms
Mean size per request: 242B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg1NDkzNjd9.wumAUbFP1ADFRnbOcF15XNmrjoHY40fOz1uD6eIFsVA
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 64069e44-0660-4082-b827-3ea349611178
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-bWRAvpOPW7pQIV+ZO/ENbhPSh1I"
Vary Accept-Encoding
Date Fri, 16 Jan 2026 07:42:49 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":0},{"label":"Created today","key":"created_today","count":365},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
NamePassedFailedSkipped
Verify status code is 401 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify status code is 401
expected response to have status code 403 but got 200
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTU5NjB9.nfvITuSMfYZ64YhDEuyZcSjywp2smDI8pOVYcgtzgwc' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 200 - OK
Mean time per request: 262ms
Mean size per request: 10.53KB

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg1NDkzNjd9.wumAUbFP1ADFRnbOcF15XNmrjoHY40fOz1uD6eIFsVA
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token a8006034-5389-4904-8296-53c2d1dfba46
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM"
Vary Accept-Encoding
Content-Encoding gzip
Date Fri, 16 Jan 2026 07:42:49 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Test Information
NamePassedFailedSkipped
Status code is 200 1 0 0
Verify if response message is success 1 0 0
Verify that response time is below 500 1 0 0
Verify JSON Schema 1 0 0
Verify if the key mst_oem is present in the response body 1 0 0
Verify if the key mst_model is present in the response body 1 0 0
Verify if the key mst_action_status is present in the response body 1 0 0
Verify if the key mst_warrenty_status is present in the response body 1 0 0
Verify if the key mst_product is present in the response body 1 0 0
Verify if the key mst_role is present in the response body 1 0 0
Verify if the key mst_service_location is present in the response body 1 0 0
Verify if the key mst_problem is present in the response body 1 0 0
Verify if the key map_fst_pincode is present in the response body 1 0 0
Verify if the key is storing a non empty array 1 0 0
Total 14 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTU5NjB9.nfvITuSMfYZ64YhDEuyZcSjywp2smDI8pOVYcgtzgwc' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 261ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg1NDkzNjd9.wumAUbFP1ADFRnbOcF15XNmrjoHY40fOz1uD6eIFsVA
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 5a779d63-25b0-468b-8281-cbc39e255afb
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Fri, 16 Jan 2026 07:42:50 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify status code is 401 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTU5NjB9.nfvITuSMfYZ64YhDEuyZcSjywp2smDI8pOVYcgtzgwc' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 200 - OK
Mean time per request: 260ms
Mean size per request: 10.53KB

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg1NDkzNjd9.wumAUbFP1ADFRnbOcF15XNmrjoHY40fOz1uD6eIFsVA
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 951259ed-729f-4eb0-b67a-393860d1927d
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM"
Vary Accept-Encoding
Content-Encoding gzip
Date Fri, 16 Jan 2026 07:42:50 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Test Information
NamePassedFailedSkipped
Verify status code is 401 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify status code is 401
expected response to have status code 403 but got 200
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 200 - OK
Mean time per request: 304ms
Mean size per request: 233B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg1NDkzNjd9.wumAUbFP1ADFRnbOcF15XNmrjoHY40fOz1uD6eIFsVA
randomnumber 373
randomFirstName Rashad
randomLastName Blanda
randomEmail Leo_Wiegand@gmail.com
randomPhone 207-835-1191
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 9799fa21-c473-4f17-8a26-0f4dae7f5db4
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1051
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
            "customer": {
                "first_name": "Ruby",
                "last_name": "Jerde",
                "mobile_number": "325-899-3758",
                "mobile_number_alt": "",
                "email_id": "Jack.Jerde20@hotmail.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "23",
                "apartment_name": "Ganga",
                "street_name": "ganga road",
                "landmark": "hgjhggjkkj",
                "area": "Ghartanpada",
                "pincode": "820023",
                "country": "India",
                "state": "Maharashtra"
            },
            "customer_product": {
                "dop": "2025-11-04T23:00:00.000Z",
                "serial_number":"66921671520550",
                "imei1": "66921671520550",
                "imei2": "66921671520550",
                "popurl": "2025-11-04T23:00:00.000Z",
                "product_id": 3,
                "mst_model_id": 3
            },
            "problems": [
                {
                    "id": 3,
                    "remark": ""
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 233
ETag W/"e9-ouxGHozp/GAdTZqKqXAeN6LivY4"
Vary Accept-Encoding
Date Fri, 16 Jan 2026 07:42:50 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Job created successfully. ","data":{"id":155789,"mst_service_location_id":1,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"tr_customer_id":155806,"tr_customer_product_id":155796,"job_number":"JOB_155789"}}
Test Information
NamePassedFailedSkipped
Status code is 200 1 0 0
Verify if response message is Job Created Successfully 1 0 0
Verify that response time is below 500 1 0 0
Verify JSON Schema 1 0 0
Verify that id is present in the response data 1 0 0
Verify that mst_service_location_id is present in the response data 1 0 0
Verify that mst_platform_id is present in the response data 1 0 0
Verify that mst_warrenty_status_id is present in the response data 1 0 0
Verify that mst_oem_id is present in the response data 1 0 0
Verify that tr_customer_id is present in the response data 1 0 0
Verify that tr_customer_product_id is present in the response data 1 0 0
Verify that job_number is present in the response data 1 0 0
Verify job_number starts with JOB_ 1 0 0
Total 13 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 260ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg1NDkzNjd9.wumAUbFP1ADFRnbOcF15XNmrjoHY40fOz1uD6eIFsVA
randomnumber 991
randomFirstName Camylle
randomLastName Watsica
randomEmail Chris84@hotmail.com
randomPhone 773-219-0907
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token dab3d318-84c6-4573-87e6-54984c178aa7
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1055
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
            "customer": {
                "first_name": "Ashlynn",
                "last_name": "Beer",
                "mobile_number": "326-228-0236",
                "mobile_number_alt": "",
                "email_id": "Freeman_Wunsch76@gmail.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "23",
                "apartment_name": "Ganga",
                "street_name": "ganga road",
                "landmark": "hgjhggjkkj",
                "area": "Ghartanpada",
                "pincode": "820023",
                "country": "India",
                "state": "Maharashtra"
            },
            "customer_product": {
                "dop": "2025-11-04T23:00:00.000Z",
                "serial_number":"88837752563341",
                "imei1": "88837752563341",
                "imei2": "88837752563341",
                "popurl": "2025-11-04T23:00:00.000Z",
                "product_id": 3,
                "mst_model_id": 3
            },
            "problems": [
                {
                    "id": 3,
                    "remark": ""
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Fri, 16 Jan 2026 07:42:51 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify if the status code is 401 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 247ms
Mean size per request: 17B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization
randomnumber 886
randomFirstName Drew
randomLastName Carroll
randomEmail Aida_Hettinger@yahoo.com
randomPhone 678-540-4545
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 66caa3fd-6dc8-4be6-960a-070e51d8ee40
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1049
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
            "customer": {
                "first_name": "Justen",
                "last_name": "Douglas",
                "mobile_number": "397-689-0493",
                "mobile_number_alt": "",
                "email_id": "Savion77@gmail.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "23",
                "apartment_name": "Ganga",
                "street_name": "ganga road",
                "landmark": "hgjhggjkkj",
                "area": "Ghartanpada",
                "pincode": "820023",
                "country": "India",
                "state": "Maharashtra"
            },
            "customer_product": {
                "dop": "2025-11-04T23:00:00.000Z",
                "serial_number":"60834230913880",
                "imei1": "60834230913880",
                "imei2": "60834230913880",
                "popurl": "2025-11-04T23:00:00.000Z",
                "product_id": 3,
                "mst_model_id": 3
            },
            "problems": [
                {
                    "id": 3,
                    "remark": ""
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Fri, 16 Jan 2026 07:42:51 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify if the status code is 403 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify if the status code is 403
expected response to have status code 403 but got 401
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 400 - Bad Request
Mean time per request: 248ms
Mean size per request: 279B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg1NDkzNjd9.wumAUbFP1ADFRnbOcF15XNmrjoHY40fOz1uD6eIFsVA
randomnumber 526
randomFirstName Allene
randomLastName Hintz
randomEmail Evan_Sipes93@gmail.com
randomPhone 202-708-9005
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 0614ba96-3486-4213-9828-328d358b68c4
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 122
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 279
ETag W/"117-pI2NRiqqXTjFlE7JHZVj9IkY8oo"
Vary Accept-Encoding
Date Fri, 16 Jan 2026 07:42:51 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":400,"message":"Unexpected token } in JSON at position 121","expose":true,"statusCode":400,"body":"{\r\n    \"mst_service_location_id\": 0,\r\n    \"mst_platform_id\": 2,\r\n    \"mst_warrenty_status_id\": 1,\r\n    \"mst_oem_id\": 2,\r\n}","type":"entity.parse.failed"}
Test Information
NamePassedFailedSkipped
Verify if the status code is 400 1 0 0
Verify if the error message is shown 1 0 0
Total 2 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 254ms
Mean size per request: 143B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg1NDkzNjd9.wumAUbFP1ADFRnbOcF15XNmrjoHY40fOz1uD6eIFsVA
randomnumber 455
randomFirstName Verona
randomLastName Bruen
randomEmail Isabelle.Senger98@hotmail.com
randomPhone 473-908-2146
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 908776eb-6687-4709-8b9a-3a1be242af47
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1039
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
            "customer": {
                "first_name": "Kirstin",
                "last_name": "Carroll",
                "mobile_number": "795-253-0177",
                "mobile_number_alt": "",
                "email_id": "Cary_Nader37@yahoo.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "23",
                "apartment_name": "Ganga",
                "street_name": "ganga road",
                "landmark": "hgjhggjkkj",
                "area": "Ghartanpada",
                "pincode": "820023",
                "country": "India",
                "state": "Maharashtra"
            },
            "customer_product": {
                "dop": "2025-11-04T23:00:00.000Z",
                "serial_number":"100000971",
                "imei1": "100000971",
                "imei2": "100000971",
                "popurl": "2025-11-04T23:00:00.000Z",
                "product_id": 3,
                "mst_model_id": 3
            },
            "problems": [
                {
                    "id": 3,
                    "remark": ""
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 143
ETag W/"8f-asfwh61GY//05D/sXjFd8ssjiig"
Vary Accept-Encoding
Date Fri, 16 Jan 2026 07:42:51 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"\"serial_number\" length must be at least 14 characters long","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify if the status code is 400 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify if the status code is 400
expected response to have status code 400 but got 500
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 400 - Bad Request
Mean time per request: 260ms
Mean size per request: 279B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg1NDkzNjd9.wumAUbFP1ADFRnbOcF15XNmrjoHY40fOz1uD6eIFsVA
randomnumber 854
randomFirstName Terence
randomLastName Rogahn
randomEmail Erna4@yahoo.com
randomPhone 604-325-1940
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token b7e80d98-d996-414c-b54b-0e70c7b99b0f
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 122
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 279
ETag W/"117-pI2NRiqqXTjFlE7JHZVj9IkY8oo"
Vary Accept-Encoding
Date Fri, 16 Jan 2026 07:42:52 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":400,"message":"Unexpected token } in JSON at position 121","expose":true,"statusCode":400,"body":"{\r\n    \"mst_service_location_id\": 0,\r\n    \"mst_platform_id\": 2,\r\n    \"mst_warrenty_status_id\": 1,\r\n    \"mst_oem_id\": 2,\r\n}","type":"entity.parse.failed"}
Test Information
NamePassedFailedSkipped
Verify if the status code is 400 1 0 0
Verify if the error message is shown 1 0 0
Total 2 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 264ms
Mean size per request: 242B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg1NDkzNjd9.wumAUbFP1ADFRnbOcF15XNmrjoHY40fOz1uD6eIFsVA
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token f6fda35a-28e7-4f51-a7e0-bf0a9f15c33a
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-Kx3OLL69SVtTV3JHQja3YElsA/c"
Vary Accept-Encoding
Date Fri, 16 Jan 2026 07:42:52 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":0},{"label":"Created today","key":"created_today","count":366},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
NamePassedFailedSkipped
Check if the count for the created jobs today is greater than the old value 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Check if the count for the created jobs today is greater than the old value
the argument to above must be a number
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"created_today"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 563ms
Mean size per request: 354.75KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg1NDkzNjd9.wumAUbFP1ADFRnbOcF15XNmrjoHY40fOz1uD6eIFsVA
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token ef3c4037-645c-47d3-ba7f-a1e83372e7d6
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 31
Request Body
{"details_key":"created_today"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"58b04-7LM/uW22tstwktMf5LKfi1MuC1U"
Vary Accept-Encoding
Content-Encoding gzip
Date Fri, 16 Jan 2026 07:42:52 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":155424,"job_number":"JOB_155424","tr_customer_id":155441,"tr_customer_product_id":155431,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T02:42:48.000Z","modified_at":"2026-01-16T02:42:48.000Z","name":"Stanton Swift","mobile_number":"327-426-1232","email_id":"Nina14@hotmail.com","dop":"2025-04-06","serial_number":"15029261700906","imei1":"15029261700906","imei2":"15029261700906","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T02:42:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155425,"job_number":"JOB_155425","tr_customer_id":155442,"tr_customer_product_id":155432,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:48:46.000Z","modified_at":"2026-01-16T03:49:21.000Z","name":"Devon Hyatt","mobile_number":"631-498-1635","email_id":"Wiley.Wintheiser8@yahoo.com","dop":"2025-04-06","serial_number":"10511591984841","imei1":"10511591984841","imei2":"10511591984841","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:49:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155426,"job_number":"JOB_155426","tr_customer_id":155443,"tr_customer_product_id":155433,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:48:47.000Z","modified_at":"2026-01-16T03:48:56.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"82579717898673","imei1":"82579717898673","imei2":"82579717898673","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:48:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155427,"job_number":"JOB_155427","tr_customer_id":155444,"tr_customer_product_id":155434,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:48:47.000Z","modified_at":"2026-01-16T03:48:47.000Z","name":"Adolf Jenkins","mobile_number":"288-664-8968","email_id":"Kaya78@yahoo.com","dop":"2025-04-06","serial_number":"17466723092028176","imei1":"17466723092028176","imei2":"17466723092028176","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:48:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155428,"job_number":"JOB_155428","tr_customer_id":155445,"tr_customer_product_id":155435,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:48:58.000Z","modified_at":"2026-01-16T03:49:07.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"27000755587566","imei1":"27000755587566","imei2":"27000755587566","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:49:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155429,"job_number":"JOB_155429","tr_customer_id":155446,"tr_customer_product_id":155436,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:02.000Z","modified_at":"2026-01-16T03:49:02.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"10119186116387","imei1":"10119186116387","imei2":"10119186116387","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155430,"job_number":"JOB_155430","tr_customer_id":155447,"tr_customer_product_id":155437,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:03.000Z","modified_at":"2026-01-16T03:49:39.000Z","name":"Anne Hegmann","mobile_number":"839-551-2617","email_id":"Audrey43@yahoo.com","dop":"2025-04-06","serial_number":"15012845632580","imei1":"15012845632580","imei2":"15012845632580","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:49:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155431,"job_number":"JOB_155431","tr_customer_id":155448,"tr_customer_product_id":155438,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:04.000Z","modified_at":"2026-01-16T03:49:04.000Z","name":"Freddie Frami","mobile_number":"345-589-2458","email_id":"Carter_Smitham@yahoo.com","dop":"2025-04-06","serial_number":"16508086076502222","imei1":"16508086076502222","imei2":"16508086076502222","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155432,"job_number":"JOB_155432","tr_customer_id":155449,"tr_customer_product_id":155439,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:26.000Z","modified_at":"2026-01-16T03:50:03.000Z","name":"Keenan Cruickshank","mobile_number":"704-823-3408","email_id":"Laney8@yahoo.com","dop":"2025-04-06","serial_number":"18357633962789","imei1":"18357633962789","imei2":"18357633962789","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:50:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155433,"job_number":"JOB_155433","tr_customer_id":155450,"tr_customer_product_id":155440,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:28.000Z","modified_at":"2026-01-16T03:49:28.000Z","name":"Art Harber","mobile_number":"463-936-0910","email_id":"Lyla.Bernhard@yahoo.com","dop":"2025-04-06","serial_number":"13856155720402280","imei1":"13856155720402280","imei2":"13856155720402280","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155434,"job_number":"JOB_155434","tr_customer_id":155451,"tr_customer_product_id":155441,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:29.000Z","modified_at":"2026-01-16T03:49:29.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10800725289146","imei1":"10800725289146","imei2":"10800725289146","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155435,"job_number":"JOB_155435","tr_customer_id":155452,"tr_customer_product_id":155442,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:29.000Z","modified_at":"2026-01-16T03:50:06.000Z","name":"Brenden Heathcote","mobile_number":"249-366-5500","email_id":"George59@yahoo.com","dop":"2025-06-18","serial_number":"10073586455286","imei1":"10073586455286","imei2":"10073586455286","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:50:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155436,"job_number":"JOB_155436","tr_customer_id":155453,"tr_customer_product_id":155443,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:30.000Z","modified_at":"2026-01-16T03:49:30.000Z","name":"Myra Schoen","mobile_number":"843-860-1700","email_id":"Hyman.Macejkovic@hotmail.com","dop":"2025-06-18","serial_number":"1012929871257721","imei1":"1012929871257721","imei2":"1012929871257721","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155437,"job_number":"JOB_155437","tr_customer_id":155454,"tr_customer_product_id":155444,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:31.000Z","modified_at":"2026-01-16T03:49:31.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16293613818984","imei1":"16293613818984","imei2":"16293613818984","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155438,"job_number":"JOB_155438","tr_customer_id":155455,"tr_customer_product_id":155445,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:31.000Z","modified_at":"2026-01-16T03:50:06.000Z","name":"Michale Emmerich","mobile_number":"487-816-6335","email_id":"Zora.Lang@hotmail.com","dop":"2025-04-06","serial_number":"10913936480104","imei1":"10913936480104","imei2":"10913936480104","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:50:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155439,"job_number":"JOB_155439","tr_customer_id":155456,"tr_customer_product_id":155446,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:32.000Z","modified_at":"2026-01-16T03:49:32.000Z","name":"Orpha Russel","mobile_number":"851-416-0509","email_id":"Alford.Rath@gmail.com","dop":"2025-04-06","serial_number":"15917139307603264","imei1":"15917139307603264","imei2":"15917139307603264","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155440,"job_number":"JOB_155440","tr_customer_id":155457,"tr_customer_product_id":155447,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:34.000Z","modified_at":"2026-01-16T03:49:34.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13793635124344","imei1":"13793635124344","imei2":"13793635124344","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155441,"job_number":"JOB_155441","tr_customer_id":155458,"tr_customer_product_id":155448,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:35.000Z","modified_at":"2026-01-16T03:50:11.000Z","name":"Demetris Champlin","mobile_number":"680-834-1605","email_id":"Joanny_Paucek@gmail.com","dop":"2025-04-06","serial_number":"18957349507626","imei1":"18957349507626","imei2":"18957349507626","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:50:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155442,"job_number":"JOB_155442","tr_customer_id":155459,"tr_customer_product_id":155449,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:36.000Z","modified_at":"2026-01-16T03:49:36.000Z","name":"Odell Metz","mobile_number":"924-648-1872","email_id":"Anthony69@yahoo.com","dop":"2025-04-06","serial_number":"18593202335272896","imei1":"18593202335272896","imei2":"18593202335272896","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155444,"job_number":"JOB_155444","tr_customer_id":155461,"tr_customer_product_id":155451,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:40.000Z","modified_at":"2026-01-16T03:50:14.000Z","name":"Cristal Schiller","mobile_number":"548-919-9749","email_id":"Buck.Emard@gmail.com","dop":"2025-04-06","serial_number":"11779679542647","imei1":"11779679542647","imei2":"11779679542647","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:50:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155445,"job_number":"JOB_155445","tr_customer_id":155462,"tr_customer_product_id":155452,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:41.000Z","modified_at":"2026-01-16T03:49:41.000Z","name":"Annamae Jerde","mobile_number":"425-305-0390","email_id":"Paula79@gmail.com","dop":"2025-04-06","serial_number":"19676312487162080","imei1":"19676312487162080","imei2":"19676312487162080","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155446,"job_number":"JOB_155446","tr_customer_id":155463,"tr_customer_product_id":155453,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:46.000Z","modified_at":"2026-01-16T03:49:46.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"10719081751979","imei1":"10719081751979","imei2":"10719081751979","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155447,"job_number":"JOB_155447","tr_customer_id":155464,"tr_customer_product_id":155454,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:47.000Z","modified_at":"2026-01-16T03:50:23.000Z","name":"Brianne Stiedemann","mobile_number":"839-823-9846","email_id":"Chyna.Watsica@hotmail.com","dop":"2025-04-06","serial_number":"18940283018029","imei1":"18940283018029","imei2":"18940283018029","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:50:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155448,"job_number":"JOB_155448","tr_customer_id":155465,"tr_customer_product_id":155455,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:48.000Z","modified_at":"2026-01-16T03:49:48.000Z","name":"Chloe Harber","mobile_number":"215-331-2312","email_id":"Alfreda90@hotmail.com","dop":"2025-04-06","serial_number":"13418452620890480","imei1":"13418452620890480","imei2":"13418452620890480","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155449,"job_number":"JOB_155449","tr_customer_id":155466,"tr_customer_product_id":155456,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:50.000Z","modified_at":"2026-01-16T03:50:25.000Z","name":"Melissa Sauer","mobile_number":"261-675-1341","email_id":"Jasper4@yahoo.com","dop":"2025-04-06","serial_number":"18538007467219","imei1":"18538007467219","imei2":"18538007467219","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:50:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155450,"job_number":"JOB_155450","tr_customer_id":155467,"tr_customer_product_id":155457,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:51.000Z","modified_at":"2026-01-16T03:49:51.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19393676832997","imei1":"19393676832997","imei2":"19393676832997","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155451,"job_number":"JOB_155451","tr_customer_id":155468,"tr_customer_product_id":155458,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:51.000Z","modified_at":"2026-01-16T03:50:26.000Z","name":"Maryam Casper","mobile_number":"834-461-0228","email_id":"Lorena27@gmail.com","dop":"2025-04-06","serial_number":"16392957973752","imei1":"16392957973752","imei2":"16392957973752","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:50:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155452,"job_number":"JOB_155452","tr_customer_id":155469,"tr_customer_product_id":155459,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:51.000Z","modified_at":"2026-01-16T03:49:51.000Z","name":"Jazmyn Frami","mobile_number":"378-941-0210","email_id":"Jaquan_Beahan42@hotmail.com","dop":"2025-04-06","serial_number":"17218371108995020","imei1":"17218371108995020","imei2":"17218371108995020","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155453,"job_number":"JOB_155453","tr_customer_id":155470,"tr_customer_product_id":155460,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:52.000Z","modified_at":"2026-01-16T03:49:52.000Z","name":"Rodolfo Leannon","mobile_number":"233-470-1532","email_id":"Lera_OConnell28@yahoo.com","dop":"2025-04-06","serial_number":"15617838244611716","imei1":"15617838244611716","imei2":"15617838244611716","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155454,"job_number":"JOB_155454","tr_customer_id":155471,"tr_customer_product_id":155461,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:53.000Z","modified_at":"2026-01-16T03:49:53.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15556448528914","imei1":"15556448528914","imei2":"15556448528914","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155455,"job_number":"JOB_155455","tr_customer_id":155472,"tr_customer_product_id":155462,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:54.000Z","modified_at":"2026-01-16T03:50:31.000Z","name":"Tyshawn Powlowski","mobile_number":"324-460-9882","email_id":"Alphonso.Jakubowski@yahoo.com","dop":"2025-04-06","serial_number":"19323944230136","imei1":"19323944230136","imei2":"19323944230136","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:50:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155457,"job_number":"JOB_155457","tr_customer_id":155474,"tr_customer_product_id":155464,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:55.000Z","modified_at":"2026-01-16T03:49:55.000Z","name":"Augustine Larkin","mobile_number":"840-287-8921","email_id":"Nat92@gmail.com","dop":"2025-04-06","serial_number":"11732202568883996","imei1":"11732202568883996","imei2":"11732202568883996","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155458,"job_number":"JOB_155458","tr_customer_id":155475,"tr_customer_product_id":155465,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:56.000Z","modified_at":"2026-01-16T03:49:56.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"15432771432624","imei1":"15432771432624","imei2":"15432771432624","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155459,"job_number":"JOB_155459","tr_customer_id":155476,"tr_customer_product_id":155466,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:57.000Z","modified_at":"2026-01-16T03:49:57.000Z","name":"Ransom Cremin","mobile_number":"700-905-1228","email_id":"Amie_Stokes15@yahoo.com","dop":"2025-09-16","serial_number":"14198812392049","imei1":"14198812392049","imei2":"14198812392049","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155460,"job_number":"JOB_155460","tr_customer_id":155477,"tr_customer_product_id":155467,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:58.000Z","modified_at":"2026-01-16T03:50:35.000Z","name":"Dennis Huels","mobile_number":"935-797-0501","email_id":"Sven21@gmail.com","dop":"2025-04-06","serial_number":"19555161114711","imei1":"19555161114711","imei2":"19555161114711","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:50:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155461,"job_number":"JOB_155461","tr_customer_id":155478,"tr_customer_product_id":155468,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:59.000Z","modified_at":"2026-01-16T03:49:59.000Z","name":"Lily DuBuque","mobile_number":"648-726-2493","email_id":"Flo_Ullrich@yahoo.com","dop":"2025-04-06","serial_number":"15093397526373716","imei1":"15093397526373716","imei2":"15093397526373716","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155462,"job_number":"JOB_155462","tr_customer_id":155479,"tr_customer_product_id":155469,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:00.000Z","modified_at":"2026-01-16T03:50:00.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16302143032329","imei1":"16302143032329","imei2":"16302143032329","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155463,"job_number":"JOB_155463","tr_customer_id":155480,"tr_customer_product_id":155470,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:00.000Z","modified_at":"2026-01-16T03:50:37.000Z","name":"Sylvan Kilback","mobile_number":"254-593-0602","email_id":"Abe_Braun@gmail.com","dop":"2025-04-06","serial_number":"16392368227914","imei1":"16392368227914","imei2":"16392368227914","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:50:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155464,"job_number":"JOB_155464","tr_customer_id":155481,"tr_customer_product_id":155471,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:01.000Z","modified_at":"2026-01-16T03:50:01.000Z","name":"Keon Schiller","mobile_number":"979-646-1577","email_id":"Cali.Schmeler@hotmail.com","dop":"2025-04-06","serial_number":"12456741384347064","imei1":"12456741384347064","imei2":"12456741384347064","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155465,"job_number":"JOB_155465","tr_customer_id":155482,"tr_customer_product_id":155472,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:06.000Z","modified_at":"2026-01-16T03:50:06.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10335752715658","imei1":"10335752715658","imei2":"10335752715658","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:06.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":155466,"job_number":"JOB_155466","tr_customer_id":155483,"tr_customer_product_id":155473,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:07.000Z","modified_at":"2026-01-16T03:50:41.000Z","name":"Shayna Tillman","mobile_number":"817-622-3687","email_id":"Annalise.Wilderman8@hotmail.com","dop":"2000-01-31","serial_number":"10153501522431","imei1":"10153501522431","imei2":"10153501522431","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:50:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155467,"job_number":"JOB_155467","tr_customer_id":155484,"tr_customer_product_id":155474,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:08.000Z","modified_at":"2026-01-16T03:50:08.000Z","name":"Tyreek Herman","mobile_number":"911-362-4523","email_id":"Paolo_Steuber85@gmail.com","dop":"2000-01-31","serial_number":"1082437193483165","imei1":"1082437193483165","imei2":"1082437193483165","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:08.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":155469,"job_number":"JOB_155469","tr_customer_id":155486,"tr_customer_product_id":155476,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:12.000Z","modified_at":"2026-01-16T03:50:12.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17572605359542","imei1":"17572605359542","imei2":"17572605359542","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155470,"job_number":"JOB_155470","tr_customer_id":155487,"tr_customer_product_id":155477,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:12.000Z","modified_at":"2026-01-16T03:50:49.000Z","name":"Kayden Predovic","mobile_number":"847-332-6455","email_id":"Casper36@gmail.com","dop":"2025-04-06","serial_number":"14461735949468","imei1":"14461735949468","imei2":"14461735949468","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:50:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155471,"job_number":"JOB_155471","tr_customer_id":155488,"tr_customer_product_id":155478,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:13.000Z","modified_at":"2026-01-16T03:50:13.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19644397672208","imei1":"19644397672208","imei2":"19644397672208","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155472,"job_number":"JOB_155472","tr_customer_id":155489,"tr_customer_product_id":155479,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:13.000Z","modified_at":"2026-01-16T03:50:13.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12617466503159","imei1":"12617466503159","imei2":"12617466503159","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155473,"job_number":"JOB_155473","tr_customer_id":155490,"tr_customer_product_id":155480,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:13.000Z","modified_at":"2026-01-16T03:50:49.000Z","name":"Aletha Leuschke","mobile_number":"672-516-0156","email_id":"Adriana67@yahoo.com","dop":"2025-04-06","serial_number":"10848463791565","imei1":"10848463791565","imei2":"10848463791565","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:50:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155474,"job_number":"JOB_155474","tr_customer_id":155491,"tr_customer_product_id":155481,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:13.000Z","modified_at":"2026-01-16T03:50:49.000Z","name":"Allie Orn","mobile_number":"670-884-1050","email_id":"Andreanne.West87@hotmail.com","dop":"2025-04-06","serial_number":"11293849841746","imei1":"11293849841746","imei2":"11293849841746","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:50:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155475,"job_number":"JOB_155475","tr_customer_id":155492,"tr_customer_product_id":155482,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:14.000Z","modified_at":"2026-01-16T03:50:14.000Z","name":"Adelle Krajcik","mobile_number":"702-372-6251","email_id":"Ariel79@yahoo.com","dop":"2025-04-06","serial_number":"14100259099568680","imei1":"14100259099568680","imei2":"14100259099568680","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155476,"job_number":"JOB_155476","tr_customer_id":155493,"tr_customer_product_id":155483,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:14.000Z","modified_at":"2026-01-16T03:50:14.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10878708681342","imei1":"10878708681342","imei2":"10878708681342","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155477,"job_number":"JOB_155477","tr_customer_id":155494,"tr_customer_product_id":155484,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:14.000Z","modified_at":"2026-01-16T03:50:52.000Z","name":"Eloy Gleason","mobile_number":"954-253-3805","email_id":"Randal.Douglas@hotmail.com","dop":"2025-06-18","serial_number":"10657931856098","imei1":"10657931856098","imei2":"10657931856098","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:50:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155478,"job_number":"JOB_155478","tr_customer_id":155495,"tr_customer_product_id":155485,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:14.000Z","modified_at":"2026-01-16T03:50:14.000Z","name":"Burley Ferry","mobile_number":"454-889-2257","email_id":"Emmanuel87@gmail.com","dop":"2025-06-18","serial_number":"1039806240125689","imei1":"1039806240125689","imei2":"1039806240125689","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155479,"job_number":"JOB_155479","tr_customer_id":155496,"tr_customer_product_id":155486,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:14.000Z","modified_at":"2026-01-16T03:50:14.000Z","name":"Clair Botsford","mobile_number":"852-670-2187","email_id":"Jadon13@yahoo.com","dop":"2025-04-06","serial_number":"10514325053134684","imei1":"10514325053134684","imei2":"10514325053134684","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155480,"job_number":"JOB_155480","tr_customer_id":155497,"tr_customer_product_id":155487,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:15.000Z","modified_at":"2026-01-16T03:50:15.000Z","name":"Cordia Heller","mobile_number":"902-286-2145","email_id":"Mozelle.Mante84@hotmail.com","dop":"2025-04-06","serial_number":"11145369566089634","imei1":"11145369566089634","imei2":"11145369566089634","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155481,"job_number":"JOB_155481","tr_customer_id":155498,"tr_customer_product_id":155488,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:15.000Z","modified_at":"2026-01-16T03:50:30.000Z","name":"Ellis Wehner","mobile_number":"842-524-7418","email_id":"Precious10@hotmail.com","dop":"2025-05-30","serial_number":"13445512678210","imei1":"13445512678210","imei2":"13445512678210","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:50:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155482,"job_number":"JOB_155482","tr_customer_id":155499,"tr_customer_product_id":155489,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:16.000Z","modified_at":"2026-01-16T03:50:16.000Z","name":"Darlene Moore","mobile_number":"892-634-9185","email_id":"Cydney49@hotmail.com","dop":"2025-05-30","serial_number":"18010154364704","imei1":"18010154364704","imei2":"18010154364704","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155483,"job_number":"JOB_155483","tr_customer_id":155500,"tr_customer_product_id":155490,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:16.000Z","modified_at":"2026-01-16T03:50:16.000Z","name":"jatin sharma","mobile_number":"7045663552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15086916354521","imei1":"15086916354521","imei2":"15086916354521","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155484,"job_number":"JOB_155484","tr_customer_id":155501,"tr_customer_product_id":155491,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:17.000Z","modified_at":"2026-01-16T03:50:52.000Z","name":"Gabe Larkin","mobile_number":"281-301-7028","email_id":"Dustin.Price@hotmail.com","dop":"2025-04-06","serial_number":"17705338839979","imei1":"17705338839979","imei2":"17705338839979","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:50:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155485,"job_number":"JOB_155485","tr_customer_id":155502,"tr_customer_product_id":155492,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:17.000Z","modified_at":"2026-01-16T03:50:17.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"11210325396648","imei1":"11210325396648","imei2":"11210325396648","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155486,"job_number":"JOB_155486","tr_customer_id":155503,"tr_customer_product_id":155493,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:17.000Z","modified_at":"2026-01-16T03:50:17.000Z","name":"Michel Brown","mobile_number":"210-573-5638","email_id":"Beulah_Haley@gmail.com","dop":"2025-09-16","serial_number":"18378684230417","imei1":"18378684230417","imei2":"18378684230417","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155487,"job_number":"JOB_155487","tr_customer_id":155504,"tr_customer_product_id":155494,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:17.000Z","modified_at":"2026-01-16T03:50:17.000Z","name":"Laverne Hermann","mobile_number":"255-258-5851","email_id":"Elias.Pfeffer@gmail.com","dop":"2025-05-30","serial_number":"1773393727488693","imei1":"1773393727488693","imei2":"1773393727488693","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155488,"job_number":"JOB_155488","tr_customer_id":155505,"tr_customer_product_id":155495,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:18.000Z","modified_at":"2026-01-16T03:50:18.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19489164608557","imei1":"19489164608557","imei2":"19489164608557","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155489,"job_number":"JOB_155489","tr_customer_id":155506,"tr_customer_product_id":155496,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:18.000Z","modified_at":"2026-01-16T03:50:56.000Z","name":"River Bayer","mobile_number":"326-545-4738","email_id":"Hilton_Heaney@gmail.com","dop":"2025-04-06","serial_number":"15794966192667","imei1":"15794966192667","imei2":"15794966192667","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:50:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155490,"job_number":"JOB_155490","tr_customer_id":155507,"tr_customer_product_id":155497,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:18.000Z","modified_at":"2026-01-16T03:50:18.000Z","name":"Effie Hirthe","mobile_number":"904-504-7871","email_id":"Jaleel33@hotmail.com","dop":"2025-04-06","serial_number":"18365556496908364","imei1":"18365556496908364","imei2":"18365556496908364","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155492,"job_number":"JOB_155492","tr_customer_id":155509,"tr_customer_product_id":155499,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:19.000Z","modified_at":"2026-01-16T03:50:19.000Z","name":"Jayda Erdman","mobile_number":"904-994-2013","email_id":"Dulce_Runolfsson@yahoo.com","dop":"2025-04-06","serial_number":"11507241961359184","imei1":"11507241961359184","imei2":"11507241961359184","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155493,"job_number":"JOB_155493","tr_customer_id":155510,"tr_customer_product_id":155500,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:31.000Z","modified_at":"2026-01-16T03:50:31.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"11665058321236","imei1":"11665058321236","imei2":"11665058321236","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155494,"job_number":"JOB_155494","tr_customer_id":155511,"tr_customer_product_id":155501,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:31.000Z","modified_at":"2026-01-16T03:51:08.000Z","name":"Joaquin Paucek","mobile_number":"679-452-8101","email_id":"Chelsey_Kutch28@gmail.com","dop":"2025-04-06","serial_number":"16999493718254","imei1":"16999493718254","imei2":"16999493718254","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:51:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155498,"job_number":"JOB_155498","tr_customer_id":155515,"tr_customer_product_id":155505,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:32.000Z","modified_at":"2026-01-16T03:50:32.000Z","name":"Lea Kihn","mobile_number":"556-210-1089","email_id":"Ali84@hotmail.com","dop":"2025-04-06","serial_number":"16466499992899680","imei1":"16466499992899680","imei2":"16466499992899680","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155499,"job_number":"JOB_155499","tr_customer_id":155516,"tr_customer_product_id":155506,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:33.000Z","modified_at":"2026-01-16T03:50:33.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15903991764733","imei1":"15903991764733","imei2":"15903991764733","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155501,"job_number":"JOB_155501","tr_customer_id":155518,"tr_customer_product_id":155508,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:33.000Z","modified_at":"2026-01-16T03:51:08.000Z","name":"Meggie Nolan","mobile_number":"320-668-4934","email_id":"Merlin_Bayer@hotmail.com","dop":"2025-04-06","serial_number":"12169636839234","imei1":"12169636839234","imei2":"12169636839234","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:51:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155502,"job_number":"JOB_155502","tr_customer_id":155519,"tr_customer_product_id":155509,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:35.000Z","modified_at":"2026-01-16T03:50:35.000Z","name":"Jamie Ernser","mobile_number":"374-907-2440","email_id":"Malvina.Pacocha@gmail.com","dop":"2025-04-06","serial_number":"17748897172456848","imei1":"17748897172456848","imei2":"17748897172456848","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155503,"job_number":"JOB_155503","tr_customer_id":155520,"tr_customer_product_id":155510,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:36.000Z","modified_at":"2026-01-16T03:50:36.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19065261548627","imei1":"19065261548627","imei2":"19065261548627","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155504,"job_number":"JOB_155504","tr_customer_id":155521,"tr_customer_product_id":155511,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:37.000Z","modified_at":"2026-01-16T03:51:15.000Z","name":"Devante Lakin","mobile_number":"896-327-6801","email_id":"Christ54@yahoo.com","dop":"2025-04-06","serial_number":"11712092968923","imei1":"11712092968923","imei2":"11712092968923","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:51:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155505,"job_number":"JOB_155505","tr_customer_id":155522,"tr_customer_product_id":155512,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:38.000Z","modified_at":"2026-01-16T03:50:38.000Z","name":"kajal p","mobile_number":"9243526785","email_id":"kajal@gmail.com","dop":"2025-09-16","serial_number":"19786927864918","imei1":"19786927864918","imei2":"19786927864918","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155506,"job_number":"JOB_155506","tr_customer_id":155523,"tr_customer_product_id":155513,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:38.000Z","modified_at":"2026-01-16T03:50:38.000Z","name":"Demarco Morar","mobile_number":"802-374-9441","email_id":"Elinor_Powlowski@hotmail.com","dop":"2025-04-06","serial_number":"14884336901649836","imei1":"14884336901649836","imei2":"14884336901649836","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155507,"job_number":"JOB_155507","tr_customer_id":155524,"tr_customer_product_id":155514,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:38.000Z","modified_at":"2026-01-16T03:50:38.000Z","name":"Ronny Schultz","mobile_number":"861-583-1061","email_id":"Stefan_Walker@gmail.com","dop":"2025-09-16","serial_number":"19753865477342","imei1":"19753865477342","imei2":"19753865477342","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155508,"job_number":"JOB_155508","tr_customer_id":155525,"tr_customer_product_id":155515,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:39.000Z","modified_at":"2026-01-16T03:50:39.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10896625273451","imei1":"10896625273451","imei2":"10896625273451","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155509,"job_number":"JOB_155509","tr_customer_id":155526,"tr_customer_product_id":155516,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:39.000Z","modified_at":"2026-01-16T03:51:16.000Z","name":"Luis Cummings","mobile_number":"979-873-9208","email_id":"Gail_Miller@hotmail.com","dop":"2025-04-06","serial_number":"12036436902688","imei1":"12036436902688","imei2":"12036436902688","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:51:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155510,"job_number":"JOB_155510","tr_customer_id":155527,"tr_customer_product_id":155517,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:40.000Z","modified_at":"2026-01-16T03:50:40.000Z","name":"Jaron Feest","mobile_number":"740-734-6885","email_id":"Danial.Cronin@yahoo.com","dop":"2025-04-06","serial_number":"17939993103907352","imei1":"17939993103907352","imei2":"17939993103907352","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155511,"job_number":"JOB_155511","tr_customer_id":155528,"tr_customer_product_id":155518,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:45.000Z","modified_at":"2026-01-16T03:50:45.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18468031412321","imei1":"18468031412321","imei2":"18468031412321","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155513,"job_number":"JOB_155513","tr_customer_id":155530,"tr_customer_product_id":155520,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:45.000Z","modified_at":"2026-01-16T03:51:21.000Z","name":"Amos Zemlak","mobile_number":"757-739-0241","email_id":"Gordon_Waters12@yahoo.com","dop":"2025-04-06","serial_number":"16930659088370","imei1":"16930659088370","imei2":"16930659088370","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:51:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155517,"job_number":"JOB_155517","tr_customer_id":155534,"tr_customer_product_id":155524,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:46.000Z","modified_at":"2026-01-16T03:50:46.000Z","name":"Alfonso Schuster","mobile_number":"596-673-4473","email_id":"Kristin.Kunze19@gmail.com","dop":"2025-04-06","serial_number":"18495685243234810","imei1":"18495685243234810","imei2":"18495685243234810","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155518,"job_number":"JOB_155518","tr_customer_id":155535,"tr_customer_product_id":155525,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:48.000Z","modified_at":"2026-01-16T03:50:48.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10243583498088","imei1":"10243583498088","imei2":"10243583498088","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:48.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":155519,"job_number":"JOB_155519","tr_customer_id":155536,"tr_customer_product_id":155526,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:49.000Z","modified_at":"2026-01-16T03:51:23.000Z","name":"Eduardo Gottlieb","mobile_number":"611-731-4560","email_id":"Luisa_White59@hotmail.com","dop":"2000-01-31","serial_number":"10757406875028","imei1":"10757406875028","imei2":"10757406875028","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:51:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155520,"job_number":"JOB_155520","tr_customer_id":155537,"tr_customer_product_id":155527,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:50.000Z","modified_at":"2026-01-16T03:50:50.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"12504133162441","imei1":"12504133162441","imei2":"12504133162441","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155521,"job_number":"JOB_155521","tr_customer_id":155538,"tr_customer_product_id":155528,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:50.000Z","modified_at":"2026-01-16T03:51:25.000Z","name":"Aliya Gleichner","mobile_number":"742-390-8014","email_id":"Lew3@yahoo.com","dop":"2025-04-06","serial_number":"10454545692969","imei1":"10454545692969","imei2":"10454545692969","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:51:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155522,"job_number":"JOB_155522","tr_customer_id":155539,"tr_customer_product_id":155529,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:50.000Z","modified_at":"2026-01-16T03:50:50.000Z","name":"Anastacio Braun","mobile_number":"901-520-5880","email_id":"Felicity52@gmail.com","dop":"2000-01-31","serial_number":"1016974076082802","imei1":"1016974076082802","imei2":"1016974076082802","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:50.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":155523,"job_number":"JOB_155523","tr_customer_id":155540,"tr_customer_product_id":155530,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:51.000Z","modified_at":"2026-01-16T03:50:51.000Z","name":"Jordan Ziemann","mobile_number":"836-352-6987","email_id":"Nia.Goyette@gmail.com","dop":"2025-04-06","serial_number":"19850680721486776","imei1":"19850680721486776","imei2":"19850680721486776","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155524,"job_number":"JOB_155524","tr_customer_id":155541,"tr_customer_product_id":155531,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:55.000Z","modified_at":"2026-01-16T03:50:55.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16423158069554","imei1":"16423158069554","imei2":"16423158069554","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155525,"job_number":"JOB_155525","tr_customer_id":155542,"tr_customer_product_id":155532,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:56.000Z","modified_at":"2026-01-16T03:51:30.000Z","name":"Travon Hamill","mobile_number":"250-295-8929","email_id":"Krystina91@hotmail.com","dop":"2025-04-06","serial_number":"13028818282099","imei1":"13028818282099","imei2":"13028818282099","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:51:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155526,"job_number":"JOB_155526","tr_customer_id":155543,"tr_customer_product_id":155533,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:56.000Z","modified_at":"2026-01-16T03:50:56.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10347985625835","imei1":"10347985625835","imei2":"10347985625835","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155527,"job_number":"JOB_155527","tr_customer_id":155544,"tr_customer_product_id":155534,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:56.000Z","modified_at":"2026-01-16T03:51:31.000Z","name":"Alfreda Hane","mobile_number":"469-594-8298","email_id":"Name84@hotmail.com","dop":"2025-04-06","serial_number":"14065014328261","imei1":"14065014328261","imei2":"14065014328261","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:51:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155528,"job_number":"JOB_155528","tr_customer_id":155545,"tr_customer_product_id":155535,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:57.000Z","modified_at":"2026-01-16T03:50:57.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13234120169371","imei1":"13234120169371","imei2":"13234120169371","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155529,"job_number":"JOB_155529","tr_customer_id":155546,"tr_customer_product_id":155536,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:57.000Z","modified_at":"2026-01-16T03:51:34.000Z","name":"Felicia Bruen","mobile_number":"485-887-7546","email_id":"Cali.Bechtelar@hotmail.com","dop":"2025-04-06","serial_number":"10484332208106","imei1":"10484332208106","imei2":"10484332208106","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:51:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155530,"job_number":"JOB_155530","tr_customer_id":155547,"tr_customer_product_id":155537,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:57.000Z","modified_at":"2026-01-16T03:50:57.000Z","name":"Meda Walsh","mobile_number":"402-626-6241","email_id":"Wiley_Stracke5@gmail.com","dop":"2025-04-06","serial_number":"13747391731916862","imei1":"13747391731916862","imei2":"13747391731916862","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155531,"job_number":"JOB_155531","tr_customer_id":155548,"tr_customer_product_id":155538,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:57.000Z","modified_at":"2026-01-16T03:50:57.000Z","name":"Tressa Schmidt","mobile_number":"255-268-1194","email_id":"Gussie_Green38@yahoo.com","dop":"2025-04-06","serial_number":"16742634488338564","imei1":"16742634488338564","imei2":"16742634488338564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155532,"job_number":"JOB_155532","tr_customer_id":155549,"tr_customer_product_id":155539,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:58.000Z","modified_at":"2026-01-16T03:50:58.000Z","name":"Darian Boehm","mobile_number":"957-847-5047","email_id":"Claud4@hotmail.com","dop":"2025-04-06","serial_number":"12928885925226012","imei1":"12928885925226012","imei2":"12928885925226012","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155533,"job_number":"JOB_155533","tr_customer_id":155550,"tr_customer_product_id":155540,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:59.000Z","modified_at":"2026-01-16T03:50:59.000Z","name":"uday p","mobile_number":"9321453112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14398387861925","imei1":"14398387861925","imei2":"14398387861925","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155534,"job_number":"JOB_155534","tr_customer_id":155551,"tr_customer_product_id":155541,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:59.000Z","modified_at":"2026-01-16T03:51:34.000Z","name":"Geoffrey Murazik","mobile_number":"671-928-0333","email_id":"Ryleigh90@yahoo.com","dop":"2025-04-06","serial_number":"14395071315175","imei1":"14395071315175","imei2":"14395071315175","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:51:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155535,"job_number":"JOB_155535","tr_customer_id":155552,"tr_customer_product_id":155542,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:01.000Z","modified_at":"2026-01-16T03:51:01.000Z","name":"Domenic Price","mobile_number":"346-210-5716","email_id":"Orrin3@gmail.com","dop":"2025-04-06","serial_number":"16630065822437874","imei1":"16630065822437874","imei2":"16630065822437874","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155536,"job_number":"JOB_155536","tr_customer_id":155553,"tr_customer_product_id":155543,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:03.000Z","modified_at":"2026-01-16T03:51:03.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18332089318935","imei1":"18332089318935","imei2":"18332089318935","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155537,"job_number":"JOB_155537","tr_customer_id":155554,"tr_customer_product_id":155544,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:03.000Z","modified_at":"2026-01-16T03:51:39.000Z","name":"Jorge Terry","mobile_number":"227-384-8025","email_id":"Declan.Wisoky35@hotmail.com","dop":"2025-04-06","serial_number":"10764073690482","imei1":"10764073690482","imei2":"10764073690482","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:51:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155538,"job_number":"JOB_155538","tr_customer_id":155555,"tr_customer_product_id":155545,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:04.000Z","modified_at":"2026-01-16T03:51:05.000Z","name":"Kaylie Dibbert","mobile_number":"361-667-3413","email_id":"Darrel.McClure@hotmail.com","dop":"2025-04-06","serial_number":"13762468584946532","imei1":"13762468584946532","imei2":"13762468584946532","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155542,"job_number":"JOB_155542","tr_customer_id":155559,"tr_customer_product_id":155549,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:15.000Z","modified_at":"2026-01-16T03:51:15.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15292948162076","imei1":"15292948162076","imei2":"15292948162076","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155543,"job_number":"JOB_155543","tr_customer_id":155560,"tr_customer_product_id":155550,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:15.000Z","modified_at":"2026-01-16T03:51:50.000Z","name":"Ray Lockman","mobile_number":"501-563-5358","email_id":"Quincy_Bayer@gmail.com","dop":"2025-04-06","serial_number":"13198092244646","imei1":"13198092244646","imei2":"13198092244646","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:51:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155544,"job_number":"JOB_155544","tr_customer_id":155561,"tr_customer_product_id":155551,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:15.000Z","modified_at":"2026-01-16T03:51:15.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10220185382921","imei1":"10220185382921","imei2":"10220185382921","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155545,"job_number":"JOB_155545","tr_customer_id":155562,"tr_customer_product_id":155552,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:16.000Z","modified_at":"2026-01-16T03:51:53.000Z","name":"Demarcus Ledner","mobile_number":"388-295-6239","email_id":"Sierra92@yahoo.com","dop":"2025-04-06","serial_number":"12690355426118","imei1":"12690355426118","imei2":"12690355426118","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:51:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155546,"job_number":"JOB_155546","tr_customer_id":155563,"tr_customer_product_id":155553,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:16.000Z","modified_at":"2026-01-16T03:51:16.000Z","name":"Kim Cummings","mobile_number":"954-724-1965","email_id":"Ethan_Hamill65@gmail.com","dop":"2025-04-06","serial_number":"18181308170976684","imei1":"18181308170976684","imei2":"18181308170976684","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155547,"job_number":"JOB_155547","tr_customer_id":155564,"tr_customer_product_id":155554,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:17.000Z","modified_at":"2026-01-16T03:51:17.000Z","name":"Rebekah Grimes","mobile_number":"675-677-4348","email_id":"Ava.Hessel16@gmail.com","dop":"2025-04-06","serial_number":"18320242708107970","imei1":"18320242708107970","imei2":"18320242708107970","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155548,"job_number":"JOB_155548","tr_customer_id":155565,"tr_customer_product_id":155555,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:22.000Z","modified_at":"2026-01-16T03:51:22.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10279049663315","imei1":"10279049663315","imei2":"10279049663315","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155549,"job_number":"JOB_155549","tr_customer_id":155566,"tr_customer_product_id":155556,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:22.000Z","modified_at":"2026-01-16T03:51:59.000Z","name":"Karolann Herman","mobile_number":"225-457-0541","email_id":"Casimer_Koepp27@yahoo.com","dop":"2025-04-06","serial_number":"18456720778781","imei1":"18456720778781","imei2":"18456720778781","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:51:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155550,"job_number":"JOB_155550","tr_customer_id":155567,"tr_customer_product_id":155557,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:24.000Z","modified_at":"2026-01-16T03:51:24.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18104702137004","imei1":"18104702137004","imei2":"18104702137004","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155551,"job_number":"JOB_155551","tr_customer_id":155568,"tr_customer_product_id":155558,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:24.000Z","modified_at":"2026-01-16T03:51:24.000Z","name":"Demetris Hoeger","mobile_number":"447-771-3560","email_id":"Dorothea68@yahoo.com","dop":"2025-04-06","serial_number":"15621074934773772","imei1":"15621074934773772","imei2":"15621074934773772","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155552,"job_number":"JOB_155552","tr_customer_id":155569,"tr_customer_product_id":155559,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:24.000Z","modified_at":"2026-01-16T03:52:02.000Z","name":"Gabriel Johnson","mobile_number":"697-697-0008","email_id":"Cordell.Ernser0@yahoo.com","dop":"2025-04-06","serial_number":"13875118598778","imei1":"13875118598778","imei2":"13875118598778","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:52:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155553,"job_number":"JOB_155553","tr_customer_id":155570,"tr_customer_product_id":155560,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:25.000Z","modified_at":"2026-01-16T03:51:25.000Z","name":"Abbie Wuckert","mobile_number":"206-389-3007","email_id":"Myrtle.Quigley@gmail.com","dop":"2025-04-06","serial_number":"14565136203651584","imei1":"14565136203651584","imei2":"14565136203651584","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155555,"job_number":"JOB_155555","tr_customer_id":155572,"tr_customer_product_id":155562,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:26.000Z","modified_at":"2026-01-16T03:51:26.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12605576992444","imei1":"12605576992444","imei2":"12605576992444","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155557,"job_number":"JOB_155557","tr_customer_id":155574,"tr_customer_product_id":155564,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:27.000Z","modified_at":"2026-01-16T03:52:04.000Z","name":"Keshaun Murazik","mobile_number":"685-990-1070","email_id":"Ada.Collins0@yahoo.com","dop":"2025-04-06","serial_number":"16271836394229","imei1":"16271836394229","imei2":"16271836394229","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:52:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155559,"job_number":"JOB_155559","tr_customer_id":155576,"tr_customer_product_id":155566,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:28.000Z","modified_at":"2026-01-16T03:51:28.000Z","name":"Zion Bauch","mobile_number":"692-848-8489","email_id":"Annette.Ruecker43@yahoo.com","dop":"2025-04-06","serial_number":"18298127751541190","imei1":"18298127751541190","imei2":"18298127751541190","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155560,"job_number":"JOB_155560","tr_customer_id":155577,"tr_customer_product_id":155567,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:28.000Z","modified_at":"2026-01-16T03:51:28.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10416165476171","imei1":"10416165476171","imei2":"10416165476171","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155561,"job_number":"JOB_155561","tr_customer_id":155578,"tr_customer_product_id":155568,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:28.000Z","modified_at":"2026-01-16T03:52:05.000Z","name":"Ansel Abbott","mobile_number":"607-225-3694","email_id":"Theo89@yahoo.com","dop":"2025-04-06","serial_number":"17588892849165","imei1":"17588892849165","imei2":"17588892849165","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:52:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155562,"job_number":"JOB_155562","tr_customer_id":155579,"tr_customer_product_id":155569,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:29.000Z","modified_at":"2026-01-16T03:51:29.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10925451969242","imei1":"10925451969242","imei2":"10925451969242","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:29.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":155563,"job_number":"JOB_155563","tr_customer_id":155580,"tr_customer_product_id":155570,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:29.000Z","modified_at":"2026-01-16T03:52:03.000Z","name":"Oscar Boyle","mobile_number":"989-236-1820","email_id":"Corrine_Bergstrom78@yahoo.com","dop":"2000-01-31","serial_number":"10151881462574","imei1":"10151881462574","imei2":"10151881462574","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:52:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155564,"job_number":"JOB_155564","tr_customer_id":155581,"tr_customer_product_id":155571,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:30.000Z","modified_at":"2026-01-16T03:51:30.000Z","name":"Marie Hodkiewicz","mobile_number":"275-790-4139","email_id":"Ethel.Dietrich28@yahoo.com","dop":"2025-04-06","serial_number":"13158708301214292","imei1":"13158708301214292","imei2":"13158708301214292","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155565,"job_number":"JOB_155565","tr_customer_id":155582,"tr_customer_product_id":155572,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:31.000Z","modified_at":"2026-01-16T03:51:31.000Z","name":"Ottis Renner","mobile_number":"358-402-7539","email_id":"Hilton_Bashirian37@hotmail.com","dop":"2000-01-31","serial_number":"1064606040334572","imei1":"1064606040334572","imei2":"1064606040334572","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:31.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":155566,"job_number":"JOB_155566","tr_customer_id":155583,"tr_customer_product_id":155573,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:31.000Z","modified_at":"2026-01-16T03:51:31.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"17875399270506","imei1":"17875399270506","imei2":"17875399270506","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155567,"job_number":"JOB_155567","tr_customer_id":155584,"tr_customer_product_id":155574,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:32.000Z","modified_at":"2026-01-16T03:52:06.000Z","name":"Berta Ullrich","mobile_number":"200-833-9060","email_id":"Nicholas.Hintz@gmail.com","dop":"2025-04-06","serial_number":"14697780075528","imei1":"14697780075528","imei2":"14697780075528","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:52:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155568,"job_number":"JOB_155568","tr_customer_id":155585,"tr_customer_product_id":155575,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:33.000Z","modified_at":"2026-01-16T03:51:33.000Z","name":"Ernest Cruickshank","mobile_number":"407-556-2259","email_id":"Carissa_Harvey37@yahoo.com","dop":"2025-04-06","serial_number":"15251772289918766","imei1":"15251772289918766","imei2":"15251772289918766","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155569,"job_number":"JOB_155569","tr_customer_id":155586,"tr_customer_product_id":155576,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:37.000Z","modified_at":"2026-01-16T03:51:37.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10786774607727","imei1":"10786774607727","imei2":"10786774607727","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155570,"job_number":"JOB_155570","tr_customer_id":155587,"tr_customer_product_id":155577,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:38.000Z","modified_at":"2026-01-16T03:52:12.000Z","name":"Annette Thompson","mobile_number":"875-566-5557","email_id":"Mariane_McLaughlin@hotmail.com","dop":"2025-04-06","serial_number":"16746487290168","imei1":"16746487290168","imei2":"16746487290168","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:52:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155571,"job_number":"JOB_155571","tr_customer_id":155588,"tr_customer_product_id":155578,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:39.000Z","modified_at":"2026-01-16T03:51:39.000Z","name":"Velda Larkin","mobile_number":"337-756-9217","email_id":"Jacques.Haag@hotmail.com","dop":"2025-04-06","serial_number":"10101919151497432","imei1":"10101919151497432","imei2":"10101919151497432","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155574,"job_number":"JOB_155574","tr_customer_id":155591,"tr_customer_product_id":155581,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:41.000Z","modified_at":"2026-01-16T03:51:41.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18184916324061","imei1":"18184916324061","imei2":"18184916324061","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155576,"job_number":"JOB_155576","tr_customer_id":155593,"tr_customer_product_id":155583,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:41.000Z","modified_at":"2026-01-16T03:52:18.000Z","name":"Sierra Feest","mobile_number":"938-633-2670","email_id":"Annamae.Prosacco67@hotmail.com","dop":"2025-04-06","serial_number":"19854152370366","imei1":"19854152370366","imei2":"19854152370366","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:52:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155577,"job_number":"JOB_155577","tr_customer_id":155594,"tr_customer_product_id":155584,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:41.000Z","modified_at":"2026-01-16T03:51:41.000Z","name":"kajal t","mobile_number":"7045663551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11384338003770","imei1":"11384338003770","imei2":"11384338003770","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155578,"job_number":"JOB_155578","tr_customer_id":155595,"tr_customer_product_id":155585,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:42.000Z","modified_at":"2026-01-16T03:52:17.000Z","name":"Catalina Halvorson","mobile_number":"593-296-3682","email_id":"Gail_Blick@hotmail.com","dop":"2025-04-06","serial_number":"18588366115015","imei1":"18588366115015","imei2":"18588366115015","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:52:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155579,"job_number":"JOB_155579","tr_customer_id":155596,"tr_customer_product_id":155586,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:43.000Z","modified_at":"2026-01-16T03:51:43.000Z","name":"Jabari Kunde","mobile_number":"954-406-0914","email_id":"Victor_Krajcik@gmail.com","dop":"2025-04-06","serial_number":"11611265135004896","imei1":"11611265135004896","imei2":"11611265135004896","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155580,"job_number":"JOB_155580","tr_customer_id":155597,"tr_customer_product_id":155587,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:43.000Z","modified_at":"2026-01-16T03:51:43.000Z","name":"Tomas Roberts","mobile_number":"776-379-8889","email_id":"Eliezer8@gmail.com","dop":"2025-04-06","serial_number":"13955614928200576","imei1":"13955614928200576","imei2":"13955614928200576","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155581,"job_number":"JOB_155581","tr_customer_id":155598,"tr_customer_product_id":155588,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:52:00.000Z","modified_at":"2026-01-16T03:52:00.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19429865798035","imei1":"19429865798035","imei2":"19429865798035","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:52:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155582,"job_number":"JOB_155582","tr_customer_id":155599,"tr_customer_product_id":155589,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:52:00.000Z","modified_at":"2026-01-16T03:52:38.000Z","name":"Orin Runte","mobile_number":"327-926-4874","email_id":"Zakary70@yahoo.com","dop":"2025-04-06","serial_number":"13757149417884","imei1":"13757149417884","imei2":"13757149417884","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:52:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155583,"job_number":"JOB_155583","tr_customer_id":155600,"tr_customer_product_id":155590,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:52:02.000Z","modified_at":"2026-01-16T03:52:02.000Z","name":"Weldon D'Amore","mobile_number":"607-807-9954","email_id":"Alexandrea.Schowalter5@hotmail.com","dop":"2025-04-06","serial_number":"17554577331481782","imei1":"17554577331481782","imei2":"17554577331481782","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:52:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155584,"job_number":"JOB_155584","tr_customer_id":155601,"tr_customer_product_id":155591,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:52:06.000Z","modified_at":"2026-01-16T03:52:06.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19012225031503","imei1":"19012225031503","imei2":"19012225031503","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:52:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155585,"job_number":"JOB_155585","tr_customer_id":155602,"tr_customer_product_id":155592,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:52:06.000Z","modified_at":"2026-01-16T03:52:43.000Z","name":"Florian Kub","mobile_number":"999-574-1313","email_id":"Alize.Legros@yahoo.com","dop":"2025-04-06","serial_number":"19692889277940","imei1":"19692889277940","imei2":"19692889277940","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155586,"job_number":"JOB_155586","tr_customer_id":155603,"tr_customer_product_id":155593,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:52:08.000Z","modified_at":"2026-01-16T03:52:08.000Z","name":"Eddie Gislason","mobile_number":"754-707-6987","email_id":"Easter.Hermann@yahoo.com","dop":"2025-04-06","serial_number":"18229952976923830","imei1":"18229952976923830","imei2":"18229952976923830","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:52:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155587,"job_number":"JOB_155587","tr_customer_id":155604,"tr_customer_product_id":155594,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:52:10.000Z","modified_at":"2026-01-16T03:52:10.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10664513632723","imei1":"10664513632723","imei2":"10664513632723","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:52:10.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":155588,"job_number":"JOB_155588","tr_customer_id":155605,"tr_customer_product_id":155595,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:52:10.000Z","modified_at":"2026-01-16T03:52:45.000Z","name":"Crystel Hamill","mobile_number":"669-603-6457","email_id":"Lulu2@yahoo.com","dop":"2000-01-31","serial_number":"10900256869629","imei1":"10900256869629","imei2":"10900256869629","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155589,"job_number":"JOB_155589","tr_customer_id":155606,"tr_customer_product_id":155596,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:52:11.000Z","modified_at":"2026-01-16T03:52:11.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19403500536776","imei1":"19403500536776","imei2":"19403500536776","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:52:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155590,"job_number":"JOB_155590","tr_customer_id":155607,"tr_customer_product_id":155597,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:52:11.000Z","modified_at":"2026-01-16T03:52:48.000Z","name":"Elisa Larkin","mobile_number":"771-461-6161","email_id":"Maude85@gmail.com","dop":"2025-04-06","serial_number":"11128804495019","imei1":"11128804495019","imei2":"11128804495019","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:52:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155591,"job_number":"JOB_155591","tr_customer_id":155608,"tr_customer_product_id":155598,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:52:11.000Z","modified_at":"2026-01-16T03:52:11.000Z","name":"Ruth Walker","mobile_number":"616-481-2833","email_id":"Ruben_Koepp@yahoo.com","dop":"2000-01-31","serial_number":"1061713939377417","imei1":"1061713939377417","imei2":"1061713939377417","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:52:11.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":155592,"job_number":"JOB_155592","tr_customer_id":155609,"tr_customer_product_id":155599,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:52:13.000Z","modified_at":"2026-01-16T03:52:13.000Z","name":"Kellie Wilkinson","mobile_number":"235-587-2754","email_id":"August32@hotmail.com","dop":"2025-04-06","serial_number":"19623236794676320","imei1":"19623236794676320","imei2":"19623236794676320","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:52:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155593,"job_number":"JOB_155593","tr_customer_id":155610,"tr_customer_product_id":155600,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:52:45.000Z","modified_at":"2026-01-16T03:52:45.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18303156352590","imei1":"18303156352590","imei2":"18303156352590","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155594,"job_number":"JOB_155594","tr_customer_id":155611,"tr_customer_product_id":155601,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:52:45.000Z","modified_at":"2026-01-16T03:53:22.000Z","name":"Thad Becker","mobile_number":"410-659-0974","email_id":"Creola_Abbott46@gmail.com","dop":"2025-04-06","serial_number":"15431213662417","imei1":"15431213662417","imei2":"15431213662417","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:53:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155595,"job_number":"JOB_155595","tr_customer_id":155612,"tr_customer_product_id":155602,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:52:47.000Z","modified_at":"2026-01-16T03:52:47.000Z","name":"Edgardo Cole","mobile_number":"390-640-9809","email_id":"Ismael.Feest89@yahoo.com","dop":"2025-04-06","serial_number":"12688159397227300","imei1":"12688159397227300","imei2":"12688159397227300","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:52:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155596,"job_number":"JOB_155596","tr_customer_id":155613,"tr_customer_product_id":155603,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:52:55.000Z","modified_at":"2026-01-16T03:52:55.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13879202526275","imei1":"13879202526275","imei2":"13879202526275","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:52:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155597,"job_number":"JOB_155597","tr_customer_id":155614,"tr_customer_product_id":155604,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:52:56.000Z","modified_at":"2026-01-16T03:53:32.000Z","name":"Charles Beahan","mobile_number":"879-881-3306","email_id":"Lesley.Wiza@yahoo.com","dop":"2025-04-06","serial_number":"11118465697725","imei1":"11118465697725","imei2":"11118465697725","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:53:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155598,"job_number":"JOB_155598","tr_customer_id":155615,"tr_customer_product_id":155605,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:52:57.000Z","modified_at":"2026-01-16T03:52:57.000Z","name":"Shaun Daugherty","mobile_number":"212-435-4799","email_id":"Emory_Boyle@gmail.com","dop":"2025-04-06","serial_number":"14386751033941178","imei1":"14386751033941178","imei2":"14386751033941178","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:52:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155599,"job_number":"JOB_155599","tr_customer_id":155616,"tr_customer_product_id":155606,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:59:15.000Z","modified_at":"2026-01-16T03:59:15.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"55679896736205","imei1":"55679896736205","imei2":"55679896736205","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:59:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155600,"job_number":"JOB_155600","tr_customer_id":155617,"tr_customer_product_id":155607,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:59:15.000Z","modified_at":"2026-01-16T03:59:15.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"19996846776849","imei1":"19996846776849","imei2":"19996846776849","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:59:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155601,"job_number":"JOB_155601","tr_customer_id":155618,"tr_customer_product_id":155608,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:59:15.000Z","modified_at":"2026-01-16T03:59:15.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"82684415450071","imei1":"82684415450071","imei2":"82684415450071","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:59:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155602,"job_number":"JOB_155602","tr_customer_id":155619,"tr_customer_product_id":155609,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:59:16.000Z","modified_at":"2026-01-16T03:59:16.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"52193120627047","imei1":"52193120627047","imei2":"52193120627047","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:59:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155603,"job_number":"JOB_155603","tr_customer_id":155620,"tr_customer_product_id":155610,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:59:16.000Z","modified_at":"2026-01-16T03:59:16.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"46949627597686","imei1":"46949627597686","imei2":"46949627597686","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:59:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155604,"job_number":"JOB_155604","tr_customer_id":155621,"tr_customer_product_id":155611,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:59:16.000Z","modified_at":"2026-01-16T03:59:16.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"44032828979392","imei1":"44032828979392","imei2":"44032828979392","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:59:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155605,"job_number":"JOB_155605","tr_customer_id":155622,"tr_customer_product_id":155612,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:59:17.000Z","modified_at":"2026-01-16T03:59:41.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"27088464727844","imei1":"27088464727844","imei2":"27088464727844","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:59:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155606,"job_number":"JOB_155606","tr_customer_id":155623,"tr_customer_product_id":155613,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:59:46.000Z","modified_at":"2026-01-16T03:59:46.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"23662326267766","imei1":"23662326267766","imei2":"23662326267766","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:59:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155607,"job_number":"JOB_155607","tr_customer_id":155624,"tr_customer_product_id":155614,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:59:46.000Z","modified_at":"2026-01-16T03:59:46.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"16791202927977","imei1":"16791202927977","imei2":"16791202927977","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:59:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155608,"job_number":"JOB_155608","tr_customer_id":155625,"tr_customer_product_id":155615,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:59:47.000Z","modified_at":"2026-01-16T03:59:47.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"50134645980601","imei1":"50134645980601","imei2":"50134645980601","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:59:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155609,"job_number":"JOB_155609","tr_customer_id":155626,"tr_customer_product_id":155616,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:59:47.000Z","modified_at":"2026-01-16T03:59:47.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"68962444174633","imei1":"68962444174633","imei2":"68962444174633","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:59:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155610,"job_number":"JOB_155610","tr_customer_id":155627,"tr_customer_product_id":155617,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:59:47.000Z","modified_at":"2026-01-16T03:59:47.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"45385731072059","imei1":"45385731072059","imei2":"45385731072059","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:59:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155611,"job_number":"JOB_155611","tr_customer_id":155628,"tr_customer_product_id":155618,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:59:48.000Z","modified_at":"2026-01-16T03:59:48.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"55903931546619","imei1":"55903931546619","imei2":"55903931546619","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:59:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155612,"job_number":"JOB_155612","tr_customer_id":155629,"tr_customer_product_id":155619,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:59:48.000Z","modified_at":"2026-01-16T04:00:11.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"64565458507438","imei1":"64565458507438","imei2":"64565458507438","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T04:00:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155613,"job_number":"JOB_155613","tr_customer_id":155630,"tr_customer_product_id":155620,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:00:17.000Z","modified_at":"2026-01-16T04:00:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"68955586035195","imei1":"68955586035195","imei2":"68955586035195","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:00:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155614,"job_number":"JOB_155614","tr_customer_id":155631,"tr_customer_product_id":155621,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:00:17.000Z","modified_at":"2026-01-16T04:00:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"91851324634423","imei1":"91851324634423","imei2":"91851324634423","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:00:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155615,"job_number":"JOB_155615","tr_customer_id":155632,"tr_customer_product_id":155622,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:00:17.000Z","modified_at":"2026-01-16T04:00:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"92057926201536","imei1":"92057926201536","imei2":"92057926201536","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:00:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155616,"job_number":"JOB_155616","tr_customer_id":155633,"tr_customer_product_id":155623,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:00:18.000Z","modified_at":"2026-01-16T04:00:18.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"71778003089128","imei1":"71778003089128","imei2":"71778003089128","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:00:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155617,"job_number":"JOB_155617","tr_customer_id":155634,"tr_customer_product_id":155624,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:00:18.000Z","modified_at":"2026-01-16T04:00:18.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"18975964669597","imei1":"18975964669597","imei2":"18975964669597","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:00:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155618,"job_number":"JOB_155618","tr_customer_id":155635,"tr_customer_product_id":155625,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:00:18.000Z","modified_at":"2026-01-16T04:00:18.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"17998792860088","imei1":"17998792860088","imei2":"17998792860088","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:00:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155619,"job_number":"JOB_155619","tr_customer_id":155636,"tr_customer_product_id":155626,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:00:19.000Z","modified_at":"2026-01-16T04:00:42.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"54487455581876","imei1":"54487455581876","imei2":"54487455581876","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T04:00:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155620,"job_number":"JOB_155620","tr_customer_id":155637,"tr_customer_product_id":155627,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:29:32.000Z","modified_at":"2026-01-16T04:30:09.000Z","name":"Llewellyn Prohaska","mobile_number":"610-288-6429","email_id":"Minerva78@yahoo.com","dop":"2025-04-06","serial_number":"12792562532060","imei1":"12792562532060","imei2":"12792562532060","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T04:30:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155621,"job_number":"JOB_155621","tr_customer_id":155638,"tr_customer_product_id":155628,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:29:33.000Z","modified_at":"2026-01-16T04:29:33.000Z","name":"Verona Kuhic","mobile_number":"702-491-5172","email_id":"Charlie_Barton72@yahoo.com","dop":"2025-04-06","serial_number":"19769433139222860","imei1":"19769433139222860","imei2":"19769433139222860","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:29:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155622,"job_number":"JOB_155622","tr_customer_id":155639,"tr_customer_product_id":155629,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:32:19.000Z","modified_at":"2026-01-16T04:32:19.000Z","name":"tanmay agashe","mobile_number":"6757898909","email_id":"tanmay@gmail.com","dop":"2026-01-06","serial_number":"69346567893444","imei1":"69346567893444","imei2":"69346567893444","popurl":"2026-01-06T04:32:17.377643300Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:32:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155623,"job_number":"JOB_155623","tr_customer_id":155640,"tr_customer_product_id":155630,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:33:29.000Z","modified_at":"2026-01-16T04:33:29.000Z","name":"tanmay agashe","mobile_number":"6757898909","email_id":"tanmay@gmail.com","dop":"2026-01-06","serial_number":"08546567895390","imei1":"08546567895390","imei2":"08546567895390","popurl":"2026-01-06T04:33:26.974525700Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:33:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155624,"job_number":"JOB_155624","tr_customer_id":155641,"tr_customer_product_id":155631,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:36:56.000Z","modified_at":"2026-01-16T04:36:56.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-06","serial_number":"48420047314707","imei1":"48420047314707","imei2":"48420047314707","popurl":"2026-01-06T04:36:56.128196432Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:36:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155625,"job_number":"JOB_155625","tr_customer_id":155642,"tr_customer_product_id":155632,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:36:57.000Z","modified_at":"2026-01-16T04:36:57.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-06","serial_number":"70527248391176","imei1":"70527248391176","imei2":"70527248391176","popurl":"2026-01-06T04:36:57.252103837Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:36:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155626,"job_number":"JOB_155626","tr_customer_id":155643,"tr_customer_product_id":155633,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:38:26.000Z","modified_at":"2026-01-16T04:38:26.000Z","name":"tanmay agashe","mobile_number":"6757898909","email_id":"tanmay@gmail.com","dop":"2026-01-06","serial_number":"69346567893456","imei1":"69346567893456","imei2":"69346567893456","popurl":"2026-01-06T04:38:23.685345700Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:38:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155627,"job_number":"JOB_155627","tr_customer_id":155644,"tr_customer_product_id":155634,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:40:32.000Z","modified_at":"2026-01-16T04:40:32.000Z","name":"Shashank Shekhar","mobile_number":"9742666189","email_id":"101shashank@gmail.com","dop":"2025-04-06","serial_number":"99966430226557","imei1":"99966430226557","imei2":"99966430226557","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:40:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155628,"job_number":"JOB_155628","tr_customer_id":155645,"tr_customer_product_id":155635,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:44:27.000Z","modified_at":"2026-01-16T04:44:27.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"103926275605255","imei1":"103926275605255","imei2":"103926275605255","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:44:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155629,"job_number":"JOB_155629","tr_customer_id":155646,"tr_customer_product_id":155636,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:44:27.000Z","modified_at":"2026-01-16T04:44:37.000Z","name":"Calista Daniel","mobile_number":"945-733-5658","email_id":"Bruce24@yahoo.com","dop":"2025-07-01","serial_number":"103103343205438","imei1":"103103343205438","imei2":"103103343205438","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T04:44:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155630,"job_number":"JOB_155630","tr_customer_id":155647,"tr_customer_product_id":155637,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:44:38.000Z","modified_at":"2026-01-16T04:44:38.000Z","name":"Easter Koch","mobile_number":"928-250-5732","email_id":"Dayne.Effertz@yahoo.com","dop":"2025-04-06","serial_number":"14889558276512","imei1":"14889558276512","imei2":"14889558276512","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:44:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155631,"job_number":"JOB_155631","tr_customer_id":155648,"tr_customer_product_id":155638,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:44:39.000Z","modified_at":"2026-01-16T04:44:39.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"105776069693431","imei1":"105776069693431","imei2":"105776069693431","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:44:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155632,"job_number":"JOB_155632","tr_customer_id":155649,"tr_customer_product_id":155639,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:44:39.000Z","modified_at":"2026-01-16T04:44:48.000Z","name":"Octavia Hayes","mobile_number":"586-290-0739","email_id":"Torey_Rodriguez@yahoo.com","dop":"2025-07-01","serial_number":"102714794736504","imei1":"102714794736504","imei2":"102714794736504","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T04:44:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155633,"job_number":"JOB_155633","tr_customer_id":155650,"tr_customer_product_id":155640,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:49:12.000Z","modified_at":"2026-01-16T04:49:12.000Z","name":"Uday Raj","mobile_number":"9834786543","email_id":"uday.r@gmail.com","dop":"2025-02-01","serial_number":"19899393010120","imei1":"19899393010120","imei2":"19899393010120","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:49:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155634,"job_number":"JOB_155634","tr_customer_id":155651,"tr_customer_product_id":155641,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:50:18.000Z","modified_at":"2026-01-16T04:50:18.000Z","name":"Manuel Zieme","mobile_number":"595-247-0610","email_id":"Else_Hansen@hotmail.com","dop":"2025-02-01","serial_number":"74609272541571","imei1":"74609272541571","imei2":"74609272541571","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:50:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155638,"job_number":"JOB_155638","tr_customer_id":155655,"tr_customer_product_id":155645,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:55:57.000Z","modified_at":"2026-01-16T04:55:57.000Z","name":"Shashank Shekhar","mobile_number":"9742666189","email_id":"101shashank@gmail.com","dop":"2025-04-06","serial_number":"99966430226599","imei1":"99966430226599","imei2":"99966430226599","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:55:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155639,"job_number":"JOB_155639","tr_customer_id":155656,"tr_customer_product_id":155646,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:56:17.000Z","modified_at":"2026-01-16T04:56:58.000Z","name":"Pierre Hessel","mobile_number":"993-972-7998","email_id":"Cruz_McKenzie55@yahoo.com","dop":"2025-04-06","serial_number":"12694237194878","imei1":"12694237194878","imei2":"12694237194878","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T04:56:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155640,"job_number":"JOB_155640","tr_customer_id":155657,"tr_customer_product_id":155647,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:56:19.000Z","modified_at":"2026-01-16T04:56:19.000Z","name":"Bulah Simonis","mobile_number":"730-658-6104","email_id":"Jaquan_Zemlak47@yahoo.com","dop":"2025-04-06","serial_number":"15413693824894536","imei1":"15413693824894536","imei2":"15413693824894536","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:56:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155641,"job_number":"JOB_155641","tr_customer_id":155658,"tr_customer_product_id":155648,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:56:38.000Z","modified_at":"2026-01-16T04:57:15.000Z","name":"Blaze Pouros","mobile_number":"664-921-1098","email_id":"Brice.Jenkins@yahoo.com","dop":"2025-04-06","serial_number":"15691029113077","imei1":"15691029113077","imei2":"15691029113077","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T04:57:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155642,"job_number":"JOB_155642","tr_customer_id":155659,"tr_customer_product_id":155649,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:56:40.000Z","modified_at":"2026-01-16T04:56:40.000Z","name":"Helene Schinner","mobile_number":"395-771-3770","email_id":"Ernestine.Cronin@hotmail.com","dop":"2025-04-06","serial_number":"15241876165367484","imei1":"15241876165367484","imei2":"15241876165367484","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:56:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155643,"job_number":"JOB_155643","tr_customer_id":155660,"tr_customer_product_id":155650,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:57:26.000Z","modified_at":"2026-01-16T04:57:26.000Z","name":"Shashank Shekhar","mobile_number":"9742666189","email_id":"101shashank@gmail.com","dop":"2025-04-06","serial_number":"99966430226598","imei1":"99966430226598","imei2":"99966430226598","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:57:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155647,"job_number":"JOB_155647","tr_customer_id":155664,"tr_customer_product_id":155654,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T05:09:30.000Z","modified_at":"2026-01-16T06:13:07.000Z","name":"Amaya Langworth","mobile_number":"910-429-7055","email_id":"Gisselle.Hintz68@gmail.com","dop":"2025-12-03","serial_number":"84685174909017","imei1":"84685174909017","imei2":"84685174909017","popurl":"2025-12-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-16T06:13:07.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":155648,"job_number":"JOB_155648","tr_customer_id":155665,"tr_customer_product_id":155655,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T05:09:43.000Z","modified_at":"2026-01-16T05:09:43.000Z","name":"Shashank Shekhar","mobile_number":"9742666189","email_id":"101shashank@gmail.com","dop":"2025-04-06","serial_number":"99966430226597","imei1":"99966430226597","imei2":"99966430226597","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T05:09:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155649,"job_number":"JOB_155649","tr_customer_id":155666,"tr_customer_product_id":155656,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T05:41:28.000Z","modified_at":"2026-01-16T05:41:28.000Z","name":"tanmay agashe","mobile_number":"6757898909","email_id":"tanmay@gmail.com","dop":"2026-01-06","serial_number":"11346567890346","imei1":"11346567890346","imei2":"11346567890346","popurl":"2026-01-06T05:41:27.997331187Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T05:41:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155650,"job_number":"JOB_155650","tr_customer_id":155667,"tr_customer_product_id":155657,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:00:16.000Z","modified_at":"2026-01-16T06:00:16.000Z","name":"Shashank Shekhar","mobile_number":"9742666189","email_id":"101shashank@gmail.com","dop":"2025-04-06","serial_number":"99999999999999","imei1":"99999999999999","imei2":"99999999999999","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:00:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155651,"job_number":"JOB_155651","tr_customer_id":155668,"tr_customer_product_id":155658,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:02:15.000Z","modified_at":"2026-01-16T06:02:15.000Z","name":"Shashank Shekhar","mobile_number":"9742666189","email_id":"101shashank@gmail.com","dop":"2025-04-06","serial_number":"89999999999999","imei1":"89999999999999","imei2":"89999999999999","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:02:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155652,"job_number":"JOB_155652","tr_customer_id":155669,"tr_customer_product_id":155659,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:09:47.000Z","modified_at":"2026-01-16T06:09:47.000Z","name":"Shashank Shekhar","mobile_number":"9742666189","email_id":"101shashank@gmail.com","dop":"2025-04-06","serial_number":"79999999999999","imei1":"79999999999999","imei2":"79999999999999","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:09:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155653,"job_number":"JOB_155653","tr_customer_id":155670,"tr_customer_product_id":155660,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:15:48.000Z","modified_at":"2026-01-16T06:15:48.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"18546374862748","imei1":"18546374862748","imei2":"18546374862748","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:15:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155654,"job_number":"JOB_155654","tr_customer_id":155671,"tr_customer_product_id":155661,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:15:49.000Z","modified_at":"2026-01-16T06:15:49.000Z","name":"Thad Walker","mobile_number":"563-474-2227","email_id":"Aisha.Ernser46@gmail.com","dop":"2025-09-16","serial_number":"13154157928705","imei1":"13154157928705","imei2":"13154157928705","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:15:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155655,"job_number":"JOB_155655","tr_customer_id":155672,"tr_customer_product_id":155662,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:16:02.000Z","modified_at":"2026-01-16T06:16:02.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14523335535044","imei1":"14523335535044","imei2":"14523335535044","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:16:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155656,"job_number":"JOB_155656","tr_customer_id":155673,"tr_customer_product_id":155663,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:16:02.000Z","modified_at":"2026-01-16T06:16:41.000Z","name":"April Turner","mobile_number":"687-855-3445","email_id":"Armando.McLaughlin1@yahoo.com","dop":"2025-04-06","serial_number":"16817630391135","imei1":"16817630391135","imei2":"16817630391135","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:16:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155657,"job_number":"JOB_155657","tr_customer_id":155674,"tr_customer_product_id":155664,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:16:03.000Z","modified_at":"2026-01-16T06:16:03.000Z","name":"Deja Price","mobile_number":"296-505-1529","email_id":"Audra.OConnell@hotmail.com","dop":"2025-04-06","serial_number":"14443526690699648","imei1":"14443526690699648","imei2":"14443526690699648","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:16:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155658,"job_number":"JOB_155658","tr_customer_id":155675,"tr_customer_product_id":155665,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:16:08.000Z","modified_at":"2026-01-16T06:16:08.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"17736769273208","imei1":"17736769273208","imei2":"17736769273208","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:16:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155659,"job_number":"JOB_155659","tr_customer_id":155676,"tr_customer_product_id":155666,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:16:08.000Z","modified_at":"2026-01-16T06:16:08.000Z","name":"Dee Schneider","mobile_number":"392-427-4595","email_id":"Novella90@gmail.com","dop":"2025-09-16","serial_number":"11356350277950","imei1":"11356350277950","imei2":"11356350277950","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:16:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155662,"job_number":"JOB_155662","tr_customer_id":155679,"tr_customer_product_id":155669,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:16:27.000Z","modified_at":"2026-01-16T06:16:27.000Z","name":"kajal p","mobile_number":"9243526785","email_id":"kajal@gmail.com","dop":"2025-09-16","serial_number":"18580675192414","imei1":"18580675192414","imei2":"18580675192414","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:16:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155663,"job_number":"JOB_155663","tr_customer_id":155680,"tr_customer_product_id":155670,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:16:27.000Z","modified_at":"2026-01-16T06:16:27.000Z","name":"Samir Schroeder","mobile_number":"500-386-9531","email_id":"Fern_Padberg@gmail.com","dop":"2025-09-16","serial_number":"12184243985175","imei1":"12184243985175","imei2":"12184243985175","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:16:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155664,"job_number":"JOB_155664","tr_customer_id":155681,"tr_customer_product_id":155671,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:16:48.000Z","modified_at":"2026-01-16T06:16:48.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18600269206682","imei1":"18600269206682","imei2":"18600269206682","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:16:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155665,"job_number":"JOB_155665","tr_customer_id":155682,"tr_customer_product_id":155672,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:16:48.000Z","modified_at":"2026-01-16T06:17:27.000Z","name":"Deron Ullrich","mobile_number":"395-700-2186","email_id":"Elmira_Hintz36@gmail.com","dop":"2025-04-06","serial_number":"16538863290454","imei1":"16538863290454","imei2":"16538863290454","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:17:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155666,"job_number":"JOB_155666","tr_customer_id":155683,"tr_customer_product_id":155673,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:16:50.000Z","modified_at":"2026-01-16T06:16:50.000Z","name":"Oscar Johns","mobile_number":"347-783-3469","email_id":"Kiarra_Hagenes@gmail.com","dop":"2025-04-06","serial_number":"19132541795594000","imei1":"19132541795594000","imei2":"19132541795594000","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:16:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155668,"job_number":"JOB_155668","tr_customer_id":155685,"tr_customer_product_id":155675,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:17:35.000Z","modified_at":"2026-01-16T06:17:35.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13511268549250","imei1":"13511268549250","imei2":"13511268549250","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:17:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155669,"job_number":"JOB_155669","tr_customer_id":155686,"tr_customer_product_id":155676,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:17:35.000Z","modified_at":"2026-01-16T06:18:19.000Z","name":"Ewell Corkery","mobile_number":"813-982-6579","email_id":"Ken_Schultz@gmail.com","dop":"2025-04-06","serial_number":"19024072169478","imei1":"19024072169478","imei2":"19024072169478","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:18:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155670,"job_number":"JOB_155670","tr_customer_id":155687,"tr_customer_product_id":155677,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:17:36.000Z","modified_at":"2026-01-16T06:17:36.000Z","name":"Deron Beier","mobile_number":"606-949-3926","email_id":"Rhea19@yahoo.com","dop":"2025-04-06","serial_number":"15698729394533112","imei1":"15698729394533112","imei2":"15698729394533112","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:17:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155683,"job_number":"JOB_155683","tr_customer_id":155700,"tr_customer_product_id":155690,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:21:41.000Z","modified_at":"2026-01-16T06:21:41.000Z","name":"Gaurav Kumain","mobile_number":"8787474487","email_id":"qwssww@gmail.com","dop":"2025-04-06","serial_number":"16572885284302","imei1":"16572885284302","imei2":"16572885284302","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:21:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155684,"job_number":"JOB_155684","tr_customer_id":155701,"tr_customer_product_id":155691,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:21:57.000Z","modified_at":"2026-01-16T06:21:57.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10234419614103","imei1":"10234419614103","imei2":"10234419614103","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:21:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155685,"job_number":"JOB_155685","tr_customer_id":155702,"tr_customer_product_id":155692,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:21:57.000Z","modified_at":"2026-01-16T06:22:35.000Z","name":"Samir D'Amore","mobile_number":"287-776-3356","email_id":"Penelope46@yahoo.com","dop":"2025-06-18","serial_number":"10347834948635","imei1":"10347834948635","imei2":"10347834948635","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:22:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155686,"job_number":"JOB_155686","tr_customer_id":155703,"tr_customer_product_id":155693,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:21:58.000Z","modified_at":"2026-01-16T06:21:58.000Z","name":"Freda Jacobs","mobile_number":"892-616-9044","email_id":"Emie_Conroy@yahoo.com","dop":"2025-06-18","serial_number":"1095232156265707","imei1":"1095232156265707","imei2":"1095232156265707","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:21:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155687,"job_number":"JOB_155687","tr_customer_id":155704,"tr_customer_product_id":155694,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:22:43.000Z","modified_at":"2026-01-16T06:22:43.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10129626372569","imei1":"10129626372569","imei2":"10129626372569","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:22:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155688,"job_number":"JOB_155688","tr_customer_id":155705,"tr_customer_product_id":155695,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:22:43.000Z","modified_at":"2026-01-16T06:23:20.000Z","name":"Cicero Tillman","mobile_number":"475-579-0102","email_id":"Will83@yahoo.com","dop":"2025-06-18","serial_number":"10857174494582","imei1":"10857174494582","imei2":"10857174494582","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:23:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155689,"job_number":"JOB_155689","tr_customer_id":155706,"tr_customer_product_id":155696,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:22:43.000Z","modified_at":"2026-01-16T06:22:43.000Z","name":"Lionel Murphy","mobile_number":"209-798-6385","email_id":"Bailey80@gmail.com","dop":"2025-06-18","serial_number":"1091165450394017","imei1":"1091165450394017","imei2":"1091165450394017","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:22:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155690,"job_number":"JOB_155690","tr_customer_id":155707,"tr_customer_product_id":155697,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:26:17.000Z","modified_at":"2026-01-16T06:26:17.000Z","name":"Gaurav Kumain","mobile_number":"8787474487","email_id":"qwssww@gmail.com","dop":"2025-04-06","serial_number":"16572885284303","imei1":"16572885284303","imei2":"16572885284303","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:26:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155691,"job_number":"JOB_155691","tr_customer_id":155708,"tr_customer_product_id":155698,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:27:01.000Z","modified_at":"2026-01-16T06:27:01.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18792914001763","imei1":"18792914001763","imei2":"18792914001763","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:27:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155692,"job_number":"JOB_155692","tr_customer_id":155709,"tr_customer_product_id":155699,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:27:02.000Z","modified_at":"2026-01-16T06:27:38.000Z","name":"Torey Kozey","mobile_number":"636-891-6782","email_id":"Maurice_Adams78@yahoo.com","dop":"2025-04-06","serial_number":"11986473215005","imei1":"11986473215005","imei2":"11986473215005","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:27:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155693,"job_number":"JOB_155693","tr_customer_id":155710,"tr_customer_product_id":155700,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:27:03.000Z","modified_at":"2026-01-16T06:27:03.000Z","name":"Heidi Donnelly","mobile_number":"765-761-1553","email_id":"Claud21@yahoo.com","dop":"2025-04-06","serial_number":"15136441970902784","imei1":"15136441970902784","imei2":"15136441970902784","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:27:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155694,"job_number":"JOB_155694","tr_customer_id":155711,"tr_customer_product_id":155701,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:27:45.000Z","modified_at":"2026-01-16T06:27:45.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12474350256277","imei1":"12474350256277","imei2":"12474350256277","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:27:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155695,"job_number":"JOB_155695","tr_customer_id":155712,"tr_customer_product_id":155702,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:27:45.000Z","modified_at":"2026-01-16T06:28:20.000Z","name":"Darrell Miller","mobile_number":"719-750-9013","email_id":"Gideon_Goyette94@yahoo.com","dop":"2025-04-06","serial_number":"17237194779382","imei1":"17237194779382","imei2":"17237194779382","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:28:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155696,"job_number":"JOB_155696","tr_customer_id":155713,"tr_customer_product_id":155703,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:27:46.000Z","modified_at":"2026-01-16T06:27:46.000Z","name":"Rudy Stiedemann","mobile_number":"442-264-6155","email_id":"Jaylin.Runolfsson@yahoo.com","dop":"2025-04-06","serial_number":"13492937547637564","imei1":"13492937547637564","imei2":"13492937547637564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:27:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155697,"job_number":"JOB_155697","tr_customer_id":155714,"tr_customer_product_id":155704,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:28:27.000Z","modified_at":"2026-01-16T06:28:27.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19306329118267","imei1":"19306329118267","imei2":"19306329118267","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:28:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155698,"job_number":"JOB_155698","tr_customer_id":155715,"tr_customer_product_id":155705,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:28:27.000Z","modified_at":"2026-01-16T06:29:03.000Z","name":"Nasir Welch","mobile_number":"897-283-4490","email_id":"Leslie.Schulist74@gmail.com","dop":"2025-04-06","serial_number":"19464405202138","imei1":"19464405202138","imei2":"19464405202138","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:29:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155699,"job_number":"JOB_155699","tr_customer_id":155716,"tr_customer_product_id":155706,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:28:29.000Z","modified_at":"2026-01-16T06:28:29.000Z","name":"Derick Green","mobile_number":"343-294-0155","email_id":"Thurman59@yahoo.com","dop":"2025-04-06","serial_number":"16809733002813264","imei1":"16809733002813264","imei2":"16809733002813264","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:28:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155702,"job_number":"JOB_155702","tr_customer_id":155719,"tr_customer_product_id":155709,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:29:30.000Z","modified_at":"2026-01-16T06:29:30.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12160862483626","imei1":"12160862483626","imei2":"12160862483626","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:29:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155703,"job_number":"JOB_155703","tr_customer_id":155720,"tr_customer_product_id":155710,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:29:30.000Z","modified_at":"2026-01-16T06:30:11.000Z","name":"Ollie Stroman","mobile_number":"478-870-0177","email_id":"Ada.Block@yahoo.com","dop":"2025-04-06","serial_number":"16953975620819","imei1":"16953975620819","imei2":"16953975620819","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:30:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155704,"job_number":"JOB_155704","tr_customer_id":155721,"tr_customer_product_id":155711,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:29:32.000Z","modified_at":"2026-01-16T06:29:32.000Z","name":"Rhianna Schoen","mobile_number":"212-665-2079","email_id":"Lottie.Armstrong@yahoo.com","dop":"2025-04-06","serial_number":"11901143664342048","imei1":"11901143664342048","imei2":"11901143664342048","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:29:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155705,"job_number":"JOB_155705","tr_customer_id":155722,"tr_customer_product_id":155712,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:30:19.000Z","modified_at":"2026-01-16T06:30:19.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12674320033800","imei1":"12674320033800","imei2":"12674320033800","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:30:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155706,"job_number":"JOB_155706","tr_customer_id":155723,"tr_customer_product_id":155713,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:30:19.000Z","modified_at":"2026-01-16T06:31:00.000Z","name":"Rigoberto Jacobson","mobile_number":"569-401-2122","email_id":"Crawford.Roberts76@gmail.com","dop":"2025-04-06","serial_number":"12380357433051","imei1":"12380357433051","imei2":"12380357433051","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:31:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155707,"job_number":"JOB_155707","tr_customer_id":155724,"tr_customer_product_id":155714,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:30:20.000Z","modified_at":"2026-01-16T06:30:20.000Z","name":"Laron Durgan","mobile_number":"264-200-0555","email_id":"Alayna17@hotmail.com","dop":"2025-04-06","serial_number":"11805549138506768","imei1":"11805549138506768","imei2":"11805549138506768","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:30:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155708,"job_number":"JOB_155708","tr_customer_id":155725,"tr_customer_product_id":155715,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:31:08.000Z","modified_at":"2026-01-16T06:31:08.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10291803468165","imei1":"10291803468165","imei2":"10291803468165","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:31:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155709,"job_number":"JOB_155709","tr_customer_id":155726,"tr_customer_product_id":155716,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:31:08.000Z","modified_at":"2026-01-16T06:31:49.000Z","name":"Alejandra Reilly","mobile_number":"780-420-5912","email_id":"Bertha54@yahoo.com","dop":"2025-04-06","serial_number":"18483580835511","imei1":"18483580835511","imei2":"18483580835511","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:31:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155710,"job_number":"JOB_155710","tr_customer_id":155727,"tr_customer_product_id":155717,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:31:09.000Z","modified_at":"2026-01-16T06:31:09.000Z","name":"Velda Heaney","mobile_number":"352-758-7513","email_id":"Diamond_Reynolds52@hotmail.com","dop":"2025-04-06","serial_number":"14976485295733564","imei1":"14976485295733564","imei2":"14976485295733564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:31:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155711,"job_number":"JOB_155711","tr_customer_id":155728,"tr_customer_product_id":155718,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:33:23.000Z","modified_at":"2026-01-16T06:34:14.000Z","name":"Wilton Stehr","mobile_number":"271-924-0498","email_id":"Isac_Effertz57@yahoo.com","dop":"2025-04-06","serial_number":"18310168636984","imei1":"18310168636984","imei2":"18310168636984","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:34:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155712,"job_number":"JOB_155712","tr_customer_id":155729,"tr_customer_product_id":155719,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:33:25.000Z","modified_at":"2026-01-16T06:33:25.000Z","name":"Darren Terry","mobile_number":"941-848-4064","email_id":"Derek_Waters93@gmail.com","dop":"2025-04-06","serial_number":"16510770579164860","imei1":"16510770579164860","imei2":"16510770579164860","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:33:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155713,"job_number":"JOB_155713","tr_customer_id":155730,"tr_customer_product_id":155720,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:34:10.000Z","modified_at":"2026-01-16T06:34:10.000Z","name":"Gaurav Kumain","mobile_number":"8787474487","email_id":"qwssww@gmail.com","dop":"2025-04-06","serial_number":"16572885284304","imei1":"16572885284304","imei2":"16572885284303","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:34:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155714,"job_number":"JOB_155714","tr_customer_id":155731,"tr_customer_product_id":155721,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:34:13.000Z","modified_at":"2026-01-16T06:34:13.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18183250601741","imei1":"18183250601741","imei2":"18183250601741","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:34:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155715,"job_number":"JOB_155715","tr_customer_id":155732,"tr_customer_product_id":155722,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:34:13.000Z","modified_at":"2026-01-16T06:34:55.000Z","name":"Mike Yundt","mobile_number":"256-731-8532","email_id":"Leopold13@yahoo.com","dop":"2025-04-06","serial_number":"16034146038240","imei1":"16034146038240","imei2":"16034146038240","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:34:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155716,"job_number":"JOB_155716","tr_customer_id":155733,"tr_customer_product_id":155723,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:34:15.000Z","modified_at":"2026-01-16T06:34:15.000Z","name":"Noemie Moore","mobile_number":"922-216-5908","email_id":"Adelia.Legros@gmail.com","dop":"2025-04-06","serial_number":"19849856542088270","imei1":"19849856542088270","imei2":"19849856542088270","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:34:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155717,"job_number":"JOB_155717","tr_customer_id":155734,"tr_customer_product_id":155724,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:34:34.000Z","modified_at":"2026-01-16T06:34:34.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10401945627152","imei1":"10401945627152","imei2":"10401945627152","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:34:34.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":155718,"job_number":"JOB_155718","tr_customer_id":155735,"tr_customer_product_id":155725,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:34:34.000Z","modified_at":"2026-01-16T06:35:11.000Z","name":"Mafalda McKenzie","mobile_number":"920-632-5357","email_id":"Westley_Bartell48@yahoo.com","dop":"2000-01-31","serial_number":"10845527250382","imei1":"10845527250382","imei2":"10845527250382","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:35:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155719,"job_number":"JOB_155719","tr_customer_id":155736,"tr_customer_product_id":155726,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:34:36.000Z","modified_at":"2026-01-16T06:34:36.000Z","name":"Axel Yundt","mobile_number":"982-777-0534","email_id":"Cleta.Schneider50@yahoo.com","dop":"2000-01-31","serial_number":"1075302203986053","imei1":"1075302203986053","imei2":"1075302203986053","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:34:36.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":155720,"job_number":"JOB_155720","tr_customer_id":155737,"tr_customer_product_id":155727,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:35:04.000Z","modified_at":"2026-01-16T06:35:04.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13402961231475","imei1":"13402961231475","imei2":"13402961231475","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:35:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155721,"job_number":"JOB_155721","tr_customer_id":155738,"tr_customer_product_id":155728,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:35:04.000Z","modified_at":"2026-01-16T06:35:54.000Z","name":"Jamison Lockman","mobile_number":"833-480-5080","email_id":"Glenda24@hotmail.com","dop":"2025-04-06","serial_number":"11180391073842","imei1":"11180391073842","imei2":"11180391073842","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:35:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155722,"job_number":"JOB_155722","tr_customer_id":155739,"tr_customer_product_id":155729,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:35:06.000Z","modified_at":"2026-01-16T06:35:06.000Z","name":"Amanda Considine","mobile_number":"587-276-9658","email_id":"Valerie76@gmail.com","dop":"2025-04-06","serial_number":"19754602933334430","imei1":"19754602933334430","imei2":"19754602933334430","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:35:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155723,"job_number":"JOB_155723","tr_customer_id":155740,"tr_customer_product_id":155730,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:35:18.000Z","modified_at":"2026-01-16T06:35:18.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10385237056781","imei1":"10385237056781","imei2":"10385237056781","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:35:18.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":155724,"job_number":"JOB_155724","tr_customer_id":155741,"tr_customer_product_id":155731,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:35:18.000Z","modified_at":"2026-01-16T06:35:54.000Z","name":"Laurianne Auer","mobile_number":"786-311-5641","email_id":"Selmer7@yahoo.com","dop":"2000-01-31","serial_number":"10684109007475","imei1":"10684109007475","imei2":"10684109007475","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:35:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155725,"job_number":"JOB_155725","tr_customer_id":155742,"tr_customer_product_id":155732,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:35:20.000Z","modified_at":"2026-01-16T06:35:20.000Z","name":"Columbus Schumm","mobile_number":"994-986-8614","email_id":"Maybelle_Langosh96@yahoo.com","dop":"2000-01-31","serial_number":"1023850899366975","imei1":"1023850899366975","imei2":"1023850899366975","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:35:20.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":155726,"job_number":"JOB_155726","tr_customer_id":155743,"tr_customer_product_id":155733,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:35:50.000Z","modified_at":"2026-01-16T06:35:50.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12561051754101","imei1":"12561051754101","imei2":"12561051754101","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:35:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155727,"job_number":"JOB_155727","tr_customer_id":155744,"tr_customer_product_id":155734,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:35:51.000Z","modified_at":"2026-01-16T06:36:29.000Z","name":"Eva Rippin","mobile_number":"651-415-0665","email_id":"Amber.Bergnaum@yahoo.com","dop":"2025-04-06","serial_number":"12282164406009","imei1":"12282164406009","imei2":"12282164406009","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:36:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155728,"job_number":"JOB_155728","tr_customer_id":155745,"tr_customer_product_id":155735,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:35:52.000Z","modified_at":"2026-01-16T06:35:52.000Z","name":"Ebony Wintheiser","mobile_number":"567-275-3241","email_id":"Elinore.Goldner@gmail.com","dop":"2025-04-06","serial_number":"13695480512531648","imei1":"13695480512531648","imei2":"13695480512531648","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:35:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155729,"job_number":"JOB_155729","tr_customer_id":155746,"tr_customer_product_id":155736,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:36:01.000Z","modified_at":"2026-01-16T06:36:01.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10651292496707","imei1":"10651292496707","imei2":"10651292496707","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:36:01.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":155730,"job_number":"JOB_155730","tr_customer_id":155747,"tr_customer_product_id":155737,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:36:01.000Z","modified_at":"2026-01-16T06:36:36.000Z","name":"Gerda Lubowitz","mobile_number":"270-389-9105","email_id":"Vivienne_Marks54@gmail.com","dop":"2000-01-31","serial_number":"10037800508870","imei1":"10037800508870","imei2":"10037800508870","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:36:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155731,"job_number":"JOB_155731","tr_customer_id":155748,"tr_customer_product_id":155738,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:36:02.000Z","modified_at":"2026-01-16T06:36:02.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10905864665923","imei1":"10905864665923","imei2":"10905864665923","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:36:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155732,"job_number":"JOB_155732","tr_customer_id":155749,"tr_customer_product_id":155739,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:36:02.000Z","modified_at":"2026-01-16T06:36:42.000Z","name":"Retha Doyle","mobile_number":"322-358-5895","email_id":"Lucy.Wilderman@yahoo.com","dop":"2025-04-06","serial_number":"14618890772741","imei1":"14618890772741","imei2":"14618890772741","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:36:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155733,"job_number":"JOB_155733","tr_customer_id":155750,"tr_customer_product_id":155740,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:36:02.000Z","modified_at":"2026-01-16T06:36:02.000Z","name":"Bobby Kuvalis","mobile_number":"236-505-5749","email_id":"Dariana_Pouros98@yahoo.com","dop":"2000-01-31","serial_number":"1053825763001151","imei1":"1053825763001151","imei2":"1053825763001151","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:36:02.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":155734,"job_number":"JOB_155734","tr_customer_id":155751,"tr_customer_product_id":155741,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:36:03.000Z","modified_at":"2026-01-16T06:36:03.000Z","name":"Evangeline Emard","mobile_number":"685-236-5910","email_id":"Ezra4@hotmail.com","dop":"2025-04-06","serial_number":"15454439136977072","imei1":"15454439136977072","imei2":"15454439136977072","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:36:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155735,"job_number":"JOB_155735","tr_customer_id":155752,"tr_customer_product_id":155742,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:36:36.000Z","modified_at":"2026-01-16T06:36:36.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18011725642892","imei1":"18011725642892","imei2":"18011725642892","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:36:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155736,"job_number":"JOB_155736","tr_customer_id":155753,"tr_customer_product_id":155743,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:36:37.000Z","modified_at":"2026-01-16T06:37:14.000Z","name":"Lacey Hessel","mobile_number":"568-278-2896","email_id":"Shanny.Blick97@yahoo.com","dop":"2025-04-06","serial_number":"13713984603110","imei1":"13713984603110","imei2":"13713984603110","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:37:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155737,"job_number":"JOB_155737","tr_customer_id":155754,"tr_customer_product_id":155744,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:36:38.000Z","modified_at":"2026-01-16T06:36:38.000Z","name":"Lenore White","mobile_number":"315-988-3242","email_id":"Myrna.Cruickshank@gmail.com","dop":"2025-04-06","serial_number":"16588747903909444","imei1":"16588747903909444","imei2":"16588747903909444","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:36:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155738,"job_number":"JOB_155738","tr_customer_id":155755,"tr_customer_product_id":155745,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:36:43.000Z","modified_at":"2026-01-16T06:36:43.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10838737959437","imei1":"10838737959437","imei2":"10838737959437","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:36:43.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":155739,"job_number":"JOB_155739","tr_customer_id":155756,"tr_customer_product_id":155746,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:36:44.000Z","modified_at":"2026-01-16T06:37:19.000Z","name":"Dejon Lakin","mobile_number":"335-907-8039","email_id":"Lauren.Hayes92@yahoo.com","dop":"2000-01-31","serial_number":"10267037698192","imei1":"10267037698192","imei2":"10267037698192","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:37:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155740,"job_number":"JOB_155740","tr_customer_id":155757,"tr_customer_product_id":155747,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:36:45.000Z","modified_at":"2026-01-16T06:36:45.000Z","name":"Elmo Hilll","mobile_number":"347-380-2254","email_id":"Shakira_Mitchell@yahoo.com","dop":"2000-01-31","serial_number":"1075873331519296","imei1":"1075873331519296","imei2":"1075873331519296","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:36:45.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":155741,"job_number":"JOB_155741","tr_customer_id":155758,"tr_customer_product_id":155748,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:37:21.000Z","modified_at":"2026-01-16T06:37:21.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18479831109450","imei1":"18479831109450","imei2":"18479831109450","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:37:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155742,"job_number":"JOB_155742","tr_customer_id":155759,"tr_customer_product_id":155749,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:37:22.000Z","modified_at":"2026-01-16T06:38:00.000Z","name":"Jayme Douglas","mobile_number":"532-355-5229","email_id":"Mikel_Padberg62@gmail.com","dop":"2025-04-06","serial_number":"12386822199817","imei1":"12386822199817","imei2":"12386822199817","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:38:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155743,"job_number":"JOB_155743","tr_customer_id":155760,"tr_customer_product_id":155750,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:37:23.000Z","modified_at":"2026-01-16T06:37:23.000Z","name":"Clifton Will","mobile_number":"466-925-6032","email_id":"Sydnie50@hotmail.com","dop":"2025-04-06","serial_number":"17264357883813052","imei1":"17264357883813052","imei2":"17264357883813052","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:37:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155744,"job_number":"JOB_155744","tr_customer_id":155761,"tr_customer_product_id":155751,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:40:24.000Z","modified_at":"2026-01-16T06:40:24.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11421853362375","imei1":"11421853362375","imei2":"11421853362375","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:40:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155745,"job_number":"JOB_155745","tr_customer_id":155762,"tr_customer_product_id":155752,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:40:24.000Z","modified_at":"2026-01-16T06:41:00.000Z","name":"Litzy Becker","mobile_number":"927-899-7268","email_id":"Alfonso.Johnston31@yahoo.com","dop":"2025-04-06","serial_number":"17301731604560","imei1":"17301731604560","imei2":"17301731604560","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:41:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155746,"job_number":"JOB_155746","tr_customer_id":155763,"tr_customer_product_id":155753,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:40:25.000Z","modified_at":"2026-01-16T06:40:25.000Z","name":"Ophelia Kohler","mobile_number":"852-921-4197","email_id":"Dianna.Feil@yahoo.com","dop":"2025-04-06","serial_number":"12271151503417396","imei1":"12271151503417396","imei2":"12271151503417396","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:40:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155747,"job_number":"JOB_155747","tr_customer_id":155764,"tr_customer_product_id":155754,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:41:07.000Z","modified_at":"2026-01-16T06:41:07.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17527577093892","imei1":"17527577093892","imei2":"17527577093892","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:41:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155748,"job_number":"JOB_155748","tr_customer_id":155765,"tr_customer_product_id":155755,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:41:07.000Z","modified_at":"2026-01-16T06:41:43.000Z","name":"Mariano Rice","mobile_number":"468-584-7081","email_id":"Coy.Kassulke63@yahoo.com","dop":"2025-04-06","serial_number":"12971650487339","imei1":"12971650487339","imei2":"12971650487339","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:41:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155749,"job_number":"JOB_155749","tr_customer_id":155766,"tr_customer_product_id":155756,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:41:09.000Z","modified_at":"2026-01-16T06:41:09.000Z","name":"Giuseppe Carter","mobile_number":"956-449-4965","email_id":"Sonya54@yahoo.com","dop":"2025-04-06","serial_number":"10273525838172484","imei1":"10273525838172484","imei2":"10273525838172484","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:41:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155750,"job_number":"JOB_155750","tr_customer_id":155767,"tr_customer_product_id":155757,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:41:19.000Z","modified_at":"2026-01-16T06:41:58.000Z","name":"Era Conn","mobile_number":"211-457-8514","email_id":"Colleen71@gmail.com","dop":"2025-04-06","serial_number":"14607941375750","imei1":"14607941375750","imei2":"14607941375750","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:41:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155751,"job_number":"JOB_155751","tr_customer_id":155768,"tr_customer_product_id":155758,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:41:20.000Z","modified_at":"2026-01-16T06:41:20.000Z","name":"Dustin Carroll","mobile_number":"720-927-0260","email_id":"Alba46@gmail.com","dop":"2025-04-06","serial_number":"19432793905878870","imei1":"19432793905878870","imei2":"19432793905878870","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:41:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155752,"job_number":"JOB_155752","tr_customer_id":155769,"tr_customer_product_id":155759,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:41:21.000Z","modified_at":"2026-01-16T06:41:21.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10167067858945","imei1":"10167067858945","imei2":"10167067858945","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:41:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155753,"job_number":"JOB_155753","tr_customer_id":155770,"tr_customer_product_id":155760,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:41:22.000Z","modified_at":"2026-01-16T06:41:58.000Z","name":"Jessika Sauer","mobile_number":"974-395-5344","email_id":"Kevon_Gutkowski66@gmail.com","dop":"2025-04-06","serial_number":"17489862917540","imei1":"17489862917540","imei2":"17489862917540","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:41:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155754,"job_number":"JOB_155754","tr_customer_id":155771,"tr_customer_product_id":155761,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:41:23.000Z","modified_at":"2026-01-16T06:41:23.000Z","name":"Lonzo Considine","mobile_number":"669-263-4928","email_id":"Kiera23@yahoo.com","dop":"2025-04-06","serial_number":"15136230129385224","imei1":"15136230129385224","imei2":"15136230129385224","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:41:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155755,"job_number":"JOB_155755","tr_customer_id":155772,"tr_customer_product_id":155762,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:41:42.000Z","modified_at":"2026-01-16T06:42:21.000Z","name":"Daphne Bechtelar","mobile_number":"808-234-3950","email_id":"Cristobal.Conn@gmail.com","dop":"2025-04-06","serial_number":"13859799202004","imei1":"13859799202004","imei2":"13859799202004","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:42:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155756,"job_number":"JOB_155756","tr_customer_id":155773,"tr_customer_product_id":155763,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:41:43.000Z","modified_at":"2026-01-16T06:41:43.000Z","name":"Tianna Swift","mobile_number":"829-786-2295","email_id":"Earl61@hotmail.com","dop":"2025-04-06","serial_number":"14694088865761580","imei1":"14694088865761580","imei2":"14694088865761580","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:41:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155757,"job_number":"JOB_155757","tr_customer_id":155774,"tr_customer_product_id":155764,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:41:50.000Z","modified_at":"2026-01-16T06:41:50.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16157917824236","imei1":"16157917824236","imei2":"16157917824236","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:41:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155758,"job_number":"JOB_155758","tr_customer_id":155775,"tr_customer_product_id":155765,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:41:50.000Z","modified_at":"2026-01-16T06:42:26.000Z","name":"Cassandre Jacobi","mobile_number":"850-268-7166","email_id":"Norwood.Barton5@yahoo.com","dop":"2025-04-06","serial_number":"14243627246357","imei1":"14243627246357","imei2":"14243627246357","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:42:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155759,"job_number":"JOB_155759","tr_customer_id":155776,"tr_customer_product_id":155766,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:41:51.000Z","modified_at":"2026-01-16T06:41:51.000Z","name":"Stella Erdman","mobile_number":"654-871-8951","email_id":"Clare82@gmail.com","dop":"2025-04-06","serial_number":"10811966025947974","imei1":"10811966025947974","imei2":"10811966025947974","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:41:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155760,"job_number":"JOB_155760","tr_customer_id":155777,"tr_customer_product_id":155767,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:42:00.000Z","modified_at":"2026-01-16T06:42:00.000Z","name":"Gaurav Kumain","mobile_number":"8787474487","email_id":"qwssww@gmail.com","dop":"2025-04-06","serial_number":"16572885284305","imei1":"16572885284305","imei2":"16572885284305","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:42:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155761,"job_number":"JOB_155761","tr_customer_id":155778,"tr_customer_product_id":155768,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:42:06.000Z","modified_at":"2026-01-16T06:42:06.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12398337583225","imei1":"12398337583225","imei2":"12398337583225","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:42:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155762,"job_number":"JOB_155762","tr_customer_id":155779,"tr_customer_product_id":155769,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:42:06.000Z","modified_at":"2026-01-16T06:42:49.000Z","name":"Lambert Romaguera","mobile_number":"575-935-0067","email_id":"Berta_Macejkovic@gmail.com","dop":"2025-04-06","serial_number":"14883302352445","imei1":"14883302352445","imei2":"14883302352445","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:42:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155763,"job_number":"JOB_155763","tr_customer_id":155780,"tr_customer_product_id":155770,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:42:08.000Z","modified_at":"2026-01-16T06:42:08.000Z","name":"Julia Moen","mobile_number":"321-971-0040","email_id":"Ramon54@hotmail.com","dop":"2025-04-06","serial_number":"16373246844481656","imei1":"16373246844481656","imei2":"16373246844481656","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:42:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155764,"job_number":"JOB_155764","tr_customer_id":155781,"tr_customer_product_id":155771,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:42:44.000Z","modified_at":"2026-01-16T06:42:44.000Z","name":"Gaurav Kumain","mobile_number":"8787474487","email_id":"qwssww@gmail.com","dop":"2025-04-06","serial_number":"16572885284306","imei1":"16572885284306","imei2":"16572885284306","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:42:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155765,"job_number":"JOB_155765","tr_customer_id":155782,"tr_customer_product_id":155772,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:42:57.000Z","modified_at":"2026-01-16T06:42:57.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16683229693587","imei1":"16683229693587","imei2":"16683229693587","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:42:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155766,"job_number":"JOB_155766","tr_customer_id":155783,"tr_customer_product_id":155773,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:42:57.000Z","modified_at":"2026-01-16T06:43:37.000Z","name":"Jerad Ratke","mobile_number":"442-531-9934","email_id":"Regan_OKon21@hotmail.com","dop":"2025-04-06","serial_number":"14751056389494","imei1":"14751056389494","imei2":"14751056389494","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:43:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155767,"job_number":"JOB_155767","tr_customer_id":155784,"tr_customer_product_id":155774,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:42:58.000Z","modified_at":"2026-01-16T06:42:58.000Z","name":"Vladimir Runte","mobile_number":"429-717-1121","email_id":"Kira_Stracke17@hotmail.com","dop":"2025-04-06","serial_number":"18403541612665524","imei1":"18403541612665524","imei2":"18403541612665524","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:42:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155768,"job_number":"JOB_155768","tr_customer_id":155785,"tr_customer_product_id":155775,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:46:44.000Z","modified_at":"2026-01-16T06:46:44.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10725069005359","imei1":"10725069005359","imei2":"10725069005359","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:46:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155769,"job_number":"JOB_155769","tr_customer_id":155786,"tr_customer_product_id":155776,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:46:44.000Z","modified_at":"2026-01-16T06:47:19.000Z","name":"Angelita Cremin","mobile_number":"999-346-0038","email_id":"Karelle56@gmail.com","dop":"2025-04-06","serial_number":"19340401206102","imei1":"19340401206102","imei2":"19340401206102","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:47:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155770,"job_number":"JOB_155770","tr_customer_id":155787,"tr_customer_product_id":155777,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:46:45.000Z","modified_at":"2026-01-16T06:46:45.000Z","name":"Leopoldo Gislason","mobile_number":"268-936-4383","email_id":"Connor97@gmail.com","dop":"2025-04-06","serial_number":"16617283109406458","imei1":"16617283109406458","imei2":"16617283109406458","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:46:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155771,"job_number":"JOB_155771","tr_customer_id":155788,"tr_customer_product_id":155778,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:46:50.000Z","modified_at":"2026-01-16T06:47:34.000Z","name":"Assunta Olson","mobile_number":"694-867-5601","email_id":"Katelyn.Crona21@yahoo.com","dop":"2025-04-06","serial_number":"14506832890592","imei1":"14506832890592","imei2":"14506832890592","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:47:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155772,"job_number":"JOB_155772","tr_customer_id":155789,"tr_customer_product_id":155779,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:46:51.000Z","modified_at":"2026-01-16T06:46:51.000Z","name":"Fae Murazik","mobile_number":"346-564-2712","email_id":"Lenora.Kunze@gmail.com","dop":"2025-04-06","serial_number":"13755674628984042","imei1":"13755674628984042","imei2":"13755674628984042","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:46:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155773,"job_number":"JOB_155773","tr_customer_id":155790,"tr_customer_product_id":155780,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:47:26.000Z","modified_at":"2026-01-16T06:47:26.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18041222648615","imei1":"18041222648615","imei2":"18041222648615","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:47:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155774,"job_number":"JOB_155774","tr_customer_id":155791,"tr_customer_product_id":155781,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:47:26.000Z","modified_at":"2026-01-16T06:48:00.000Z","name":"Jimmie Bins","mobile_number":"950-428-2732","email_id":"Mae.Kirlin41@hotmail.com","dop":"2025-04-06","serial_number":"11906500997937","imei1":"11906500997937","imei2":"11906500997937","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:48:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155775,"job_number":"JOB_155775","tr_customer_id":155792,"tr_customer_product_id":155782,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:47:27.000Z","modified_at":"2026-01-16T06:47:27.000Z","name":"Cynthia Greenholt","mobile_number":"695-701-0115","email_id":"Jovany72@gmail.com","dop":"2025-04-06","serial_number":"11836973861407318","imei1":"11836973861407318","imei2":"11836973861407318","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:47:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155776,"job_number":"JOB_155776","tr_customer_id":155793,"tr_customer_product_id":155783,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:48:07.000Z","modified_at":"2026-01-16T06:48:07.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10369012279854","imei1":"10369012279854","imei2":"10369012279854","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:48:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155777,"job_number":"JOB_155777","tr_customer_id":155794,"tr_customer_product_id":155784,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:48:07.000Z","modified_at":"2026-01-16T06:48:42.000Z","name":"Ashlynn Farrell","mobile_number":"461-825-6931","email_id":"Charley.Boyle@yahoo.com","dop":"2025-04-06","serial_number":"15723477770811","imei1":"15723477770811","imei2":"15723477770811","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:48:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155778,"job_number":"JOB_155778","tr_customer_id":155795,"tr_customer_product_id":155785,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:48:09.000Z","modified_at":"2026-01-16T06:48:09.000Z","name":"Stanford Dibbert","mobile_number":"393-702-4663","email_id":"Loy_Welch84@hotmail.com","dop":"2025-04-06","serial_number":"18618603978201628","imei1":"18618603978201628","imei2":"18618603978201628","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:48:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155779,"job_number":"JOB_155779","tr_customer_id":155796,"tr_customer_product_id":155786,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T07:00:16.000Z","modified_at":"2026-01-16T07:00:53.000Z","name":"Alysha Botsford","mobile_number":"371-683-7753","email_id":"Frida.Kreiger@gmail.com","dop":"2025-04-06","serial_number":"15936738577588","imei1":"15936738577588","imei2":"15936738577588","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T07:00:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155780,"job_number":"JOB_155780","tr_customer_id":155797,"tr_customer_product_id":155787,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T07:00:17.000Z","modified_at":"2026-01-16T07:00:17.000Z","name":"Enos Adams","mobile_number":"618-705-8656","email_id":"Lavina_Streich65@gmail.com","dop":"2025-04-06","serial_number":"16095089629971664","imei1":"16095089629971664","imei2":"16095089629971664","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T07:00:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155787,"job_number":"JOB_155787","tr_customer_id":155804,"tr_customer_product_id":155794,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T07:42:34.000Z","modified_at":"2026-01-16T07:42:48.000Z","name":"Nathanael Moen","mobile_number":"999-980-8246","email_id":"Mariela.Kozey62@hotmail.com","dop":"2025-04-06","serial_number":"14422282238553","imei1":"14422282238553","imei2":"14422282238553","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":4,"assigned_on":"2026-01-16T07:42:48.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":155788,"job_number":"JOB_155788","tr_customer_id":155805,"tr_customer_product_id":155795,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T07:42:35.000Z","modified_at":"2026-01-16T07:42:35.000Z","name":"Alize Abbott","mobile_number":"852-313-2612","email_id":"Connie.Dach15@hotmail.com","dop":"2025-04-06","serial_number":"19903792800148290","imei1":"19903792800148290","imei2":"19903792800148290","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T07:42:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155443,"job_number":"JOB_155443","tr_customer_id":155460,"tr_customer_product_id":155450,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:39.000Z","modified_at":"2026-01-16T03:49:39.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Lilyan_Pouros@yahoo.com","dop":"2025-07-02","serial_number":"18379672176321","imei1":"18379672176321","imei2":"18379672176321","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155456,"job_number":"JOB_155456","tr_customer_id":155473,"tr_customer_product_id":155463,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:55.000Z","modified_at":"2026-01-16T03:49:55.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Ila_Halvorson@hotmail.com","dop":"2025-07-02","serial_number":"12646098675885","imei1":"12646098675885","imei2":"12646098675885","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155468,"job_number":"JOB_155468","tr_customer_id":155485,"tr_customer_product_id":155475,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:11.000Z","modified_at":"2026-01-16T03:50:11.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Rhianna_Hamill22@yahoo.com","dop":"2025-07-02","serial_number":"18556463680068","imei1":"18556463680068","imei2":"18556463680068","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155491,"job_number":"JOB_155491","tr_customer_id":155508,"tr_customer_product_id":155498,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:19.000Z","modified_at":"2026-01-16T03:50:42.000Z","name":"Kianna Walter","mobile_number":"766-473-7208","email_id":"Elvie.Halvorson@yahoo.com","dop":"2025-10-01","serial_number":"12643475059657","imei1":"12643475059657","imei2":"12643475059657","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:50:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155495,"job_number":"JOB_155495","tr_customer_id":155512,"tr_customer_product_id":155502,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:32.000Z","modified_at":"2026-01-16T03:50:32.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"177238735641284","imei1":"177238735641284","imei2":"177238735641284","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155496,"job_number":"JOB_155496","tr_customer_id":155513,"tr_customer_product_id":155503,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:32.000Z","modified_at":"2026-01-16T03:50:32.000Z","name":"Genesis Goyette","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"182069094863967","imei1":"182069094863967","imei2":"182069094863967","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155497,"job_number":"JOB_155497","tr_customer_id":155514,"tr_customer_product_id":155504,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:32.000Z","modified_at":"2026-01-16T03:50:32.000Z","name":"Estelle Adams","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"114168222400852","imei1":"114168222400852","imei2":"114168222400852","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155500,"job_number":"JOB_155500","tr_customer_id":155517,"tr_customer_product_id":155507,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:33.000Z","modified_at":"2026-01-16T03:50:33.000Z","name":"Amir McClure","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"185006500135435","imei1":"185006500135435","imei2":"185006500135435","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155512,"job_number":"JOB_155512","tr_customer_id":155529,"tr_customer_product_id":155519,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:45.000Z","modified_at":"2026-01-16T03:50:45.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"140076611883558","imei1":"140076611883558","imei2":"140076611883558","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155514,"job_number":"JOB_155514","tr_customer_id":155531,"tr_customer_product_id":155521,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:45.000Z","modified_at":"2026-01-16T03:50:45.000Z","name":"Allen Gibson","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"130161965485867","imei1":"130161965485867","imei2":"130161965485867","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155515,"job_number":"JOB_155515","tr_customer_id":155532,"tr_customer_product_id":155522,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:45.000Z","modified_at":"2026-01-16T03:50:45.000Z","name":"Okey Ward","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"106528169716897","imei1":"106528169716897","imei2":"106528169716897","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155516,"job_number":"JOB_155516","tr_customer_id":155533,"tr_customer_product_id":155523,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:46.000Z","modified_at":"2026-01-16T03:50:46.000Z","name":"Eloy Aufderhar","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"165442554199153","imei1":"165442554199153","imei2":"165442554199153","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155539,"job_number":"JOB_155539","tr_customer_id":155556,"tr_customer_product_id":155546,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:12.000Z","modified_at":"2026-01-16T03:51:12.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"107677851288975","imei1":"107677851288975","imei2":"107677851288975","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155540,"job_number":"JOB_155540","tr_customer_id":155557,"tr_customer_product_id":155547,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:12.000Z","modified_at":"2026-01-16T03:51:22.000Z","name":"Luis Romaguera","mobile_number":"868-464-5699","email_id":"Ona96@hotmail.com","dop":"2025-06-09","serial_number":"101696792019597","imei1":"101696792019597","imei2":"101696792019597","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:51:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155541,"job_number":"JOB_155541","tr_customer_id":155558,"tr_customer_product_id":155548,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:13.000Z","modified_at":"2026-01-16T03:51:13.000Z","name":"Sophia Bashirian","mobile_number":"427-803-8299","email_id":"Lauren_Ferry51@hotmail.com","dop":"2025-06-09","serial_number":"104354884652418","imei1":"104354884652418","imei2":"104354884652418","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155554,"job_number":"JOB_155554","tr_customer_id":155571,"tr_customer_product_id":155561,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:26.000Z","modified_at":"2026-01-16T03:51:26.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"106172652499721","imei1":"106172652499721","imei2":"106172652499721","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155556,"job_number":"JOB_155556","tr_customer_id":155573,"tr_customer_product_id":155563,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:26.000Z","modified_at":"2026-01-16T03:51:36.000Z","name":"Enrique Runolfsdottir","mobile_number":"768-879-1361","email_id":"Hester.Boehm51@gmail.com","dop":"2025-06-09","serial_number":"105072518539991","imei1":"105072518539991","imei2":"105072518539991","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:51:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155558,"job_number":"JOB_155558","tr_customer_id":155575,"tr_customer_product_id":155565,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:27.000Z","modified_at":"2026-01-16T03:51:27.000Z","name":"Elsie Kuhn","mobile_number":"310-825-6108","email_id":"Herbert.Feeney0@yahoo.com","dop":"2025-06-09","serial_number":"106732827060674","imei1":"106732827060674","imei2":"106732827060674","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155572,"job_number":"JOB_155572","tr_customer_id":155589,"tr_customer_product_id":155579,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:40.000Z","modified_at":"2026-01-16T03:51:40.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"109431713859796","imei1":"109431713859796","imei2":"109431713859796","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155573,"job_number":"JOB_155573","tr_customer_id":155590,"tr_customer_product_id":155580,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:41.000Z","modified_at":"2026-01-16T03:51:51.000Z","name":"Joanie Franecki","mobile_number":"901-445-1012","email_id":"Buster.Gottlieb5@gmail.com","dop":"2025-06-09","serial_number":"103865359975097","imei1":"103865359975097","imei2":"103865359975097","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:51:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155575,"job_number":"JOB_155575","tr_customer_id":155592,"tr_customer_product_id":155582,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:41.000Z","modified_at":"2026-01-16T03:51:41.000Z","name":"Verda Koch","mobile_number":"523-762-5776","email_id":"Alden.McGlynn@gmail.com","dop":"2025-06-09","serial_number":"100563256446896","imei1":"100563256446896","imei2":"100563256446896","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155635,"job_number":"JOB_155635","tr_customer_id":155652,"tr_customer_product_id":155642,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:50:59.000Z","modified_at":"2026-01-16T04:51:04.000Z","name":"saitama sensei","mobile_number":"248-751-1631","email_id":"saitama@yopmail.com","dop":"2026-01-10","serial_number":"47399400994679","imei1":"47399400994679","imei2":"47399400994679","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T04:51:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155636,"job_number":"JOB_155636","tr_customer_id":155653,"tr_customer_product_id":155643,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:51:05.000Z","modified_at":"2026-01-16T04:51:11.000Z","name":"tanjiro kamado","mobile_number":"988-706-9340","email_id":"tanjiro@g.com","dop":"2026-01-10","serial_number":"279171853241368","imei1":"279171853241368","imei2":"279171853241368","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T04:51:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155637,"job_number":"JOB_155637","tr_customer_id":155654,"tr_customer_product_id":155644,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:51:13.000Z","modified_at":"2026-01-16T04:51:18.000Z","name":"giyu tomiaka","mobile_number":"785-583-9338","email_id":"giyu@g.com","dop":"2026-01-10","serial_number":"268699225418318","imei1":"268699225418318","imei2":"268699225418318","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T04:51:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155644,"job_number":"JOB_155644","tr_customer_id":155661,"tr_customer_product_id":155651,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:57:29.000Z","modified_at":"2026-01-16T04:57:34.000Z","name":"saitama sensei","mobile_number":"874-541-6279","email_id":"saitama@yopmail.com","dop":"2026-01-10","serial_number":"497171649338053","imei1":"497171649338053","imei2":"497171649338053","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T04:57:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155645,"job_number":"JOB_155645","tr_customer_id":155662,"tr_customer_product_id":155652,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:57:36.000Z","modified_at":"2026-01-16T04:57:40.000Z","name":"tanjiro kamado","mobile_number":"765-262-5354","email_id":"tanjiro@g.com","dop":"2026-01-10","serial_number":"612205718039404","imei1":"612205718039404","imei2":"612205718039404","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T04:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155646,"job_number":"JOB_155646","tr_customer_id":155663,"tr_customer_product_id":155653,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:57:41.000Z","modified_at":"2026-01-16T04:57:47.000Z","name":"giyu tomiaka","mobile_number":"870-634-2232","email_id":"giyu@g.com","dop":"2026-01-10","serial_number":"926735047862750","imei1":"926735047862750","imei2":"926735047862750","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T04:57:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155660,"job_number":"JOB_155660","tr_customer_id":155677,"tr_customer_product_id":155667,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:16:09.000Z","modified_at":"2026-01-16T06:16:19.000Z","name":"Brain Ziemann","mobile_number":"817-293-2111","email_id":"Angelo.Howe11@yahoo.com","dop":"2025-11-04","serial_number":"27372645612775","imei1":"27372645612775","imei2":"27372645612775","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:16:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155661,"job_number":"JOB_155661","tr_customer_id":155678,"tr_customer_product_id":155668,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:16:23.000Z","modified_at":"2026-01-16T06:16:47.000Z","name":"Jacklyn Ritchie","mobile_number":"359-464-7744","email_id":"Xzavier43@gmail.com","dop":"2025-11-04","serial_number":"51181756420704","imei1":"51181756420704","imei2":"51181756420704","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:16:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155667,"job_number":"JOB_155667","tr_customer_id":155684,"tr_customer_product_id":155674,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:16:59.000Z","modified_at":"2026-01-16T06:17:20.000Z","name":"London Anderson","mobile_number":"879-652-3082","email_id":"Ceasar_Ortiz22@yahoo.com","dop":"2025-10-01","serial_number":"16020492474347","imei1":"16020492474347","imei2":"16020492474347","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:17:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155671,"job_number":"JOB_155671","tr_customer_id":155688,"tr_customer_product_id":155678,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:19:17.000Z","modified_at":"2026-01-16T06:19:17.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"105156524394051","imei1":"105156524394051","imei2":"105156524394051","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:19:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155672,"job_number":"JOB_155672","tr_customer_id":155689,"tr_customer_product_id":155679,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:19:18.000Z","modified_at":"2026-01-16T06:19:28.000Z","name":"Henri Wiegand","mobile_number":"572-809-5221","email_id":"Demetrius.Ledner51@gmail.com","dop":"2025-06-09","serial_number":"101352267333727","imei1":"101352267333727","imei2":"101352267333727","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:19:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155673,"job_number":"JOB_155673","tr_customer_id":155690,"tr_customer_product_id":155680,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:19:18.000Z","modified_at":"2026-01-16T06:19:18.000Z","name":"Curtis Armstrong","mobile_number":"313-856-2419","email_id":"Freddy31@hotmail.com","dop":"2025-06-09","serial_number":"106576638988751","imei1":"106576638988751","imei2":"106576638988751","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:19:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155674,"job_number":"JOB_155674","tr_customer_id":155691,"tr_customer_product_id":155681,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:19:32.000Z","modified_at":"2026-01-16T06:19:32.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"102674885112431","imei1":"102674885112431","imei2":"102674885112431","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:19:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155675,"job_number":"JOB_155675","tr_customer_id":155692,"tr_customer_product_id":155682,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:19:33.000Z","modified_at":"2026-01-16T06:19:43.000Z","name":"Jalyn Lang","mobile_number":"520-674-1694","email_id":"Amber_Weimann@hotmail.com","dop":"2025-06-09","serial_number":"108675004765256","imei1":"108675004765256","imei2":"108675004765256","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:19:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155676,"job_number":"JOB_155676","tr_customer_id":155693,"tr_customer_product_id":155683,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:19:33.000Z","modified_at":"2026-01-16T06:19:33.000Z","name":"Kiera Herman","mobile_number":"741-763-6738","email_id":"Caleb63@yahoo.com","dop":"2025-06-09","serial_number":"102246556351467","imei1":"102246556351467","imei2":"102246556351467","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:19:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155677,"job_number":"JOB_155677","tr_customer_id":155694,"tr_customer_product_id":155684,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:19:47.000Z","modified_at":"2026-01-16T06:19:47.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"103481953362932","imei1":"103481953362932","imei2":"103481953362932","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:19:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155678,"job_number":"JOB_155678","tr_customer_id":155695,"tr_customer_product_id":155685,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:19:48.000Z","modified_at":"2026-01-16T06:19:58.000Z","name":"Arianna Kuhlman","mobile_number":"258-389-0077","email_id":"Garrett.Herzog44@yahoo.com","dop":"2025-06-09","serial_number":"107519804436607","imei1":"107519804436607","imei2":"107519804436607","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:19:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155679,"job_number":"JOB_155679","tr_customer_id":155696,"tr_customer_product_id":155686,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:19:48.000Z","modified_at":"2026-01-16T06:19:48.000Z","name":"Zachariah Tremblay","mobile_number":"739-893-9626","email_id":"Katelin.OConnell@hotmail.com","dop":"2025-06-09","serial_number":"103143000565201","imei1":"103143000565201","imei2":"103143000565201","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:19:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155680,"job_number":"JOB_155680","tr_customer_id":155697,"tr_customer_product_id":155687,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:21:02.000Z","modified_at":"2026-01-16T06:21:12.000Z","name":"shoaib shaikh","mobile_number":"9191987787","email_id":"shaikhshoaib@gmail.com","dop":"2025-12-13","serial_number":"69891090792801","imei1":"69891090792801","imei2":"69891090792801","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:21:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155681,"job_number":"JOB_155681","tr_customer_id":155698,"tr_customer_product_id":155688,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:21:17.000Z","modified_at":"2026-01-16T06:21:27.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"10508605830768","imei1":"10508605830768","imei2":"10508605830768","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:21:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155682,"job_number":"JOB_155682","tr_customer_id":155699,"tr_customer_product_id":155689,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:21:31.000Z","modified_at":"2026-01-16T06:21:41.000Z","name":"jatin sharma","mobile_number":"9191976787","email_id":"jatinvsharma@gmail.com","dop":"2025-12-13","serial_number":"52494104589384","imei1":"52494104589384","imei2":"52494104589384","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:21:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155700,"job_number":"JOB_155700","tr_customer_id":155717,"tr_customer_product_id":155707,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:28:59.000Z","modified_at":"2026-01-16T06:29:09.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"66704215038985","imei1":"66704215038985","imei2":"66704215038985","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:29:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155701,"job_number":"JOB_155701","tr_customer_id":155718,"tr_customer_product_id":155708,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:29:13.000Z","modified_at":"2026-01-16T06:29:24.000Z","name":"jatin sharma","mobile_number":"9191976787","email_id":"jatinvsharma@gmail.com","dop":"2025-12-13","serial_number":"19299433226645","imei1":"19299433226645","imei2":"19299433226645","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:29:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155781,"job_number":"JOB_155781","tr_customer_id":155798,"tr_customer_product_id":155788,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T07:24:24.000Z","modified_at":"2026-01-16T07:24:35.000Z","name":"Ewald O'Kon","mobile_number":"878-426-9764","email_id":"Jennings_Jacobi@hotmail.com","dop":"2025-11-04","serial_number":"86801042517635","imei1":"86801042517635","imei2":"86801042517635","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T07:24:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155782,"job_number":"JOB_155782","tr_customer_id":155799,"tr_customer_product_id":155789,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T07:24:39.000Z","modified_at":"2026-01-16T07:24:51.000Z","name":"Marielle Schoen","mobile_number":"557-337-2290","email_id":"Dena.Ritchie@yahoo.com","dop":"2025-11-04","serial_number":"97713114123277","imei1":"97713114123277","imei2":"97713114123277","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T07:24:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155783,"job_number":"JOB_155783","tr_customer_id":155800,"tr_customer_product_id":155790,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T07:24:57.000Z","modified_at":"2026-01-16T07:25:13.000Z","name":"Ismael Von","mobile_number":"473-578-3510","email_id":"Myriam_Mante5@yahoo.com","dop":"2025-11-04","serial_number":"77724937856255","imei1":"77724937856255","imei2":"77724937856255","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T07:25:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155784,"job_number":"JOB_155784","tr_customer_id":155801,"tr_customer_product_id":155791,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T07:31:21.000Z","modified_at":"2026-01-16T07:31:21.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Bettie_Hintz@gmail.com","dop":"2025-07-02","serial_number":"14422875302832","imei1":"14422875302832","imei2":"14422875302832","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T07:31:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155785,"job_number":"JOB_155785","tr_customer_id":155802,"tr_customer_product_id":155792,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T07:31:39.000Z","modified_at":"2026-01-16T07:31:39.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Grayce13@yahoo.com","dop":"2025-07-02","serial_number":"15860432272873","imei1":"15860432272873","imei2":"15860432272873","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T07:31:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155786,"job_number":"JOB_155786","tr_customer_id":155803,"tr_customer_product_id":155793,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T07:31:57.000Z","modified_at":"2026-01-16T07:31:57.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Royce.Feeney@gmail.com","dop":"2025-07-02","serial_number":"19792604241672","imei1":"19792604241672","imei2":"19792604241672","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T07:31:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155789,"job_number":"JOB_155789","tr_customer_id":155806,"tr_customer_product_id":155796,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T07:42:50.000Z","modified_at":"2026-01-16T07:42:50.000Z","name":"Ruby Jerde","mobile_number":"325-899-3758","email_id":"Jack.Jerde20@hotmail.com","dop":"2025-11-04","serial_number":"66921671520550","imei1":"66921671520550","imei2":"66921671520550","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T07:42:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/search' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"searchText":"JOB_99821"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/search
Response Information
Response Code: 200 - OK
Mean time per request: 260ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg1NDkzNjd9.wumAUbFP1ADFRnbOcF15XNmrjoHY40fOz1uD6eIFsVA
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 431df26e-2480-4e4c-a165-f73bf089ed6e
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 36
Request Body
{
            "searchText": "JOB_104254"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Fri, 16 Jan 2026 07:42:53 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_99821' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/details/155789
Response Information
Response Code: 200 - OK
Mean time per request: 259ms
Mean size per request: 33B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg1NDkzNjd9.wumAUbFP1ADFRnbOcF15XNmrjoHY40fOz1uD6eIFsVA
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token d6246136-f2f6-45d4-b860-746662e891c3
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 33
ETag W/"21-a549D1gRd+HW17tYvMzi9u5U1G4"
Vary Accept-Encoding
Date Fri, 16 Jan 2026 07:42:53 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":null}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamsup","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 250ms
Mean size per request: 698B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 94a67ea9-d771-4e54-b25c-e67c3c305e71
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 59
Request Body
{
            "username": "iamsup",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 698
ETag W/"2ba-9jCyy4ozIAe2zKnmmaQu+uvycLk"
Vary Accept-Encoding
Date Fri, 16 Jan 2026 07:42:53 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg1NDkzNzN9.yEkKw42YeYbDZXl_RwTfFp0gKMpGm-K0YUvu2WfVsjU"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 257ms
Mean size per request: 444B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg1NDkzNzN9.yEkKw42YeYbDZXl_RwTfFp0gKMpGm-K0YUvu2WfVsjU
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 3a467ff0-d125-47c0-8ce2-167ecb01423e
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 444
ETag W/"1bc-5jtJRsd0hZILh8Na44eS7Os72ts"
Vary Accept-Encoding
Date Fri, 16 Jan 2026 07:42:54 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":1,"first_name":"John","last_name":"Cena","login_id":"iamsup","mobile_number":"9988778899","email_id":"john@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":2,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Supervisor","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 290ms
Mean size per request: 248B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg1NDkzNzN9.yEkKw42YeYbDZXl_RwTfFp0gKMpGm-K0YUvu2WfVsjU
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token e696b87c-492c-4263-8611-4e2626908c74
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 248
ETag W/"f8-XrYdJWhj6iWU1pK1c5cz2UiDh/c"
Vary Accept-Encoding
Date Fri, 16 Jan 2026 07:42:54 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for assignment","key":"pending_for_assignment","count":255},{"label":"Pending for repair","key":"pending_for_repair","count":2},{"label":"Pending for delivery","key":"pending_for_delivery","count":0}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/pending' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/job/pending
Response Information
Response Code: 200 - OK
Mean time per request: 292ms
Mean size per request: 247.63KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI5Mzc1MTB9.-O6f2f7yIF827L6J6ejis6RAsTLeJu8tivTqfyx0T-Y
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 78c8c799-1656-4305-b4bb-fc0a74cdcc83
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"3de87-h+l6ZXeejK41v+lPiPAAGz1C9mY"
Vary Accept-Encoding
Content-Encoding gzip
Date Fri, 16 Jan 2026 07:42:54 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":155465,"job_number":"JOB_155465","tr_customer_id":155482,"tr_customer_product_id":155472,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:06.000Z","modified_at":"2026-01-16T03:50:06.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10335752715658","imei1":"10335752715658","imei2":"10335752715658","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:06.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":155467,"job_number":"JOB_155467","tr_customer_id":155484,"tr_customer_product_id":155474,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:08.000Z","modified_at":"2026-01-16T03:50:08.000Z","name":"Tyreek Herman","mobile_number":"911-362-4523","email_id":"Paolo_Steuber85@gmail.com","dop":"2000-01-31","serial_number":"1082437193483165","imei1":"1082437193483165","imei2":"1082437193483165","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:08.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":155518,"job_number":"JOB_155518","tr_customer_id":155535,"tr_customer_product_id":155525,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:48.000Z","modified_at":"2026-01-16T03:50:48.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10243583498088","imei1":"10243583498088","imei2":"10243583498088","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:48.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":155522,"job_number":"JOB_155522","tr_customer_id":155539,"tr_customer_product_id":155529,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:50.000Z","modified_at":"2026-01-16T03:50:50.000Z","name":"Anastacio Braun","mobile_number":"901-520-5880","email_id":"Felicity52@gmail.com","dop":"2000-01-31","serial_number":"1016974076082802","imei1":"1016974076082802","imei2":"1016974076082802","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:50.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":155562,"job_number":"JOB_155562","tr_customer_id":155579,"tr_customer_product_id":155569,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:29.000Z","modified_at":"2026-01-16T03:51:29.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10925451969242","imei1":"10925451969242","imei2":"10925451969242","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:29.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":155565,"job_number":"JOB_155565","tr_customer_id":155582,"tr_customer_product_id":155572,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:31.000Z","modified_at":"2026-01-16T03:51:31.000Z","name":"Ottis Renner","mobile_number":"358-402-7539","email_id":"Hilton_Bashirian37@hotmail.com","dop":"2000-01-31","serial_number":"1064606040334572","imei1":"1064606040334572","imei2":"1064606040334572","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:31.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":155587,"job_number":"JOB_155587","tr_customer_id":155604,"tr_customer_product_id":155594,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:52:10.000Z","modified_at":"2026-01-16T03:52:10.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10664513632723","imei1":"10664513632723","imei2":"10664513632723","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:52:10.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":155591,"job_number":"JOB_155591","tr_customer_id":155608,"tr_customer_product_id":155598,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:52:11.000Z","modified_at":"2026-01-16T03:52:11.000Z","name":"Ruth Walker","mobile_number":"616-481-2833","email_id":"Ruben_Koepp@yahoo.com","dop":"2000-01-31","serial_number":"1061713939377417","imei1":"1061713939377417","imei2":"1061713939377417","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:52:11.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":155717,"job_number":"JOB_155717","tr_customer_id":155734,"tr_customer_product_id":155724,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:34:34.000Z","modified_at":"2026-01-16T06:34:34.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10401945627152","imei1":"10401945627152","imei2":"10401945627152","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:34:34.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":155719,"job_number":"JOB_155719","tr_customer_id":155736,"tr_customer_product_id":155726,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:34:36.000Z","modified_at":"2026-01-16T06:34:36.000Z","name":"Axel Yundt","mobile_number":"982-777-0534","email_id":"Cleta.Schneider50@yahoo.com","dop":"2000-01-31","serial_number":"1075302203986053","imei1":"1075302203986053","imei2":"1075302203986053","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:34:36.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":155723,"job_number":"JOB_155723","tr_customer_id":155740,"tr_customer_product_id":155730,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:35:18.000Z","modified_at":"2026-01-16T06:35:18.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10385237056781","imei1":"10385237056781","imei2":"10385237056781","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:35:18.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":155725,"job_number":"JOB_155725","tr_customer_id":155742,"tr_customer_product_id":155732,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:35:20.000Z","modified_at":"2026-01-16T06:35:20.000Z","name":"Columbus Schumm","mobile_number":"994-986-8614","email_id":"Maybelle_Langosh96@yahoo.com","dop":"2000-01-31","serial_number":"1023850899366975","imei1":"1023850899366975","imei2":"1023850899366975","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:35:20.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":155729,"job_number":"JOB_155729","tr_customer_id":155746,"tr_customer_product_id":155736,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:36:01.000Z","modified_at":"2026-01-16T06:36:01.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10651292496707","imei1":"10651292496707","imei2":"10651292496707","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:36:01.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":155733,"job_number":"JOB_155733","tr_customer_id":155750,"tr_customer_product_id":155740,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:36:02.000Z","modified_at":"2026-01-16T06:36:02.000Z","name":"Bobby Kuvalis","mobile_number":"236-505-5749","email_id":"Dariana_Pouros98@yahoo.com","dop":"2000-01-31","serial_number":"1053825763001151","imei1":"1053825763001151","imei2":"1053825763001151","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:36:02.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":155738,"job_number":"JOB_155738","tr_customer_id":155755,"tr_customer_product_id":155745,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:36:43.000Z","modified_at":"2026-01-16T06:36:43.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10838737959437","imei1":"10838737959437","imei2":"10838737959437","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:36:43.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":155740,"job_number":"JOB_155740","tr_customer_id":155757,"tr_customer_product_id":155747,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:36:45.000Z","modified_at":"2026-01-16T06:36:45.000Z","name":"Elmo Hilll","mobile_number":"347-380-2254","email_id":"Shakira_Mitchell@yahoo.com","dop":"2000-01-31","serial_number":"1075873331519296","imei1":"1075873331519296","imei2":"1075873331519296","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:36:45.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":155411,"job_number":"JOB_155411","tr_customer_id":155428,"tr_customer_product_id":155418,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-15T21:01:25.000Z","modified_at":"2026-01-15T21:01:25.000Z","name":"Jatin Sharma","mobile_number":"7293847564","email_id":"jatin@gmail.com","dop":"2026-01-05","serial_number":"19700432156456","imei1":"19700432156456","imei2":"19700432156456","popurl":"2026-01-05T21:01:25.131688Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-15T21:01:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155412,"job_number":"JOB_155412","tr_customer_id":155429,"tr_customer_product_id":155419,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-15T21:41:25.000Z","modified_at":"2026-01-15T21:41:25.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17371819848162","imei1":"17371819848162","imei2":"17371819848162","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-15T21:41:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155414,"job_number":"JOB_155414","tr_customer_id":155431,"tr_customer_product_id":155421,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-15T21:41:27.000Z","modified_at":"2026-01-15T21:41:27.000Z","name":"Flossie Cummings","mobile_number":"921-914-1867","email_id":"Keely.Rippin11@gmail.com","dop":"2025-04-06","serial_number":"18268087434067132","imei1":"18268087434067132","imei2":"18268087434067132","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-15T21:41:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155415,"job_number":"JOB_155415","tr_customer_id":155432,"tr_customer_product_id":155422,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-15T21:42:09.000Z","modified_at":"2026-01-15T21:42:09.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12016416486423","imei1":"12016416486423","imei2":"12016416486423","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-15T21:42:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155417,"job_number":"JOB_155417","tr_customer_id":155434,"tr_customer_product_id":155424,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-15T21:42:11.000Z","modified_at":"2026-01-15T21:42:11.000Z","name":"Kitty McKenzie","mobile_number":"298-489-7203","email_id":"Ocie8@yahoo.com","dop":"2025-04-06","serial_number":"10767668882516688","imei1":"10767668882516688","imei2":"10767668882516688","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-15T21:42:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155418,"job_number":"JOB_155418","tr_customer_id":155435,"tr_customer_product_id":155425,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-15T21:42:53.000Z","modified_at":"2026-01-15T21:42:53.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17973642239007","imei1":"17973642239007","imei2":"17973642239007","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-15T21:42:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155420,"job_number":"JOB_155420","tr_customer_id":155437,"tr_customer_product_id":155427,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-15T21:42:55.000Z","modified_at":"2026-01-15T21:42:55.000Z","name":"Fiona Bergnaum","mobile_number":"696-724-9206","email_id":"Philip_Kreiger@yahoo.com","dop":"2025-04-06","serial_number":"11094037818513450","imei1":"11094037818513450","imei2":"11094037818513450","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-15T21:42:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155421,"job_number":"JOB_155421","tr_customer_id":155438,"tr_customer_product_id":155428,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-15T23:39:27.000Z","modified_at":"2026-01-15T23:39:27.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-05","serial_number":"18836592954988","imei1":"18836592954988","imei2":"18836592954988","popurl":"2026-01-05T23:39:26.971049634Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-15T23:39:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155422,"job_number":"JOB_155422","tr_customer_id":155439,"tr_customer_product_id":155429,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-15T23:39:28.000Z","modified_at":"2026-01-15T23:39:28.000Z","name":"Balachandra Shukla","mobile_number":"7050415457","email_id":"dhatri.khatri@gmail.com","dop":"2026-01-05","serial_number":"145122789970760","imei1":"145122789970760","imei2":"145122789970760","popurl":"www.bhaasvan-menon.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-15T23:39:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155423,"job_number":"JOB_155423","tr_customer_id":155440,"tr_customer_product_id":155430,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-15T23:41:57.000Z","modified_at":"2026-01-15T23:41:57.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-05","serial_number":"79946591955889","imei1":"79946591955889","imei2":"79946591955889","popurl":"2026-01-05T23:41:57.222395089Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-15T23:41:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155424,"job_number":"JOB_155424","tr_customer_id":155441,"tr_customer_product_id":155431,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T02:42:48.000Z","modified_at":"2026-01-16T02:42:48.000Z","name":"Stanton Swift","mobile_number":"327-426-1232","email_id":"Nina14@hotmail.com","dop":"2025-04-06","serial_number":"15029261700906","imei1":"15029261700906","imei2":"15029261700906","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T02:42:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155427,"job_number":"JOB_155427","tr_customer_id":155444,"tr_customer_product_id":155434,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:48:47.000Z","modified_at":"2026-01-16T03:48:47.000Z","name":"Adolf Jenkins","mobile_number":"288-664-8968","email_id":"Kaya78@yahoo.com","dop":"2025-04-06","serial_number":"17466723092028176","imei1":"17466723092028176","imei2":"17466723092028176","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:48:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155429,"job_number":"JOB_155429","tr_customer_id":155446,"tr_customer_product_id":155436,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:02.000Z","modified_at":"2026-01-16T03:49:02.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"10119186116387","imei1":"10119186116387","imei2":"10119186116387","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155431,"job_number":"JOB_155431","tr_customer_id":155448,"tr_customer_product_id":155438,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:04.000Z","modified_at":"2026-01-16T03:49:04.000Z","name":"Freddie Frami","mobile_number":"345-589-2458","email_id":"Carter_Smitham@yahoo.com","dop":"2025-04-06","serial_number":"16508086076502222","imei1":"16508086076502222","imei2":"16508086076502222","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155433,"job_number":"JOB_155433","tr_customer_id":155450,"tr_customer_product_id":155440,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:28.000Z","modified_at":"2026-01-16T03:49:28.000Z","name":"Art Harber","mobile_number":"463-936-0910","email_id":"Lyla.Bernhard@yahoo.com","dop":"2025-04-06","serial_number":"13856155720402280","imei1":"13856155720402280","imei2":"13856155720402280","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155434,"job_number":"JOB_155434","tr_customer_id":155451,"tr_customer_product_id":155441,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:29.000Z","modified_at":"2026-01-16T03:49:29.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10800725289146","imei1":"10800725289146","imei2":"10800725289146","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155436,"job_number":"JOB_155436","tr_customer_id":155453,"tr_customer_product_id":155443,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:30.000Z","modified_at":"2026-01-16T03:49:30.000Z","name":"Myra Schoen","mobile_number":"843-860-1700","email_id":"Hyman.Macejkovic@hotmail.com","dop":"2025-06-18","serial_number":"1012929871257721","imei1":"1012929871257721","imei2":"1012929871257721","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155437,"job_number":"JOB_155437","tr_customer_id":155454,"tr_customer_product_id":155444,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:31.000Z","modified_at":"2026-01-16T03:49:31.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16293613818984","imei1":"16293613818984","imei2":"16293613818984","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155439,"job_number":"JOB_155439","tr_customer_id":155456,"tr_customer_product_id":155446,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:32.000Z","modified_at":"2026-01-16T03:49:32.000Z","name":"Orpha Russel","mobile_number":"851-416-0509","email_id":"Alford.Rath@gmail.com","dop":"2025-04-06","serial_number":"15917139307603264","imei1":"15917139307603264","imei2":"15917139307603264","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155440,"job_number":"JOB_155440","tr_customer_id":155457,"tr_customer_product_id":155447,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:34.000Z","modified_at":"2026-01-16T03:49:34.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13793635124344","imei1":"13793635124344","imei2":"13793635124344","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155442,"job_number":"JOB_155442","tr_customer_id":155459,"tr_customer_product_id":155449,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:36.000Z","modified_at":"2026-01-16T03:49:36.000Z","name":"Odell Metz","mobile_number":"924-648-1872","email_id":"Anthony69@yahoo.com","dop":"2025-04-06","serial_number":"18593202335272896","imei1":"18593202335272896","imei2":"18593202335272896","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155445,"job_number":"JOB_155445","tr_customer_id":155462,"tr_customer_product_id":155452,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:41.000Z","modified_at":"2026-01-16T03:49:41.000Z","name":"Annamae Jerde","mobile_number":"425-305-0390","email_id":"Paula79@gmail.com","dop":"2025-04-06","serial_number":"19676312487162080","imei1":"19676312487162080","imei2":"19676312487162080","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155446,"job_number":"JOB_155446","tr_customer_id":155463,"tr_customer_product_id":155453,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:46.000Z","modified_at":"2026-01-16T03:49:46.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"10719081751979","imei1":"10719081751979","imei2":"10719081751979","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155448,"job_number":"JOB_155448","tr_customer_id":155465,"tr_customer_product_id":155455,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:48.000Z","modified_at":"2026-01-16T03:49:48.000Z","name":"Chloe Harber","mobile_number":"215-331-2312","email_id":"Alfreda90@hotmail.com","dop":"2025-04-06","serial_number":"13418452620890480","imei1":"13418452620890480","imei2":"13418452620890480","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155450,"job_number":"JOB_155450","tr_customer_id":155467,"tr_customer_product_id":155457,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:51.000Z","modified_at":"2026-01-16T03:49:51.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19393676832997","imei1":"19393676832997","imei2":"19393676832997","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155452,"job_number":"JOB_155452","tr_customer_id":155469,"tr_customer_product_id":155459,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:51.000Z","modified_at":"2026-01-16T03:49:51.000Z","name":"Jazmyn Frami","mobile_number":"378-941-0210","email_id":"Jaquan_Beahan42@hotmail.com","dop":"2025-04-06","serial_number":"17218371108995020","imei1":"17218371108995020","imei2":"17218371108995020","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155453,"job_number":"JOB_155453","tr_customer_id":155470,"tr_customer_product_id":155460,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:52.000Z","modified_at":"2026-01-16T03:49:52.000Z","name":"Rodolfo Leannon","mobile_number":"233-470-1532","email_id":"Lera_OConnell28@yahoo.com","dop":"2025-04-06","serial_number":"15617838244611716","imei1":"15617838244611716","imei2":"15617838244611716","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155454,"job_number":"JOB_155454","tr_customer_id":155471,"tr_customer_product_id":155461,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:53.000Z","modified_at":"2026-01-16T03:49:53.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15556448528914","imei1":"15556448528914","imei2":"15556448528914","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155457,"job_number":"JOB_155457","tr_customer_id":155474,"tr_customer_product_id":155464,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:55.000Z","modified_at":"2026-01-16T03:49:55.000Z","name":"Augustine Larkin","mobile_number":"840-287-8921","email_id":"Nat92@gmail.com","dop":"2025-04-06","serial_number":"11732202568883996","imei1":"11732202568883996","imei2":"11732202568883996","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155458,"job_number":"JOB_155458","tr_customer_id":155475,"tr_customer_product_id":155465,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:56.000Z","modified_at":"2026-01-16T03:49:56.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"15432771432624","imei1":"15432771432624","imei2":"15432771432624","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155459,"job_number":"JOB_155459","tr_customer_id":155476,"tr_customer_product_id":155466,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:57.000Z","modified_at":"2026-01-16T03:49:57.000Z","name":"Ransom Cremin","mobile_number":"700-905-1228","email_id":"Amie_Stokes15@yahoo.com","dop":"2025-09-16","serial_number":"14198812392049","imei1":"14198812392049","imei2":"14198812392049","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155461,"job_number":"JOB_155461","tr_customer_id":155478,"tr_customer_product_id":155468,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:59.000Z","modified_at":"2026-01-16T03:49:59.000Z","name":"Lily DuBuque","mobile_number":"648-726-2493","email_id":"Flo_Ullrich@yahoo.com","dop":"2025-04-06","serial_number":"15093397526373716","imei1":"15093397526373716","imei2":"15093397526373716","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155462,"job_number":"JOB_155462","tr_customer_id":155479,"tr_customer_product_id":155469,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:00.000Z","modified_at":"2026-01-16T03:50:00.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16302143032329","imei1":"16302143032329","imei2":"16302143032329","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155464,"job_number":"JOB_155464","tr_customer_id":155481,"tr_customer_product_id":155471,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:01.000Z","modified_at":"2026-01-16T03:50:01.000Z","name":"Keon Schiller","mobile_number":"979-646-1577","email_id":"Cali.Schmeler@hotmail.com","dop":"2025-04-06","serial_number":"12456741384347064","imei1":"12456741384347064","imei2":"12456741384347064","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155469,"job_number":"JOB_155469","tr_customer_id":155486,"tr_customer_product_id":155476,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:12.000Z","modified_at":"2026-01-16T03:50:12.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17572605359542","imei1":"17572605359542","imei2":"17572605359542","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155471,"job_number":"JOB_155471","tr_customer_id":155488,"tr_customer_product_id":155478,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:13.000Z","modified_at":"2026-01-16T03:50:13.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19644397672208","imei1":"19644397672208","imei2":"19644397672208","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155472,"job_number":"JOB_155472","tr_customer_id":155489,"tr_customer_product_id":155479,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:13.000Z","modified_at":"2026-01-16T03:50:13.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12617466503159","imei1":"12617466503159","imei2":"12617466503159","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155475,"job_number":"JOB_155475","tr_customer_id":155492,"tr_customer_product_id":155482,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:14.000Z","modified_at":"2026-01-16T03:50:14.000Z","name":"Adelle Krajcik","mobile_number":"702-372-6251","email_id":"Ariel79@yahoo.com","dop":"2025-04-06","serial_number":"14100259099568680","imei1":"14100259099568680","imei2":"14100259099568680","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155476,"job_number":"JOB_155476","tr_customer_id":155493,"tr_customer_product_id":155483,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:14.000Z","modified_at":"2026-01-16T03:50:14.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10878708681342","imei1":"10878708681342","imei2":"10878708681342","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155478,"job_number":"JOB_155478","tr_customer_id":155495,"tr_customer_product_id":155485,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:14.000Z","modified_at":"2026-01-16T03:50:14.000Z","name":"Burley Ferry","mobile_number":"454-889-2257","email_id":"Emmanuel87@gmail.com","dop":"2025-06-18","serial_number":"1039806240125689","imei1":"1039806240125689","imei2":"1039806240125689","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155479,"job_number":"JOB_155479","tr_customer_id":155496,"tr_customer_product_id":155486,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:14.000Z","modified_at":"2026-01-16T03:50:14.000Z","name":"Clair Botsford","mobile_number":"852-670-2187","email_id":"Jadon13@yahoo.com","dop":"2025-04-06","serial_number":"10514325053134684","imei1":"10514325053134684","imei2":"10514325053134684","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155480,"job_number":"JOB_155480","tr_customer_id":155497,"tr_customer_product_id":155487,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:15.000Z","modified_at":"2026-01-16T03:50:15.000Z","name":"Cordia Heller","mobile_number":"902-286-2145","email_id":"Mozelle.Mante84@hotmail.com","dop":"2025-04-06","serial_number":"11145369566089634","imei1":"11145369566089634","imei2":"11145369566089634","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155482,"job_number":"JOB_155482","tr_customer_id":155499,"tr_customer_product_id":155489,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:16.000Z","modified_at":"2026-01-16T03:50:16.000Z","name":"Darlene Moore","mobile_number":"892-634-9185","email_id":"Cydney49@hotmail.com","dop":"2025-05-30","serial_number":"18010154364704","imei1":"18010154364704","imei2":"18010154364704","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155483,"job_number":"JOB_155483","tr_customer_id":155500,"tr_customer_product_id":155490,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:16.000Z","modified_at":"2026-01-16T03:50:16.000Z","name":"jatin sharma","mobile_number":"7045663552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15086916354521","imei1":"15086916354521","imei2":"15086916354521","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155485,"job_number":"JOB_155485","tr_customer_id":155502,"tr_customer_product_id":155492,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:17.000Z","modified_at":"2026-01-16T03:50:17.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"11210325396648","imei1":"11210325396648","imei2":"11210325396648","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155486,"job_number":"JOB_155486","tr_customer_id":155503,"tr_customer_product_id":155493,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:17.000Z","modified_at":"2026-01-16T03:50:17.000Z","name":"Michel Brown","mobile_number":"210-573-5638","email_id":"Beulah_Haley@gmail.com","dop":"2025-09-16","serial_number":"18378684230417","imei1":"18378684230417","imei2":"18378684230417","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155487,"job_number":"JOB_155487","tr_customer_id":155504,"tr_customer_product_id":155494,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:17.000Z","modified_at":"2026-01-16T03:50:17.000Z","name":"Laverne Hermann","mobile_number":"255-258-5851","email_id":"Elias.Pfeffer@gmail.com","dop":"2025-05-30","serial_number":"1773393727488693","imei1":"1773393727488693","imei2":"1773393727488693","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155488,"job_number":"JOB_155488","tr_customer_id":155505,"tr_customer_product_id":155495,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:18.000Z","modified_at":"2026-01-16T03:50:18.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19489164608557","imei1":"19489164608557","imei2":"19489164608557","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155490,"job_number":"JOB_155490","tr_customer_id":155507,"tr_customer_product_id":155497,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:18.000Z","modified_at":"2026-01-16T03:50:18.000Z","name":"Effie Hirthe","mobile_number":"904-504-7871","email_id":"Jaleel33@hotmail.com","dop":"2025-04-06","serial_number":"18365556496908364","imei1":"18365556496908364","imei2":"18365556496908364","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155492,"job_number":"JOB_155492","tr_customer_id":155509,"tr_customer_product_id":155499,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:19.000Z","modified_at":"2026-01-16T03:50:19.000Z","name":"Jayda Erdman","mobile_number":"904-994-2013","email_id":"Dulce_Runolfsson@yahoo.com","dop":"2025-04-06","serial_number":"11507241961359184","imei1":"11507241961359184","imei2":"11507241961359184","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155493,"job_number":"JOB_155493","tr_customer_id":155510,"tr_customer_product_id":155500,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:31.000Z","modified_at":"2026-01-16T03:50:31.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"11665058321236","imei1":"11665058321236","imei2":"11665058321236","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155498,"job_number":"JOB_155498","tr_customer_id":155515,"tr_customer_product_id":155505,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:32.000Z","modified_at":"2026-01-16T03:50:32.000Z","name":"Lea Kihn","mobile_number":"556-210-1089","email_id":"Ali84@hotmail.com","dop":"2025-04-06","serial_number":"16466499992899680","imei1":"16466499992899680","imei2":"16466499992899680","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155499,"job_number":"JOB_155499","tr_customer_id":155516,"tr_customer_product_id":155506,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:33.000Z","modified_at":"2026-01-16T03:50:33.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15903991764733","imei1":"15903991764733","imei2":"15903991764733","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155502,"job_number":"JOB_155502","tr_customer_id":155519,"tr_customer_product_id":155509,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:35.000Z","modified_at":"2026-01-16T03:50:35.000Z","name":"Jamie Ernser","mobile_number":"374-907-2440","email_id":"Malvina.Pacocha@gmail.com","dop":"2025-04-06","serial_number":"17748897172456848","imei1":"17748897172456848","imei2":"17748897172456848","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155503,"job_number":"JOB_155503","tr_customer_id":155520,"tr_customer_product_id":155510,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:36.000Z","modified_at":"2026-01-16T03:50:36.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19065261548627","imei1":"19065261548627","imei2":"19065261548627","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155505,"job_number":"JOB_155505","tr_customer_id":155522,"tr_customer_product_id":155512,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:38.000Z","modified_at":"2026-01-16T03:50:38.000Z","name":"kajal p","mobile_number":"9243526785","email_id":"kajal@gmail.com","dop":"2025-09-16","serial_number":"19786927864918","imei1":"19786927864918","imei2":"19786927864918","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155506,"job_number":"JOB_155506","tr_customer_id":155523,"tr_customer_product_id":155513,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:38.000Z","modified_at":"2026-01-16T03:50:38.000Z","name":"Demarco Morar","mobile_number":"802-374-9441","email_id":"Elinor_Powlowski@hotmail.com","dop":"2025-04-06","serial_number":"14884336901649836","imei1":"14884336901649836","imei2":"14884336901649836","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155507,"job_number":"JOB_155507","tr_customer_id":155524,"tr_customer_product_id":155514,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:38.000Z","modified_at":"2026-01-16T03:50:38.000Z","name":"Ronny Schultz","mobile_number":"861-583-1061","email_id":"Stefan_Walker@gmail.com","dop":"2025-09-16","serial_number":"19753865477342","imei1":"19753865477342","imei2":"19753865477342","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155508,"job_number":"JOB_155508","tr_customer_id":155525,"tr_customer_product_id":155515,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:39.000Z","modified_at":"2026-01-16T03:50:39.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10896625273451","imei1":"10896625273451","imei2":"10896625273451","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155510,"job_number":"JOB_155510","tr_customer_id":155527,"tr_customer_product_id":155517,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:40.000Z","modified_at":"2026-01-16T03:50:40.000Z","name":"Jaron Feest","mobile_number":"740-734-6885","email_id":"Danial.Cronin@yahoo.com","dop":"2025-04-06","serial_number":"17939993103907352","imei1":"17939993103907352","imei2":"17939993103907352","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155511,"job_number":"JOB_155511","tr_customer_id":155528,"tr_customer_product_id":155518,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:45.000Z","modified_at":"2026-01-16T03:50:45.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18468031412321","imei1":"18468031412321","imei2":"18468031412321","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155517,"job_number":"JOB_155517","tr_customer_id":155534,"tr_customer_product_id":155524,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:46.000Z","modified_at":"2026-01-16T03:50:46.000Z","name":"Alfonso Schuster","mobile_number":"596-673-4473","email_id":"Kristin.Kunze19@gmail.com","dop":"2025-04-06","serial_number":"18495685243234810","imei1":"18495685243234810","imei2":"18495685243234810","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155520,"job_number":"JOB_155520","tr_customer_id":155537,"tr_customer_product_id":155527,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:50.000Z","modified_at":"2026-01-16T03:50:50.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"12504133162441","imei1":"12504133162441","imei2":"12504133162441","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155523,"job_number":"JOB_155523","tr_customer_id":155540,"tr_customer_product_id":155530,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:51.000Z","modified_at":"2026-01-16T03:50:51.000Z","name":"Jordan Ziemann","mobile_number":"836-352-6987","email_id":"Nia.Goyette@gmail.com","dop":"2025-04-06","serial_number":"19850680721486776","imei1":"19850680721486776","imei2":"19850680721486776","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155524,"job_number":"JOB_155524","tr_customer_id":155541,"tr_customer_product_id":155531,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:55.000Z","modified_at":"2026-01-16T03:50:55.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16423158069554","imei1":"16423158069554","imei2":"16423158069554","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155526,"job_number":"JOB_155526","tr_customer_id":155543,"tr_customer_product_id":155533,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:56.000Z","modified_at":"2026-01-16T03:50:56.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10347985625835","imei1":"10347985625835","imei2":"10347985625835","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155528,"job_number":"JOB_155528","tr_customer_id":155545,"tr_customer_product_id":155535,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:57.000Z","modified_at":"2026-01-16T03:50:57.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13234120169371","imei1":"13234120169371","imei2":"13234120169371","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155530,"job_number":"JOB_155530","tr_customer_id":155547,"tr_customer_product_id":155537,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:57.000Z","modified_at":"2026-01-16T03:50:57.000Z","name":"Meda Walsh","mobile_number":"402-626-6241","email_id":"Wiley_Stracke5@gmail.com","dop":"2025-04-06","serial_number":"13747391731916862","imei1":"13747391731916862","imei2":"13747391731916862","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155531,"job_number":"JOB_155531","tr_customer_id":155548,"tr_customer_product_id":155538,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:57.000Z","modified_at":"2026-01-16T03:50:57.000Z","name":"Tressa Schmidt","mobile_number":"255-268-1194","email_id":"Gussie_Green38@yahoo.com","dop":"2025-04-06","serial_number":"16742634488338564","imei1":"16742634488338564","imei2":"16742634488338564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155532,"job_number":"JOB_155532","tr_customer_id":155549,"tr_customer_product_id":155539,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:58.000Z","modified_at":"2026-01-16T03:50:58.000Z","name":"Darian Boehm","mobile_number":"957-847-5047","email_id":"Claud4@hotmail.com","dop":"2025-04-06","serial_number":"12928885925226012","imei1":"12928885925226012","imei2":"12928885925226012","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155533,"job_number":"JOB_155533","tr_customer_id":155550,"tr_customer_product_id":155540,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:59.000Z","modified_at":"2026-01-16T03:50:59.000Z","name":"uday p","mobile_number":"9321453112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14398387861925","imei1":"14398387861925","imei2":"14398387861925","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155535,"job_number":"JOB_155535","tr_customer_id":155552,"tr_customer_product_id":155542,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:01.000Z","modified_at":"2026-01-16T03:51:01.000Z","name":"Domenic Price","mobile_number":"346-210-5716","email_id":"Orrin3@gmail.com","dop":"2025-04-06","serial_number":"16630065822437874","imei1":"16630065822437874","imei2":"16630065822437874","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155536,"job_number":"JOB_155536","tr_customer_id":155553,"tr_customer_product_id":155543,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:03.000Z","modified_at":"2026-01-16T03:51:03.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18332089318935","imei1":"18332089318935","imei2":"18332089318935","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155538,"job_number":"JOB_155538","tr_customer_id":155555,"tr_customer_product_id":155545,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:04.000Z","modified_at":"2026-01-16T03:51:05.000Z","name":"Kaylie Dibbert","mobile_number":"361-667-3413","email_id":"Darrel.McClure@hotmail.com","dop":"2025-04-06","serial_number":"13762468584946532","imei1":"13762468584946532","imei2":"13762468584946532","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155542,"job_number":"JOB_155542","tr_customer_id":155559,"tr_customer_product_id":155549,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:15.000Z","modified_at":"2026-01-16T03:51:15.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15292948162076","imei1":"15292948162076","imei2":"15292948162076","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155544,"job_number":"JOB_155544","tr_customer_id":155561,"tr_customer_product_id":155551,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:15.000Z","modified_at":"2026-01-16T03:51:15.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10220185382921","imei1":"10220185382921","imei2":"10220185382921","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155546,"job_number":"JOB_155546","tr_customer_id":155563,"tr_customer_product_id":155553,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:16.000Z","modified_at":"2026-01-16T03:51:16.000Z","name":"Kim Cummings","mobile_number":"954-724-1965","email_id":"Ethan_Hamill65@gmail.com","dop":"2025-04-06","serial_number":"18181308170976684","imei1":"18181308170976684","imei2":"18181308170976684","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155547,"job_number":"JOB_155547","tr_customer_id":155564,"tr_customer_product_id":155554,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:17.000Z","modified_at":"2026-01-16T03:51:17.000Z","name":"Rebekah Grimes","mobile_number":"675-677-4348","email_id":"Ava.Hessel16@gmail.com","dop":"2025-04-06","serial_number":"18320242708107970","imei1":"18320242708107970","imei2":"18320242708107970","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155548,"job_number":"JOB_155548","tr_customer_id":155565,"tr_customer_product_id":155555,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:22.000Z","modified_at":"2026-01-16T03:51:22.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10279049663315","imei1":"10279049663315","imei2":"10279049663315","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155550,"job_number":"JOB_155550","tr_customer_id":155567,"tr_customer_product_id":155557,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:24.000Z","modified_at":"2026-01-16T03:51:24.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18104702137004","imei1":"18104702137004","imei2":"18104702137004","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155551,"job_number":"JOB_155551","tr_customer_id":155568,"tr_customer_product_id":155558,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:24.000Z","modified_at":"2026-01-16T03:51:24.000Z","name":"Demetris Hoeger","mobile_number":"447-771-3560","email_id":"Dorothea68@yahoo.com","dop":"2025-04-06","serial_number":"15621074934773772","imei1":"15621074934773772","imei2":"15621074934773772","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155553,"job_number":"JOB_155553","tr_customer_id":155570,"tr_customer_product_id":155560,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:25.000Z","modified_at":"2026-01-16T03:51:25.000Z","name":"Abbie Wuckert","mobile_number":"206-389-3007","email_id":"Myrtle.Quigley@gmail.com","dop":"2025-04-06","serial_number":"14565136203651584","imei1":"14565136203651584","imei2":"14565136203651584","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155555,"job_number":"JOB_155555","tr_customer_id":155572,"tr_customer_product_id":155562,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:26.000Z","modified_at":"2026-01-16T03:51:26.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12605576992444","imei1":"12605576992444","imei2":"12605576992444","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155559,"job_number":"JOB_155559","tr_customer_id":155576,"tr_customer_product_id":155566,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:28.000Z","modified_at":"2026-01-16T03:51:28.000Z","name":"Zion Bauch","mobile_number":"692-848-8489","email_id":"Annette.Ruecker43@yahoo.com","dop":"2025-04-06","serial_number":"18298127751541190","imei1":"18298127751541190","imei2":"18298127751541190","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155560,"job_number":"JOB_155560","tr_customer_id":155577,"tr_customer_product_id":155567,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:28.000Z","modified_at":"2026-01-16T03:51:28.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10416165476171","imei1":"10416165476171","imei2":"10416165476171","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155564,"job_number":"JOB_155564","tr_customer_id":155581,"tr_customer_product_id":155571,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:30.000Z","modified_at":"2026-01-16T03:51:30.000Z","name":"Marie Hodkiewicz","mobile_number":"275-790-4139","email_id":"Ethel.Dietrich28@yahoo.com","dop":"2025-04-06","serial_number":"13158708301214292","imei1":"13158708301214292","imei2":"13158708301214292","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155566,"job_number":"JOB_155566","tr_customer_id":155583,"tr_customer_product_id":155573,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:31.000Z","modified_at":"2026-01-16T03:51:31.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"17875399270506","imei1":"17875399270506","imei2":"17875399270506","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155568,"job_number":"JOB_155568","tr_customer_id":155585,"tr_customer_product_id":155575,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:33.000Z","modified_at":"2026-01-16T03:51:33.000Z","name":"Ernest Cruickshank","mobile_number":"407-556-2259","email_id":"Carissa_Harvey37@yahoo.com","dop":"2025-04-06","serial_number":"15251772289918766","imei1":"15251772289918766","imei2":"15251772289918766","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155569,"job_number":"JOB_155569","tr_customer_id":155586,"tr_customer_product_id":155576,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:37.000Z","modified_at":"2026-01-16T03:51:37.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10786774607727","imei1":"10786774607727","imei2":"10786774607727","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155571,"job_number":"JOB_155571","tr_customer_id":155588,"tr_customer_product_id":155578,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:39.000Z","modified_at":"2026-01-16T03:51:39.000Z","name":"Velda Larkin","mobile_number":"337-756-9217","email_id":"Jacques.Haag@hotmail.com","dop":"2025-04-06","serial_number":"10101919151497432","imei1":"10101919151497432","imei2":"10101919151497432","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155574,"job_number":"JOB_155574","tr_customer_id":155591,"tr_customer_product_id":155581,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:41.000Z","modified_at":"2026-01-16T03:51:41.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18184916324061","imei1":"18184916324061","imei2":"18184916324061","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155577,"job_number":"JOB_155577","tr_customer_id":155594,"tr_customer_product_id":155584,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:41.000Z","modified_at":"2026-01-16T03:51:41.000Z","name":"kajal t","mobile_number":"7045663551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11384338003770","imei1":"11384338003770","imei2":"11384338003770","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155579,"job_number":"JOB_155579","tr_customer_id":155596,"tr_customer_product_id":155586,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:43.000Z","modified_at":"2026-01-16T03:51:43.000Z","name":"Jabari Kunde","mobile_number":"954-406-0914","email_id":"Victor_Krajcik@gmail.com","dop":"2025-04-06","serial_number":"11611265135004896","imei1":"11611265135004896","imei2":"11611265135004896","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155580,"job_number":"JOB_155580","tr_customer_id":155597,"tr_customer_product_id":155587,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:43.000Z","modified_at":"2026-01-16T03:51:43.000Z","name":"Tomas Roberts","mobile_number":"776-379-8889","email_id":"Eliezer8@gmail.com","dop":"2025-04-06","serial_number":"13955614928200576","imei1":"13955614928200576","imei2":"13955614928200576","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155581,"job_number":"JOB_155581","tr_customer_id":155598,"tr_customer_product_id":155588,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:52:00.000Z","modified_at":"2026-01-16T03:52:00.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19429865798035","imei1":"19429865798035","imei2":"19429865798035","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:52:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155583,"job_number":"JOB_155583","tr_customer_id":155600,"tr_customer_product_id":155590,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:52:02.000Z","modified_at":"2026-01-16T03:52:02.000Z","name":"Weldon D'Amore","mobile_number":"607-807-9954","email_id":"Alexandrea.Schowalter5@hotmail.com","dop":"2025-04-06","serial_number":"17554577331481782","imei1":"17554577331481782","imei2":"17554577331481782","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:52:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155584,"job_number":"JOB_155584","tr_customer_id":155601,"tr_customer_product_id":155591,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:52:06.000Z","modified_at":"2026-01-16T03:52:06.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19012225031503","imei1":"19012225031503","imei2":"19012225031503","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:52:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155586,"job_number":"JOB_155586","tr_customer_id":155603,"tr_customer_product_id":155593,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:52:08.000Z","modified_at":"2026-01-16T03:52:08.000Z","name":"Eddie Gislason","mobile_number":"754-707-6987","email_id":"Easter.Hermann@yahoo.com","dop":"2025-04-06","serial_number":"18229952976923830","imei1":"18229952976923830","imei2":"18229952976923830","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:52:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155589,"job_number":"JOB_155589","tr_customer_id":155606,"tr_customer_product_id":155596,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:52:11.000Z","modified_at":"2026-01-16T03:52:11.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19403500536776","imei1":"19403500536776","imei2":"19403500536776","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:52:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155592,"job_number":"JOB_155592","tr_customer_id":155609,"tr_customer_product_id":155599,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:52:13.000Z","modified_at":"2026-01-16T03:52:13.000Z","name":"Kellie Wilkinson","mobile_number":"235-587-2754","email_id":"August32@hotmail.com","dop":"2025-04-06","serial_number":"19623236794676320","imei1":"19623236794676320","imei2":"19623236794676320","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:52:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155593,"job_number":"JOB_155593","tr_customer_id":155610,"tr_customer_product_id":155600,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:52:45.000Z","modified_at":"2026-01-16T03:52:45.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18303156352590","imei1":"18303156352590","imei2":"18303156352590","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155595,"job_number":"JOB_155595","tr_customer_id":155612,"tr_customer_product_id":155602,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:52:47.000Z","modified_at":"2026-01-16T03:52:47.000Z","name":"Edgardo Cole","mobile_number":"390-640-9809","email_id":"Ismael.Feest89@yahoo.com","dop":"2025-04-06","serial_number":"12688159397227300","imei1":"12688159397227300","imei2":"12688159397227300","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:52:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155596,"job_number":"JOB_155596","tr_customer_id":155613,"tr_customer_product_id":155603,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:52:55.000Z","modified_at":"2026-01-16T03:52:55.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13879202526275","imei1":"13879202526275","imei2":"13879202526275","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:52:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155598,"job_number":"JOB_155598","tr_customer_id":155615,"tr_customer_product_id":155605,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:52:57.000Z","modified_at":"2026-01-16T03:52:57.000Z","name":"Shaun Daugherty","mobile_number":"212-435-4799","email_id":"Emory_Boyle@gmail.com","dop":"2025-04-06","serial_number":"14386751033941178","imei1":"14386751033941178","imei2":"14386751033941178","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:52:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155599,"job_number":"JOB_155599","tr_customer_id":155616,"tr_customer_product_id":155606,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:59:15.000Z","modified_at":"2026-01-16T03:59:15.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"55679896736205","imei1":"55679896736205","imei2":"55679896736205","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:59:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155600,"job_number":"JOB_155600","tr_customer_id":155617,"tr_customer_product_id":155607,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:59:15.000Z","modified_at":"2026-01-16T03:59:15.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"19996846776849","imei1":"19996846776849","imei2":"19996846776849","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:59:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155601,"job_number":"JOB_155601","tr_customer_id":155618,"tr_customer_product_id":155608,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:59:15.000Z","modified_at":"2026-01-16T03:59:15.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"82684415450071","imei1":"82684415450071","imei2":"82684415450071","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:59:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155602,"job_number":"JOB_155602","tr_customer_id":155619,"tr_customer_product_id":155609,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:59:16.000Z","modified_at":"2026-01-16T03:59:16.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"52193120627047","imei1":"52193120627047","imei2":"52193120627047","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:59:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155603,"job_number":"JOB_155603","tr_customer_id":155620,"tr_customer_product_id":155610,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:59:16.000Z","modified_at":"2026-01-16T03:59:16.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"46949627597686","imei1":"46949627597686","imei2":"46949627597686","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:59:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155604,"job_number":"JOB_155604","tr_customer_id":155621,"tr_customer_product_id":155611,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:59:16.000Z","modified_at":"2026-01-16T03:59:16.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"44032828979392","imei1":"44032828979392","imei2":"44032828979392","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:59:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155606,"job_number":"JOB_155606","tr_customer_id":155623,"tr_customer_product_id":155613,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:59:46.000Z","modified_at":"2026-01-16T03:59:46.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"23662326267766","imei1":"23662326267766","imei2":"23662326267766","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:59:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155607,"job_number":"JOB_155607","tr_customer_id":155624,"tr_customer_product_id":155614,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:59:46.000Z","modified_at":"2026-01-16T03:59:46.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"16791202927977","imei1":"16791202927977","imei2":"16791202927977","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:59:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155608,"job_number":"JOB_155608","tr_customer_id":155625,"tr_customer_product_id":155615,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:59:47.000Z","modified_at":"2026-01-16T03:59:47.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"50134645980601","imei1":"50134645980601","imei2":"50134645980601","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:59:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155609,"job_number":"JOB_155609","tr_customer_id":155626,"tr_customer_product_id":155616,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:59:47.000Z","modified_at":"2026-01-16T03:59:47.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"68962444174633","imei1":"68962444174633","imei2":"68962444174633","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:59:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155610,"job_number":"JOB_155610","tr_customer_id":155627,"tr_customer_product_id":155617,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:59:47.000Z","modified_at":"2026-01-16T03:59:47.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"45385731072059","imei1":"45385731072059","imei2":"45385731072059","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:59:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155611,"job_number":"JOB_155611","tr_customer_id":155628,"tr_customer_product_id":155618,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:59:48.000Z","modified_at":"2026-01-16T03:59:48.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"55903931546619","imei1":"55903931546619","imei2":"55903931546619","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:59:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155613,"job_number":"JOB_155613","tr_customer_id":155630,"tr_customer_product_id":155620,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:00:17.000Z","modified_at":"2026-01-16T04:00:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"68955586035195","imei1":"68955586035195","imei2":"68955586035195","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:00:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155614,"job_number":"JOB_155614","tr_customer_id":155631,"tr_customer_product_id":155621,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:00:17.000Z","modified_at":"2026-01-16T04:00:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"91851324634423","imei1":"91851324634423","imei2":"91851324634423","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:00:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155615,"job_number":"JOB_155615","tr_customer_id":155632,"tr_customer_product_id":155622,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:00:17.000Z","modified_at":"2026-01-16T04:00:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"92057926201536","imei1":"92057926201536","imei2":"92057926201536","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:00:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155616,"job_number":"JOB_155616","tr_customer_id":155633,"tr_customer_product_id":155623,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:00:18.000Z","modified_at":"2026-01-16T04:00:18.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"71778003089128","imei1":"71778003089128","imei2":"71778003089128","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:00:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155617,"job_number":"JOB_155617","tr_customer_id":155634,"tr_customer_product_id":155624,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:00:18.000Z","modified_at":"2026-01-16T04:00:18.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"18975964669597","imei1":"18975964669597","imei2":"18975964669597","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:00:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155618,"job_number":"JOB_155618","tr_customer_id":155635,"tr_customer_product_id":155625,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:00:18.000Z","modified_at":"2026-01-16T04:00:18.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"17998792860088","imei1":"17998792860088","imei2":"17998792860088","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:00:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155621,"job_number":"JOB_155621","tr_customer_id":155638,"tr_customer_product_id":155628,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:29:33.000Z","modified_at":"2026-01-16T04:29:33.000Z","name":"Verona Kuhic","mobile_number":"702-491-5172","email_id":"Charlie_Barton72@yahoo.com","dop":"2025-04-06","serial_number":"19769433139222860","imei1":"19769433139222860","imei2":"19769433139222860","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:29:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155622,"job_number":"JOB_155622","tr_customer_id":155639,"tr_customer_product_id":155629,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:32:19.000Z","modified_at":"2026-01-16T04:32:19.000Z","name":"tanmay agashe","mobile_number":"6757898909","email_id":"tanmay@gmail.com","dop":"2026-01-06","serial_number":"69346567893444","imei1":"69346567893444","imei2":"69346567893444","popurl":"2026-01-06T04:32:17.377643300Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:32:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155623,"job_number":"JOB_155623","tr_customer_id":155640,"tr_customer_product_id":155630,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:33:29.000Z","modified_at":"2026-01-16T04:33:29.000Z","name":"tanmay agashe","mobile_number":"6757898909","email_id":"tanmay@gmail.com","dop":"2026-01-06","serial_number":"08546567895390","imei1":"08546567895390","imei2":"08546567895390","popurl":"2026-01-06T04:33:26.974525700Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:33:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155624,"job_number":"JOB_155624","tr_customer_id":155641,"tr_customer_product_id":155631,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:36:56.000Z","modified_at":"2026-01-16T04:36:56.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-06","serial_number":"48420047314707","imei1":"48420047314707","imei2":"48420047314707","popurl":"2026-01-06T04:36:56.128196432Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:36:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155625,"job_number":"JOB_155625","tr_customer_id":155642,"tr_customer_product_id":155632,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:36:57.000Z","modified_at":"2026-01-16T04:36:57.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-06","serial_number":"70527248391176","imei1":"70527248391176","imei2":"70527248391176","popurl":"2026-01-06T04:36:57.252103837Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:36:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155626,"job_number":"JOB_155626","tr_customer_id":155643,"tr_customer_product_id":155633,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:38:26.000Z","modified_at":"2026-01-16T04:38:26.000Z","name":"tanmay agashe","mobile_number":"6757898909","email_id":"tanmay@gmail.com","dop":"2026-01-06","serial_number":"69346567893456","imei1":"69346567893456","imei2":"69346567893456","popurl":"2026-01-06T04:38:23.685345700Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:38:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155627,"job_number":"JOB_155627","tr_customer_id":155644,"tr_customer_product_id":155634,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:40:32.000Z","modified_at":"2026-01-16T04:40:32.000Z","name":"Shashank Shekhar","mobile_number":"9742666189","email_id":"101shashank@gmail.com","dop":"2025-04-06","serial_number":"99966430226557","imei1":"99966430226557","imei2":"99966430226557","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:40:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155628,"job_number":"JOB_155628","tr_customer_id":155645,"tr_customer_product_id":155635,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:44:27.000Z","modified_at":"2026-01-16T04:44:27.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"103926275605255","imei1":"103926275605255","imei2":"103926275605255","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:44:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155630,"job_number":"JOB_155630","tr_customer_id":155647,"tr_customer_product_id":155637,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:44:38.000Z","modified_at":"2026-01-16T04:44:38.000Z","name":"Easter Koch","mobile_number":"928-250-5732","email_id":"Dayne.Effertz@yahoo.com","dop":"2025-04-06","serial_number":"14889558276512","imei1":"14889558276512","imei2":"14889558276512","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:44:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155631,"job_number":"JOB_155631","tr_customer_id":155648,"tr_customer_product_id":155638,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:44:39.000Z","modified_at":"2026-01-16T04:44:39.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"105776069693431","imei1":"105776069693431","imei2":"105776069693431","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:44:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155633,"job_number":"JOB_155633","tr_customer_id":155650,"tr_customer_product_id":155640,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:49:12.000Z","modified_at":"2026-01-16T04:49:12.000Z","name":"Uday Raj","mobile_number":"9834786543","email_id":"uday.r@gmail.com","dop":"2025-02-01","serial_number":"19899393010120","imei1":"19899393010120","imei2":"19899393010120","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:49:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155634,"job_number":"JOB_155634","tr_customer_id":155651,"tr_customer_product_id":155641,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:50:18.000Z","modified_at":"2026-01-16T04:50:18.000Z","name":"Manuel Zieme","mobile_number":"595-247-0610","email_id":"Else_Hansen@hotmail.com","dop":"2025-02-01","serial_number":"74609272541571","imei1":"74609272541571","imei2":"74609272541571","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:50:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155638,"job_number":"JOB_155638","tr_customer_id":155655,"tr_customer_product_id":155645,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:55:57.000Z","modified_at":"2026-01-16T04:55:57.000Z","name":"Shashank Shekhar","mobile_number":"9742666189","email_id":"101shashank@gmail.com","dop":"2025-04-06","serial_number":"99966430226599","imei1":"99966430226599","imei2":"99966430226599","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:55:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155640,"job_number":"JOB_155640","tr_customer_id":155657,"tr_customer_product_id":155647,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:56:19.000Z","modified_at":"2026-01-16T04:56:19.000Z","name":"Bulah Simonis","mobile_number":"730-658-6104","email_id":"Jaquan_Zemlak47@yahoo.com","dop":"2025-04-06","serial_number":"15413693824894536","imei1":"15413693824894536","imei2":"15413693824894536","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:56:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155642,"job_number":"JOB_155642","tr_customer_id":155659,"tr_customer_product_id":155649,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:56:40.000Z","modified_at":"2026-01-16T04:56:40.000Z","name":"Helene Schinner","mobile_number":"395-771-3770","email_id":"Ernestine.Cronin@hotmail.com","dop":"2025-04-06","serial_number":"15241876165367484","imei1":"15241876165367484","imei2":"15241876165367484","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:56:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155643,"job_number":"JOB_155643","tr_customer_id":155660,"tr_customer_product_id":155650,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:57:26.000Z","modified_at":"2026-01-16T04:57:26.000Z","name":"Shashank Shekhar","mobile_number":"9742666189","email_id":"101shashank@gmail.com","dop":"2025-04-06","serial_number":"99966430226598","imei1":"99966430226598","imei2":"99966430226598","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:57:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155648,"job_number":"JOB_155648","tr_customer_id":155665,"tr_customer_product_id":155655,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T05:09:43.000Z","modified_at":"2026-01-16T05:09:43.000Z","name":"Shashank Shekhar","mobile_number":"9742666189","email_id":"101shashank@gmail.com","dop":"2025-04-06","serial_number":"99966430226597","imei1":"99966430226597","imei2":"99966430226597","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T05:09:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155649,"job_number":"JOB_155649","tr_customer_id":155666,"tr_customer_product_id":155656,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T05:41:28.000Z","modified_at":"2026-01-16T05:41:28.000Z","name":"tanmay agashe","mobile_number":"6757898909","email_id":"tanmay@gmail.com","dop":"2026-01-06","serial_number":"11346567890346","imei1":"11346567890346","imei2":"11346567890346","popurl":"2026-01-06T05:41:27.997331187Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T05:41:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155650,"job_number":"JOB_155650","tr_customer_id":155667,"tr_customer_product_id":155657,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:00:16.000Z","modified_at":"2026-01-16T06:00:16.000Z","name":"Shashank Shekhar","mobile_number":"9742666189","email_id":"101shashank@gmail.com","dop":"2025-04-06","serial_number":"99999999999999","imei1":"99999999999999","imei2":"99999999999999","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:00:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155651,"job_number":"JOB_155651","tr_customer_id":155668,"tr_customer_product_id":155658,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:02:15.000Z","modified_at":"2026-01-16T06:02:15.000Z","name":"Shashank Shekhar","mobile_number":"9742666189","email_id":"101shashank@gmail.com","dop":"2025-04-06","serial_number":"89999999999999","imei1":"89999999999999","imei2":"89999999999999","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:02:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155652,"job_number":"JOB_155652","tr_customer_id":155669,"tr_customer_product_id":155659,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:09:47.000Z","modified_at":"2026-01-16T06:09:47.000Z","name":"Shashank Shekhar","mobile_number":"9742666189","email_id":"101shashank@gmail.com","dop":"2025-04-06","serial_number":"79999999999999","imei1":"79999999999999","imei2":"79999999999999","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:09:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155653,"job_number":"JOB_155653","tr_customer_id":155670,"tr_customer_product_id":155660,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:15:48.000Z","modified_at":"2026-01-16T06:15:48.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"18546374862748","imei1":"18546374862748","imei2":"18546374862748","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:15:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155654,"job_number":"JOB_155654","tr_customer_id":155671,"tr_customer_product_id":155661,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:15:49.000Z","modified_at":"2026-01-16T06:15:49.000Z","name":"Thad Walker","mobile_number":"563-474-2227","email_id":"Aisha.Ernser46@gmail.com","dop":"2025-09-16","serial_number":"13154157928705","imei1":"13154157928705","imei2":"13154157928705","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:15:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155655,"job_number":"JOB_155655","tr_customer_id":155672,"tr_customer_product_id":155662,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:16:02.000Z","modified_at":"2026-01-16T06:16:02.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14523335535044","imei1":"14523335535044","imei2":"14523335535044","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:16:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155657,"job_number":"JOB_155657","tr_customer_id":155674,"tr_customer_product_id":155664,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:16:03.000Z","modified_at":"2026-01-16T06:16:03.000Z","name":"Deja Price","mobile_number":"296-505-1529","email_id":"Audra.OConnell@hotmail.com","dop":"2025-04-06","serial_number":"14443526690699648","imei1":"14443526690699648","imei2":"14443526690699648","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:16:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155658,"job_number":"JOB_155658","tr_customer_id":155675,"tr_customer_product_id":155665,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:16:08.000Z","modified_at":"2026-01-16T06:16:08.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"17736769273208","imei1":"17736769273208","imei2":"17736769273208","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:16:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155659,"job_number":"JOB_155659","tr_customer_id":155676,"tr_customer_product_id":155666,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:16:08.000Z","modified_at":"2026-01-16T06:16:08.000Z","name":"Dee Schneider","mobile_number":"392-427-4595","email_id":"Novella90@gmail.com","dop":"2025-09-16","serial_number":"11356350277950","imei1":"11356350277950","imei2":"11356350277950","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:16:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155662,"job_number":"JOB_155662","tr_customer_id":155679,"tr_customer_product_id":155669,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:16:27.000Z","modified_at":"2026-01-16T06:16:27.000Z","name":"kajal p","mobile_number":"9243526785","email_id":"kajal@gmail.com","dop":"2025-09-16","serial_number":"18580675192414","imei1":"18580675192414","imei2":"18580675192414","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:16:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155663,"job_number":"JOB_155663","tr_customer_id":155680,"tr_customer_product_id":155670,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:16:27.000Z","modified_at":"2026-01-16T06:16:27.000Z","name":"Samir Schroeder","mobile_number":"500-386-9531","email_id":"Fern_Padberg@gmail.com","dop":"2025-09-16","serial_number":"12184243985175","imei1":"12184243985175","imei2":"12184243985175","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:16:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155664,"job_number":"JOB_155664","tr_customer_id":155681,"tr_customer_product_id":155671,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:16:48.000Z","modified_at":"2026-01-16T06:16:48.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18600269206682","imei1":"18600269206682","imei2":"18600269206682","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:16:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155666,"job_number":"JOB_155666","tr_customer_id":155683,"tr_customer_product_id":155673,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:16:50.000Z","modified_at":"2026-01-16T06:16:50.000Z","name":"Oscar Johns","mobile_number":"347-783-3469","email_id":"Kiarra_Hagenes@gmail.com","dop":"2025-04-06","serial_number":"19132541795594000","imei1":"19132541795594000","imei2":"19132541795594000","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:16:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155668,"job_number":"JOB_155668","tr_customer_id":155685,"tr_customer_product_id":155675,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:17:35.000Z","modified_at":"2026-01-16T06:17:35.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13511268549250","imei1":"13511268549250","imei2":"13511268549250","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:17:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155670,"job_number":"JOB_155670","tr_customer_id":155687,"tr_customer_product_id":155677,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:17:36.000Z","modified_at":"2026-01-16T06:17:36.000Z","name":"Deron Beier","mobile_number":"606-949-3926","email_id":"Rhea19@yahoo.com","dop":"2025-04-06","serial_number":"15698729394533112","imei1":"15698729394533112","imei2":"15698729394533112","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:17:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155683,"job_number":"JOB_155683","tr_customer_id":155700,"tr_customer_product_id":155690,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:21:41.000Z","modified_at":"2026-01-16T06:21:41.000Z","name":"Gaurav Kumain","mobile_number":"8787474487","email_id":"qwssww@gmail.com","dop":"2025-04-06","serial_number":"16572885284302","imei1":"16572885284302","imei2":"16572885284302","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:21:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155684,"job_number":"JOB_155684","tr_customer_id":155701,"tr_customer_product_id":155691,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:21:57.000Z","modified_at":"2026-01-16T06:21:57.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10234419614103","imei1":"10234419614103","imei2":"10234419614103","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:21:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155686,"job_number":"JOB_155686","tr_customer_id":155703,"tr_customer_product_id":155693,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:21:58.000Z","modified_at":"2026-01-16T06:21:58.000Z","name":"Freda Jacobs","mobile_number":"892-616-9044","email_id":"Emie_Conroy@yahoo.com","dop":"2025-06-18","serial_number":"1095232156265707","imei1":"1095232156265707","imei2":"1095232156265707","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:21:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155687,"job_number":"JOB_155687","tr_customer_id":155704,"tr_customer_product_id":155694,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:22:43.000Z","modified_at":"2026-01-16T06:22:43.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10129626372569","imei1":"10129626372569","imei2":"10129626372569","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:22:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155689,"job_number":"JOB_155689","tr_customer_id":155706,"tr_customer_product_id":155696,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:22:43.000Z","modified_at":"2026-01-16T06:22:43.000Z","name":"Lionel Murphy","mobile_number":"209-798-6385","email_id":"Bailey80@gmail.com","dop":"2025-06-18","serial_number":"1091165450394017","imei1":"1091165450394017","imei2":"1091165450394017","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:22:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155690,"job_number":"JOB_155690","tr_customer_id":155707,"tr_customer_product_id":155697,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:26:17.000Z","modified_at":"2026-01-16T06:26:17.000Z","name":"Gaurav Kumain","mobile_number":"8787474487","email_id":"qwssww@gmail.com","dop":"2025-04-06","serial_number":"16572885284303","imei1":"16572885284303","imei2":"16572885284303","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:26:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155691,"job_number":"JOB_155691","tr_customer_id":155708,"tr_customer_product_id":155698,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:27:01.000Z","modified_at":"2026-01-16T06:27:01.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18792914001763","imei1":"18792914001763","imei2":"18792914001763","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:27:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155693,"job_number":"JOB_155693","tr_customer_id":155710,"tr_customer_product_id":155700,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:27:03.000Z","modified_at":"2026-01-16T06:27:03.000Z","name":"Heidi Donnelly","mobile_number":"765-761-1553","email_id":"Claud21@yahoo.com","dop":"2025-04-06","serial_number":"15136441970902784","imei1":"15136441970902784","imei2":"15136441970902784","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:27:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155694,"job_number":"JOB_155694","tr_customer_id":155711,"tr_customer_product_id":155701,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:27:45.000Z","modified_at":"2026-01-16T06:27:45.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12474350256277","imei1":"12474350256277","imei2":"12474350256277","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:27:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155696,"job_number":"JOB_155696","tr_customer_id":155713,"tr_customer_product_id":155703,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:27:46.000Z","modified_at":"2026-01-16T06:27:46.000Z","name":"Rudy Stiedemann","mobile_number":"442-264-6155","email_id":"Jaylin.Runolfsson@yahoo.com","dop":"2025-04-06","serial_number":"13492937547637564","imei1":"13492937547637564","imei2":"13492937547637564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:27:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155697,"job_number":"JOB_155697","tr_customer_id":155714,"tr_customer_product_id":155704,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:28:27.000Z","modified_at":"2026-01-16T06:28:27.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19306329118267","imei1":"19306329118267","imei2":"19306329118267","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:28:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155699,"job_number":"JOB_155699","tr_customer_id":155716,"tr_customer_product_id":155706,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:28:29.000Z","modified_at":"2026-01-16T06:28:29.000Z","name":"Derick Green","mobile_number":"343-294-0155","email_id":"Thurman59@yahoo.com","dop":"2025-04-06","serial_number":"16809733002813264","imei1":"16809733002813264","imei2":"16809733002813264","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:28:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155702,"job_number":"JOB_155702","tr_customer_id":155719,"tr_customer_product_id":155709,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:29:30.000Z","modified_at":"2026-01-16T06:29:30.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12160862483626","imei1":"12160862483626","imei2":"12160862483626","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:29:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155704,"job_number":"JOB_155704","tr_customer_id":155721,"tr_customer_product_id":155711,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:29:32.000Z","modified_at":"2026-01-16T06:29:32.000Z","name":"Rhianna Schoen","mobile_number":"212-665-2079","email_id":"Lottie.Armstrong@yahoo.com","dop":"2025-04-06","serial_number":"11901143664342048","imei1":"11901143664342048","imei2":"11901143664342048","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:29:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155705,"job_number":"JOB_155705","tr_customer_id":155722,"tr_customer_product_id":155712,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:30:19.000Z","modified_at":"2026-01-16T06:30:19.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12674320033800","imei1":"12674320033800","imei2":"12674320033800","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:30:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155707,"job_number":"JOB_155707","tr_customer_id":155724,"tr_customer_product_id":155714,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:30:20.000Z","modified_at":"2026-01-16T06:30:20.000Z","name":"Laron Durgan","mobile_number":"264-200-0555","email_id":"Alayna17@hotmail.com","dop":"2025-04-06","serial_number":"11805549138506768","imei1":"11805549138506768","imei2":"11805549138506768","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:30:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155708,"job_number":"JOB_155708","tr_customer_id":155725,"tr_customer_product_id":155715,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:31:08.000Z","modified_at":"2026-01-16T06:31:08.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10291803468165","imei1":"10291803468165","imei2":"10291803468165","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:31:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155710,"job_number":"JOB_155710","tr_customer_id":155727,"tr_customer_product_id":155717,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:31:09.000Z","modified_at":"2026-01-16T06:31:09.000Z","name":"Velda Heaney","mobile_number":"352-758-7513","email_id":"Diamond_Reynolds52@hotmail.com","dop":"2025-04-06","serial_number":"14976485295733564","imei1":"14976485295733564","imei2":"14976485295733564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:31:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155712,"job_number":"JOB_155712","tr_customer_id":155729,"tr_customer_product_id":155719,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:33:25.000Z","modified_at":"2026-01-16T06:33:25.000Z","name":"Darren Terry","mobile_number":"941-848-4064","email_id":"Derek_Waters93@gmail.com","dop":"2025-04-06","serial_number":"16510770579164860","imei1":"16510770579164860","imei2":"16510770579164860","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:33:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155713,"job_number":"JOB_155713","tr_customer_id":155730,"tr_customer_product_id":155720,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:34:10.000Z","modified_at":"2026-01-16T06:34:10.000Z","name":"Gaurav Kumain","mobile_number":"8787474487","email_id":"qwssww@gmail.com","dop":"2025-04-06","serial_number":"16572885284304","imei1":"16572885284304","imei2":"16572885284303","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:34:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155714,"job_number":"JOB_155714","tr_customer_id":155731,"tr_customer_product_id":155721,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:34:13.000Z","modified_at":"2026-01-16T06:34:13.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18183250601741","imei1":"18183250601741","imei2":"18183250601741","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:34:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155716,"job_number":"JOB_155716","tr_customer_id":155733,"tr_customer_product_id":155723,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:34:15.000Z","modified_at":"2026-01-16T06:34:15.000Z","name":"Noemie Moore","mobile_number":"922-216-5908","email_id":"Adelia.Legros@gmail.com","dop":"2025-04-06","serial_number":"19849856542088270","imei1":"19849856542088270","imei2":"19849856542088270","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:34:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155720,"job_number":"JOB_155720","tr_customer_id":155737,"tr_customer_product_id":155727,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:35:04.000Z","modified_at":"2026-01-16T06:35:04.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13402961231475","imei1":"13402961231475","imei2":"13402961231475","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:35:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155722,"job_number":"JOB_155722","tr_customer_id":155739,"tr_customer_product_id":155729,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:35:06.000Z","modified_at":"2026-01-16T06:35:06.000Z","name":"Amanda Considine","mobile_number":"587-276-9658","email_id":"Valerie76@gmail.com","dop":"2025-04-06","serial_number":"19754602933334430","imei1":"19754602933334430","imei2":"19754602933334430","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:35:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155726,"job_number":"JOB_155726","tr_customer_id":155743,"tr_customer_product_id":155733,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:35:50.000Z","modified_at":"2026-01-16T06:35:50.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12561051754101","imei1":"12561051754101","imei2":"12561051754101","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:35:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155728,"job_number":"JOB_155728","tr_customer_id":155745,"tr_customer_product_id":155735,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:35:52.000Z","modified_at":"2026-01-16T06:35:52.000Z","name":"Ebony Wintheiser","mobile_number":"567-275-3241","email_id":"Elinore.Goldner@gmail.com","dop":"2025-04-06","serial_number":"13695480512531648","imei1":"13695480512531648","imei2":"13695480512531648","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:35:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155731,"job_number":"JOB_155731","tr_customer_id":155748,"tr_customer_product_id":155738,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:36:02.000Z","modified_at":"2026-01-16T06:36:02.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10905864665923","imei1":"10905864665923","imei2":"10905864665923","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:36:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155734,"job_number":"JOB_155734","tr_customer_id":155751,"tr_customer_product_id":155741,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:36:03.000Z","modified_at":"2026-01-16T06:36:03.000Z","name":"Evangeline Emard","mobile_number":"685-236-5910","email_id":"Ezra4@hotmail.com","dop":"2025-04-06","serial_number":"15454439136977072","imei1":"15454439136977072","imei2":"15454439136977072","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:36:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155735,"job_number":"JOB_155735","tr_customer_id":155752,"tr_customer_product_id":155742,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:36:36.000Z","modified_at":"2026-01-16T06:36:36.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18011725642892","imei1":"18011725642892","imei2":"18011725642892","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:36:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155737,"job_number":"JOB_155737","tr_customer_id":155754,"tr_customer_product_id":155744,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:36:38.000Z","modified_at":"2026-01-16T06:36:38.000Z","name":"Lenore White","mobile_number":"315-988-3242","email_id":"Myrna.Cruickshank@gmail.com","dop":"2025-04-06","serial_number":"16588747903909444","imei1":"16588747903909444","imei2":"16588747903909444","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:36:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155741,"job_number":"JOB_155741","tr_customer_id":155758,"tr_customer_product_id":155748,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:37:21.000Z","modified_at":"2026-01-16T06:37:21.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18479831109450","imei1":"18479831109450","imei2":"18479831109450","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:37:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155743,"job_number":"JOB_155743","tr_customer_id":155760,"tr_customer_product_id":155750,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:37:23.000Z","modified_at":"2026-01-16T06:37:23.000Z","name":"Clifton Will","mobile_number":"466-925-6032","email_id":"Sydnie50@hotmail.com","dop":"2025-04-06","serial_number":"17264357883813052","imei1":"17264357883813052","imei2":"17264357883813052","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:37:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155744,"job_number":"JOB_155744","tr_customer_id":155761,"tr_customer_product_id":155751,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:40:24.000Z","modified_at":"2026-01-16T06:40:24.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11421853362375","imei1":"11421853362375","imei2":"11421853362375","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:40:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155746,"job_number":"JOB_155746","tr_customer_id":155763,"tr_customer_product_id":155753,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:40:25.000Z","modified_at":"2026-01-16T06:40:25.000Z","name":"Ophelia Kohler","mobile_number":"852-921-4197","email_id":"Dianna.Feil@yahoo.com","dop":"2025-04-06","serial_number":"12271151503417396","imei1":"12271151503417396","imei2":"12271151503417396","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:40:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155747,"job_number":"JOB_155747","tr_customer_id":155764,"tr_customer_product_id":155754,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:41:07.000Z","modified_at":"2026-01-16T06:41:07.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17527577093892","imei1":"17527577093892","imei2":"17527577093892","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:41:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155749,"job_number":"JOB_155749","tr_customer_id":155766,"tr_customer_product_id":155756,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:41:09.000Z","modified_at":"2026-01-16T06:41:09.000Z","name":"Giuseppe Carter","mobile_number":"956-449-4965","email_id":"Sonya54@yahoo.com","dop":"2025-04-06","serial_number":"10273525838172484","imei1":"10273525838172484","imei2":"10273525838172484","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:41:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155751,"job_number":"JOB_155751","tr_customer_id":155768,"tr_customer_product_id":155758,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:41:20.000Z","modified_at":"2026-01-16T06:41:20.000Z","name":"Dustin Carroll","mobile_number":"720-927-0260","email_id":"Alba46@gmail.com","dop":"2025-04-06","serial_number":"19432793905878870","imei1":"19432793905878870","imei2":"19432793905878870","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:41:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155752,"job_number":"JOB_155752","tr_customer_id":155769,"tr_customer_product_id":155759,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:41:21.000Z","modified_at":"2026-01-16T06:41:21.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10167067858945","imei1":"10167067858945","imei2":"10167067858945","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:41:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155754,"job_number":"JOB_155754","tr_customer_id":155771,"tr_customer_product_id":155761,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:41:23.000Z","modified_at":"2026-01-16T06:41:23.000Z","name":"Lonzo Considine","mobile_number":"669-263-4928","email_id":"Kiera23@yahoo.com","dop":"2025-04-06","serial_number":"15136230129385224","imei1":"15136230129385224","imei2":"15136230129385224","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:41:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155756,"job_number":"JOB_155756","tr_customer_id":155773,"tr_customer_product_id":155763,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:41:43.000Z","modified_at":"2026-01-16T06:41:43.000Z","name":"Tianna Swift","mobile_number":"829-786-2295","email_id":"Earl61@hotmail.com","dop":"2025-04-06","serial_number":"14694088865761580","imei1":"14694088865761580","imei2":"14694088865761580","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:41:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155757,"job_number":"JOB_155757","tr_customer_id":155774,"tr_customer_product_id":155764,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:41:50.000Z","modified_at":"2026-01-16T06:41:50.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16157917824236","imei1":"16157917824236","imei2":"16157917824236","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:41:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155759,"job_number":"JOB_155759","tr_customer_id":155776,"tr_customer_product_id":155766,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:41:51.000Z","modified_at":"2026-01-16T06:41:51.000Z","name":"Stella Erdman","mobile_number":"654-871-8951","email_id":"Clare82@gmail.com","dop":"2025-04-06","serial_number":"10811966025947974","imei1":"10811966025947974","imei2":"10811966025947974","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:41:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155760,"job_number":"JOB_155760","tr_customer_id":155777,"tr_customer_product_id":155767,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:42:00.000Z","modified_at":"2026-01-16T06:42:00.000Z","name":"Gaurav Kumain","mobile_number":"8787474487","email_id":"qwssww@gmail.com","dop":"2025-04-06","serial_number":"16572885284305","imei1":"16572885284305","imei2":"16572885284305","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:42:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155761,"job_number":"JOB_155761","tr_customer_id":155778,"tr_customer_product_id":155768,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:42:06.000Z","modified_at":"2026-01-16T06:42:06.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12398337583225","imei1":"12398337583225","imei2":"12398337583225","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:42:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155763,"job_number":"JOB_155763","tr_customer_id":155780,"tr_customer_product_id":155770,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:42:08.000Z","modified_at":"2026-01-16T06:42:08.000Z","name":"Julia Moen","mobile_number":"321-971-0040","email_id":"Ramon54@hotmail.com","dop":"2025-04-06","serial_number":"16373246844481656","imei1":"16373246844481656","imei2":"16373246844481656","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:42:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155764,"job_number":"JOB_155764","tr_customer_id":155781,"tr_customer_product_id":155771,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:42:44.000Z","modified_at":"2026-01-16T06:42:44.000Z","name":"Gaurav Kumain","mobile_number":"8787474487","email_id":"qwssww@gmail.com","dop":"2025-04-06","serial_number":"16572885284306","imei1":"16572885284306","imei2":"16572885284306","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:42:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155765,"job_number":"JOB_155765","tr_customer_id":155782,"tr_customer_product_id":155772,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:42:57.000Z","modified_at":"2026-01-16T06:42:57.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16683229693587","imei1":"16683229693587","imei2":"16683229693587","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:42:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155767,"job_number":"JOB_155767","tr_customer_id":155784,"tr_customer_product_id":155774,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:42:58.000Z","modified_at":"2026-01-16T06:42:58.000Z","name":"Vladimir Runte","mobile_number":"429-717-1121","email_id":"Kira_Stracke17@hotmail.com","dop":"2025-04-06","serial_number":"18403541612665524","imei1":"18403541612665524","imei2":"18403541612665524","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:42:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155768,"job_number":"JOB_155768","tr_customer_id":155785,"tr_customer_product_id":155775,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:46:44.000Z","modified_at":"2026-01-16T06:46:44.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10725069005359","imei1":"10725069005359","imei2":"10725069005359","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:46:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155770,"job_number":"JOB_155770","tr_customer_id":155787,"tr_customer_product_id":155777,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:46:45.000Z","modified_at":"2026-01-16T06:46:45.000Z","name":"Leopoldo Gislason","mobile_number":"268-936-4383","email_id":"Connor97@gmail.com","dop":"2025-04-06","serial_number":"16617283109406458","imei1":"16617283109406458","imei2":"16617283109406458","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:46:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155772,"job_number":"JOB_155772","tr_customer_id":155789,"tr_customer_product_id":155779,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:46:51.000Z","modified_at":"2026-01-16T06:46:51.000Z","name":"Fae Murazik","mobile_number":"346-564-2712","email_id":"Lenora.Kunze@gmail.com","dop":"2025-04-06","serial_number":"13755674628984042","imei1":"13755674628984042","imei2":"13755674628984042","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:46:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155773,"job_number":"JOB_155773","tr_customer_id":155790,"tr_customer_product_id":155780,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:47:26.000Z","modified_at":"2026-01-16T06:47:26.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18041222648615","imei1":"18041222648615","imei2":"18041222648615","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:47:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155775,"job_number":"JOB_155775","tr_customer_id":155792,"tr_customer_product_id":155782,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:47:27.000Z","modified_at":"2026-01-16T06:47:27.000Z","name":"Cynthia Greenholt","mobile_number":"695-701-0115","email_id":"Jovany72@gmail.com","dop":"2025-04-06","serial_number":"11836973861407318","imei1":"11836973861407318","imei2":"11836973861407318","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:47:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155776,"job_number":"JOB_155776","tr_customer_id":155793,"tr_customer_product_id":155783,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:48:07.000Z","modified_at":"2026-01-16T06:48:07.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10369012279854","imei1":"10369012279854","imei2":"10369012279854","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:48:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155778,"job_number":"JOB_155778","tr_customer_id":155795,"tr_customer_product_id":155785,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:48:09.000Z","modified_at":"2026-01-16T06:48:09.000Z","name":"Stanford Dibbert","mobile_number":"393-702-4663","email_id":"Loy_Welch84@hotmail.com","dop":"2025-04-06","serial_number":"18618603978201628","imei1":"18618603978201628","imei2":"18618603978201628","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:48:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155780,"job_number":"JOB_155780","tr_customer_id":155797,"tr_customer_product_id":155787,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T07:00:17.000Z","modified_at":"2026-01-16T07:00:17.000Z","name":"Enos Adams","mobile_number":"618-705-8656","email_id":"Lavina_Streich65@gmail.com","dop":"2025-04-06","serial_number":"16095089629971664","imei1":"16095089629971664","imei2":"16095089629971664","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T07:00:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155788,"job_number":"JOB_155788","tr_customer_id":155805,"tr_customer_product_id":155795,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T07:42:35.000Z","modified_at":"2026-01-16T07:42:35.000Z","name":"Alize Abbott","mobile_number":"852-313-2612","email_id":"Connie.Dach15@hotmail.com","dop":"2025-04-06","serial_number":"19903792800148290","imei1":"19903792800148290","imei2":"19903792800148290","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T07:42:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155443,"job_number":"JOB_155443","tr_customer_id":155460,"tr_customer_product_id":155450,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:39.000Z","modified_at":"2026-01-16T03:49:39.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Lilyan_Pouros@yahoo.com","dop":"2025-07-02","serial_number":"18379672176321","imei1":"18379672176321","imei2":"18379672176321","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155456,"job_number":"JOB_155456","tr_customer_id":155473,"tr_customer_product_id":155463,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:55.000Z","modified_at":"2026-01-16T03:49:55.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Ila_Halvorson@hotmail.com","dop":"2025-07-02","serial_number":"12646098675885","imei1":"12646098675885","imei2":"12646098675885","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155468,"job_number":"JOB_155468","tr_customer_id":155485,"tr_customer_product_id":155475,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:11.000Z","modified_at":"2026-01-16T03:50:11.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Rhianna_Hamill22@yahoo.com","dop":"2025-07-02","serial_number":"18556463680068","imei1":"18556463680068","imei2":"18556463680068","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155495,"job_number":"JOB_155495","tr_customer_id":155512,"tr_customer_product_id":155502,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:32.000Z","modified_at":"2026-01-16T03:50:32.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"177238735641284","imei1":"177238735641284","imei2":"177238735641284","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155496,"job_number":"JOB_155496","tr_customer_id":155513,"tr_customer_product_id":155503,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:32.000Z","modified_at":"2026-01-16T03:50:32.000Z","name":"Genesis Goyette","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"182069094863967","imei1":"182069094863967","imei2":"182069094863967","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155497,"job_number":"JOB_155497","tr_customer_id":155514,"tr_customer_product_id":155504,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:32.000Z","modified_at":"2026-01-16T03:50:32.000Z","name":"Estelle Adams","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"114168222400852","imei1":"114168222400852","imei2":"114168222400852","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155500,"job_number":"JOB_155500","tr_customer_id":155517,"tr_customer_product_id":155507,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:33.000Z","modified_at":"2026-01-16T03:50:33.000Z","name":"Amir McClure","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"185006500135435","imei1":"185006500135435","imei2":"185006500135435","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155512,"job_number":"JOB_155512","tr_customer_id":155529,"tr_customer_product_id":155519,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:45.000Z","modified_at":"2026-01-16T03:50:45.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"140076611883558","imei1":"140076611883558","imei2":"140076611883558","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155514,"job_number":"JOB_155514","tr_customer_id":155531,"tr_customer_product_id":155521,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:45.000Z","modified_at":"2026-01-16T03:50:45.000Z","name":"Allen Gibson","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"130161965485867","imei1":"130161965485867","imei2":"130161965485867","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155515,"job_number":"JOB_155515","tr_customer_id":155532,"tr_customer_product_id":155522,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:45.000Z","modified_at":"2026-01-16T03:50:45.000Z","name":"Okey Ward","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"106528169716897","imei1":"106528169716897","imei2":"106528169716897","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155516,"job_number":"JOB_155516","tr_customer_id":155533,"tr_customer_product_id":155523,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:46.000Z","modified_at":"2026-01-16T03:50:46.000Z","name":"Eloy Aufderhar","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"165442554199153","imei1":"165442554199153","imei2":"165442554199153","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155539,"job_number":"JOB_155539","tr_customer_id":155556,"tr_customer_product_id":155546,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:12.000Z","modified_at":"2026-01-16T03:51:12.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"107677851288975","imei1":"107677851288975","imei2":"107677851288975","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155541,"job_number":"JOB_155541","tr_customer_id":155558,"tr_customer_product_id":155548,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:13.000Z","modified_at":"2026-01-16T03:51:13.000Z","name":"Sophia Bashirian","mobile_number":"427-803-8299","email_id":"Lauren_Ferry51@hotmail.com","dop":"2025-06-09","serial_number":"104354884652418","imei1":"104354884652418","imei2":"104354884652418","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155554,"job_number":"JOB_155554","tr_customer_id":155571,"tr_customer_product_id":155561,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:26.000Z","modified_at":"2026-01-16T03:51:26.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"106172652499721","imei1":"106172652499721","imei2":"106172652499721","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155558,"job_number":"JOB_155558","tr_customer_id":155575,"tr_customer_product_id":155565,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:27.000Z","modified_at":"2026-01-16T03:51:27.000Z","name":"Elsie Kuhn","mobile_number":"310-825-6108","email_id":"Herbert.Feeney0@yahoo.com","dop":"2025-06-09","serial_number":"106732827060674","imei1":"106732827060674","imei2":"106732827060674","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155572,"job_number":"JOB_155572","tr_customer_id":155589,"tr_customer_product_id":155579,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:40.000Z","modified_at":"2026-01-16T03:51:40.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"109431713859796","imei1":"109431713859796","imei2":"109431713859796","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155575,"job_number":"JOB_155575","tr_customer_id":155592,"tr_customer_product_id":155582,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:41.000Z","modified_at":"2026-01-16T03:51:41.000Z","name":"Verda Koch","mobile_number":"523-762-5776","email_id":"Alden.McGlynn@gmail.com","dop":"2025-06-09","serial_number":"100563256446896","imei1":"100563256446896","imei2":"100563256446896","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155671,"job_number":"JOB_155671","tr_customer_id":155688,"tr_customer_product_id":155678,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:19:17.000Z","modified_at":"2026-01-16T06:19:17.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"105156524394051","imei1":"105156524394051","imei2":"105156524394051","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:19:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155673,"job_number":"JOB_155673","tr_customer_id":155690,"tr_customer_product_id":155680,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:19:18.000Z","modified_at":"2026-01-16T06:19:18.000Z","name":"Curtis Armstrong","mobile_number":"313-856-2419","email_id":"Freddy31@hotmail.com","dop":"2025-06-09","serial_number":"106576638988751","imei1":"106576638988751","imei2":"106576638988751","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:19:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155674,"job_number":"JOB_155674","tr_customer_id":155691,"tr_customer_product_id":155681,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:19:32.000Z","modified_at":"2026-01-16T06:19:32.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"102674885112431","imei1":"102674885112431","imei2":"102674885112431","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:19:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155676,"job_number":"JOB_155676","tr_customer_id":155693,"tr_customer_product_id":155683,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:19:33.000Z","modified_at":"2026-01-16T06:19:33.000Z","name":"Kiera Herman","mobile_number":"741-763-6738","email_id":"Caleb63@yahoo.com","dop":"2025-06-09","serial_number":"102246556351467","imei1":"102246556351467","imei2":"102246556351467","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:19:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155677,"job_number":"JOB_155677","tr_customer_id":155694,"tr_customer_product_id":155684,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:19:47.000Z","modified_at":"2026-01-16T06:19:47.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"103481953362932","imei1":"103481953362932","imei2":"103481953362932","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:19:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155679,"job_number":"JOB_155679","tr_customer_id":155696,"tr_customer_product_id":155686,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:19:48.000Z","modified_at":"2026-01-16T06:19:48.000Z","name":"Zachariah Tremblay","mobile_number":"739-893-9626","email_id":"Katelin.OConnell@hotmail.com","dop":"2025-06-09","serial_number":"103143000565201","imei1":"103143000565201","imei2":"103143000565201","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:19:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155784,"job_number":"JOB_155784","tr_customer_id":155801,"tr_customer_product_id":155791,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T07:31:21.000Z","modified_at":"2026-01-16T07:31:21.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Bettie_Hintz@gmail.com","dop":"2025-07-02","serial_number":"14422875302832","imei1":"14422875302832","imei2":"14422875302832","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T07:31:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155785,"job_number":"JOB_155785","tr_customer_id":155802,"tr_customer_product_id":155792,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T07:31:39.000Z","modified_at":"2026-01-16T07:31:39.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Grayce13@yahoo.com","dop":"2025-07-02","serial_number":"15860432272873","imei1":"15860432272873","imei2":"15860432272873","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T07:31:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155786,"job_number":"JOB_155786","tr_customer_id":155803,"tr_customer_product_id":155793,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T07:31:57.000Z","modified_at":"2026-01-16T07:31:57.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Royce.Feeney@gmail.com","dop":"2025-07-02","serial_number":"19792604241672","imei1":"19792604241672","imei2":"19792604241672","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T07:31:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155789,"job_number":"JOB_155789","tr_customer_id":155806,"tr_customer_product_id":155796,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T07:42:50.000Z","modified_at":"2026-01-16T07:42:50.000Z","name":"Ruby Jerde","mobile_number":"325-899-3758","email_id":"Jack.Jerde20@hotmail.com","dop":"2025-11-04","serial_number":"66921671520550","imei1":"66921671520550","imei2":"66921671520550","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T07:42:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/mapped' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/engineer/mapped
Response Information
Response Code: 200 - OK
Mean time per request: 253ms
Mean size per request: 866B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg1NDkzNzN9.yEkKw42YeYbDZXl_RwTfFp0gKMpGm-K0YUvu2WfVsjU
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 3983a471-b383-41fe-8d87-3310d64ea58b
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 866
ETag W/"362-uZ8Ftnx2Af1NjAWrk0wJooRkni0"
Vary Accept-Encoding
Date Fri, 16 Jan 2026 07:42:54 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":2,"first_name":"Mark","last_name":"zuk","login_id":"iameng","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":true,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Engineer","service_location":"Service Center A"},{"id":17,"first_name":"Jay ","last_name":"Howard","login_id":"jhoward","mobile_number":"3434524356","email_id":"Jay@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":true,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2022-08-19T13:34:19.000Z","modified_at":"2022-08-19T13:34:19.000Z","role_name":"Engineer","service_location":"Service Center A"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/assign' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"job_id":99821,"engineer_id":17}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/engineer/assign
Response Information
Response Code: 200 - OK
Mean time per request: 261ms
Mean size per request: 54B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg1NDkzNzN9.yEkKw42YeYbDZXl_RwTfFp0gKMpGm-K0YUvu2WfVsjU
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token dcec56b4-0bfa-49a1-b958-26db44de11f0
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 49
Request Body
{
            "job_id": 155789,
            "engineer_id": 2
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 54
ETag W/"36-SJqPGnqoYGAacRPYXRhhHPv8y+E"
Vary Accept-Encoding
Date Fri, 16 Jan 2026 07:42:55 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Engineer assigned successfully","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/pending' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDEzNjh9.ejrA7BJz_H-2keUgA284RVE6WB4vB5-7eYUdu6PhPXI' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/job/pending
Response Information
Response Code: 200 - OK
Mean time per request: 286ms
Mean size per request: 246.66KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg1NDkzNzN9.yEkKw42YeYbDZXl_RwTfFp0gKMpGm-K0YUvu2WfVsjU
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 8f5c35ae-b5f1-4df2-ae2c-fa88c302de27
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"3daa8-rpPAE/L1ctqCC/PlfVXb6y5Cw+Q"
Vary Accept-Encoding
Content-Encoding gzip
Date Fri, 16 Jan 2026 07:42:55 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":155465,"job_number":"JOB_155465","tr_customer_id":155482,"tr_customer_product_id":155472,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:06.000Z","modified_at":"2026-01-16T03:50:06.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10335752715658","imei1":"10335752715658","imei2":"10335752715658","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:06.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":155467,"job_number":"JOB_155467","tr_customer_id":155484,"tr_customer_product_id":155474,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:08.000Z","modified_at":"2026-01-16T03:50:08.000Z","name":"Tyreek Herman","mobile_number":"911-362-4523","email_id":"Paolo_Steuber85@gmail.com","dop":"2000-01-31","serial_number":"1082437193483165","imei1":"1082437193483165","imei2":"1082437193483165","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:08.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":155518,"job_number":"JOB_155518","tr_customer_id":155535,"tr_customer_product_id":155525,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:48.000Z","modified_at":"2026-01-16T03:50:48.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10243583498088","imei1":"10243583498088","imei2":"10243583498088","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:48.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":155522,"job_number":"JOB_155522","tr_customer_id":155539,"tr_customer_product_id":155529,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:50.000Z","modified_at":"2026-01-16T03:50:50.000Z","name":"Anastacio Braun","mobile_number":"901-520-5880","email_id":"Felicity52@gmail.com","dop":"2000-01-31","serial_number":"1016974076082802","imei1":"1016974076082802","imei2":"1016974076082802","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:50.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":155562,"job_number":"JOB_155562","tr_customer_id":155579,"tr_customer_product_id":155569,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:29.000Z","modified_at":"2026-01-16T03:51:29.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10925451969242","imei1":"10925451969242","imei2":"10925451969242","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:29.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":155565,"job_number":"JOB_155565","tr_customer_id":155582,"tr_customer_product_id":155572,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:31.000Z","modified_at":"2026-01-16T03:51:31.000Z","name":"Ottis Renner","mobile_number":"358-402-7539","email_id":"Hilton_Bashirian37@hotmail.com","dop":"2000-01-31","serial_number":"1064606040334572","imei1":"1064606040334572","imei2":"1064606040334572","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:31.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":155587,"job_number":"JOB_155587","tr_customer_id":155604,"tr_customer_product_id":155594,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:52:10.000Z","modified_at":"2026-01-16T03:52:10.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10664513632723","imei1":"10664513632723","imei2":"10664513632723","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:52:10.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":155591,"job_number":"JOB_155591","tr_customer_id":155608,"tr_customer_product_id":155598,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:52:11.000Z","modified_at":"2026-01-16T03:52:11.000Z","name":"Ruth Walker","mobile_number":"616-481-2833","email_id":"Ruben_Koepp@yahoo.com","dop":"2000-01-31","serial_number":"1061713939377417","imei1":"1061713939377417","imei2":"1061713939377417","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:52:11.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":155717,"job_number":"JOB_155717","tr_customer_id":155734,"tr_customer_product_id":155724,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:34:34.000Z","modified_at":"2026-01-16T06:34:34.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10401945627152","imei1":"10401945627152","imei2":"10401945627152","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:34:34.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":155719,"job_number":"JOB_155719","tr_customer_id":155736,"tr_customer_product_id":155726,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:34:36.000Z","modified_at":"2026-01-16T06:34:36.000Z","name":"Axel Yundt","mobile_number":"982-777-0534","email_id":"Cleta.Schneider50@yahoo.com","dop":"2000-01-31","serial_number":"1075302203986053","imei1":"1075302203986053","imei2":"1075302203986053","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:34:36.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":155723,"job_number":"JOB_155723","tr_customer_id":155740,"tr_customer_product_id":155730,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:35:18.000Z","modified_at":"2026-01-16T06:35:18.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10385237056781","imei1":"10385237056781","imei2":"10385237056781","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:35:18.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":155725,"job_number":"JOB_155725","tr_customer_id":155742,"tr_customer_product_id":155732,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:35:20.000Z","modified_at":"2026-01-16T06:35:20.000Z","name":"Columbus Schumm","mobile_number":"994-986-8614","email_id":"Maybelle_Langosh96@yahoo.com","dop":"2000-01-31","serial_number":"1023850899366975","imei1":"1023850899366975","imei2":"1023850899366975","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:35:20.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":155729,"job_number":"JOB_155729","tr_customer_id":155746,"tr_customer_product_id":155736,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:36:01.000Z","modified_at":"2026-01-16T06:36:01.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10651292496707","imei1":"10651292496707","imei2":"10651292496707","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:36:01.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":155733,"job_number":"JOB_155733","tr_customer_id":155750,"tr_customer_product_id":155740,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:36:02.000Z","modified_at":"2026-01-16T06:36:02.000Z","name":"Bobby Kuvalis","mobile_number":"236-505-5749","email_id":"Dariana_Pouros98@yahoo.com","dop":"2000-01-31","serial_number":"1053825763001151","imei1":"1053825763001151","imei2":"1053825763001151","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:36:02.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":155738,"job_number":"JOB_155738","tr_customer_id":155755,"tr_customer_product_id":155745,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:36:43.000Z","modified_at":"2026-01-16T06:36:43.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10838737959437","imei1":"10838737959437","imei2":"10838737959437","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:36:43.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":155740,"job_number":"JOB_155740","tr_customer_id":155757,"tr_customer_product_id":155747,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:36:45.000Z","modified_at":"2026-01-16T06:36:45.000Z","name":"Elmo Hilll","mobile_number":"347-380-2254","email_id":"Shakira_Mitchell@yahoo.com","dop":"2000-01-31","serial_number":"1075873331519296","imei1":"1075873331519296","imei2":"1075873331519296","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:36:45.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":155411,"job_number":"JOB_155411","tr_customer_id":155428,"tr_customer_product_id":155418,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-15T21:01:25.000Z","modified_at":"2026-01-15T21:01:25.000Z","name":"Jatin Sharma","mobile_number":"7293847564","email_id":"jatin@gmail.com","dop":"2026-01-05","serial_number":"19700432156456","imei1":"19700432156456","imei2":"19700432156456","popurl":"2026-01-05T21:01:25.131688Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-15T21:01:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155412,"job_number":"JOB_155412","tr_customer_id":155429,"tr_customer_product_id":155419,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-15T21:41:25.000Z","modified_at":"2026-01-15T21:41:25.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17371819848162","imei1":"17371819848162","imei2":"17371819848162","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-15T21:41:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155414,"job_number":"JOB_155414","tr_customer_id":155431,"tr_customer_product_id":155421,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-15T21:41:27.000Z","modified_at":"2026-01-15T21:41:27.000Z","name":"Flossie Cummings","mobile_number":"921-914-1867","email_id":"Keely.Rippin11@gmail.com","dop":"2025-04-06","serial_number":"18268087434067132","imei1":"18268087434067132","imei2":"18268087434067132","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-15T21:41:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155415,"job_number":"JOB_155415","tr_customer_id":155432,"tr_customer_product_id":155422,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-15T21:42:09.000Z","modified_at":"2026-01-15T21:42:09.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12016416486423","imei1":"12016416486423","imei2":"12016416486423","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-15T21:42:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155417,"job_number":"JOB_155417","tr_customer_id":155434,"tr_customer_product_id":155424,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-15T21:42:11.000Z","modified_at":"2026-01-15T21:42:11.000Z","name":"Kitty McKenzie","mobile_number":"298-489-7203","email_id":"Ocie8@yahoo.com","dop":"2025-04-06","serial_number":"10767668882516688","imei1":"10767668882516688","imei2":"10767668882516688","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-15T21:42:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155418,"job_number":"JOB_155418","tr_customer_id":155435,"tr_customer_product_id":155425,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-15T21:42:53.000Z","modified_at":"2026-01-15T21:42:53.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17973642239007","imei1":"17973642239007","imei2":"17973642239007","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-15T21:42:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155420,"job_number":"JOB_155420","tr_customer_id":155437,"tr_customer_product_id":155427,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-15T21:42:55.000Z","modified_at":"2026-01-15T21:42:55.000Z","name":"Fiona Bergnaum","mobile_number":"696-724-9206","email_id":"Philip_Kreiger@yahoo.com","dop":"2025-04-06","serial_number":"11094037818513450","imei1":"11094037818513450","imei2":"11094037818513450","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-15T21:42:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155421,"job_number":"JOB_155421","tr_customer_id":155438,"tr_customer_product_id":155428,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-15T23:39:27.000Z","modified_at":"2026-01-15T23:39:27.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-05","serial_number":"18836592954988","imei1":"18836592954988","imei2":"18836592954988","popurl":"2026-01-05T23:39:26.971049634Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-15T23:39:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155422,"job_number":"JOB_155422","tr_customer_id":155439,"tr_customer_product_id":155429,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-15T23:39:28.000Z","modified_at":"2026-01-15T23:39:28.000Z","name":"Balachandra Shukla","mobile_number":"7050415457","email_id":"dhatri.khatri@gmail.com","dop":"2026-01-05","serial_number":"145122789970760","imei1":"145122789970760","imei2":"145122789970760","popurl":"www.bhaasvan-menon.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-15T23:39:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155423,"job_number":"JOB_155423","tr_customer_id":155440,"tr_customer_product_id":155430,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-15T23:41:57.000Z","modified_at":"2026-01-15T23:41:57.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-05","serial_number":"79946591955889","imei1":"79946591955889","imei2":"79946591955889","popurl":"2026-01-05T23:41:57.222395089Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-15T23:41:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155424,"job_number":"JOB_155424","tr_customer_id":155441,"tr_customer_product_id":155431,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T02:42:48.000Z","modified_at":"2026-01-16T02:42:48.000Z","name":"Stanton Swift","mobile_number":"327-426-1232","email_id":"Nina14@hotmail.com","dop":"2025-04-06","serial_number":"15029261700906","imei1":"15029261700906","imei2":"15029261700906","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T02:42:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155427,"job_number":"JOB_155427","tr_customer_id":155444,"tr_customer_product_id":155434,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:48:47.000Z","modified_at":"2026-01-16T03:48:47.000Z","name":"Adolf Jenkins","mobile_number":"288-664-8968","email_id":"Kaya78@yahoo.com","dop":"2025-04-06","serial_number":"17466723092028176","imei1":"17466723092028176","imei2":"17466723092028176","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:48:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155429,"job_number":"JOB_155429","tr_customer_id":155446,"tr_customer_product_id":155436,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:02.000Z","modified_at":"2026-01-16T03:49:02.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"10119186116387","imei1":"10119186116387","imei2":"10119186116387","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155431,"job_number":"JOB_155431","tr_customer_id":155448,"tr_customer_product_id":155438,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:04.000Z","modified_at":"2026-01-16T03:49:04.000Z","name":"Freddie Frami","mobile_number":"345-589-2458","email_id":"Carter_Smitham@yahoo.com","dop":"2025-04-06","serial_number":"16508086076502222","imei1":"16508086076502222","imei2":"16508086076502222","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155433,"job_number":"JOB_155433","tr_customer_id":155450,"tr_customer_product_id":155440,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:28.000Z","modified_at":"2026-01-16T03:49:28.000Z","name":"Art Harber","mobile_number":"463-936-0910","email_id":"Lyla.Bernhard@yahoo.com","dop":"2025-04-06","serial_number":"13856155720402280","imei1":"13856155720402280","imei2":"13856155720402280","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155434,"job_number":"JOB_155434","tr_customer_id":155451,"tr_customer_product_id":155441,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:29.000Z","modified_at":"2026-01-16T03:49:29.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10800725289146","imei1":"10800725289146","imei2":"10800725289146","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155436,"job_number":"JOB_155436","tr_customer_id":155453,"tr_customer_product_id":155443,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:30.000Z","modified_at":"2026-01-16T03:49:30.000Z","name":"Myra Schoen","mobile_number":"843-860-1700","email_id":"Hyman.Macejkovic@hotmail.com","dop":"2025-06-18","serial_number":"1012929871257721","imei1":"1012929871257721","imei2":"1012929871257721","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155437,"job_number":"JOB_155437","tr_customer_id":155454,"tr_customer_product_id":155444,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:31.000Z","modified_at":"2026-01-16T03:49:31.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16293613818984","imei1":"16293613818984","imei2":"16293613818984","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155439,"job_number":"JOB_155439","tr_customer_id":155456,"tr_customer_product_id":155446,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:32.000Z","modified_at":"2026-01-16T03:49:32.000Z","name":"Orpha Russel","mobile_number":"851-416-0509","email_id":"Alford.Rath@gmail.com","dop":"2025-04-06","serial_number":"15917139307603264","imei1":"15917139307603264","imei2":"15917139307603264","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155440,"job_number":"JOB_155440","tr_customer_id":155457,"tr_customer_product_id":155447,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:34.000Z","modified_at":"2026-01-16T03:49:34.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13793635124344","imei1":"13793635124344","imei2":"13793635124344","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155442,"job_number":"JOB_155442","tr_customer_id":155459,"tr_customer_product_id":155449,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:36.000Z","modified_at":"2026-01-16T03:49:36.000Z","name":"Odell Metz","mobile_number":"924-648-1872","email_id":"Anthony69@yahoo.com","dop":"2025-04-06","serial_number":"18593202335272896","imei1":"18593202335272896","imei2":"18593202335272896","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155445,"job_number":"JOB_155445","tr_customer_id":155462,"tr_customer_product_id":155452,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:41.000Z","modified_at":"2026-01-16T03:49:41.000Z","name":"Annamae Jerde","mobile_number":"425-305-0390","email_id":"Paula79@gmail.com","dop":"2025-04-06","serial_number":"19676312487162080","imei1":"19676312487162080","imei2":"19676312487162080","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155446,"job_number":"JOB_155446","tr_customer_id":155463,"tr_customer_product_id":155453,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:46.000Z","modified_at":"2026-01-16T03:49:46.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"10719081751979","imei1":"10719081751979","imei2":"10719081751979","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155448,"job_number":"JOB_155448","tr_customer_id":155465,"tr_customer_product_id":155455,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:48.000Z","modified_at":"2026-01-16T03:49:48.000Z","name":"Chloe Harber","mobile_number":"215-331-2312","email_id":"Alfreda90@hotmail.com","dop":"2025-04-06","serial_number":"13418452620890480","imei1":"13418452620890480","imei2":"13418452620890480","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155450,"job_number":"JOB_155450","tr_customer_id":155467,"tr_customer_product_id":155457,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:51.000Z","modified_at":"2026-01-16T03:49:51.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19393676832997","imei1":"19393676832997","imei2":"19393676832997","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155452,"job_number":"JOB_155452","tr_customer_id":155469,"tr_customer_product_id":155459,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:51.000Z","modified_at":"2026-01-16T03:49:51.000Z","name":"Jazmyn Frami","mobile_number":"378-941-0210","email_id":"Jaquan_Beahan42@hotmail.com","dop":"2025-04-06","serial_number":"17218371108995020","imei1":"17218371108995020","imei2":"17218371108995020","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155453,"job_number":"JOB_155453","tr_customer_id":155470,"tr_customer_product_id":155460,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:52.000Z","modified_at":"2026-01-16T03:49:52.000Z","name":"Rodolfo Leannon","mobile_number":"233-470-1532","email_id":"Lera_OConnell28@yahoo.com","dop":"2025-04-06","serial_number":"15617838244611716","imei1":"15617838244611716","imei2":"15617838244611716","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155454,"job_number":"JOB_155454","tr_customer_id":155471,"tr_customer_product_id":155461,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:53.000Z","modified_at":"2026-01-16T03:49:53.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15556448528914","imei1":"15556448528914","imei2":"15556448528914","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155457,"job_number":"JOB_155457","tr_customer_id":155474,"tr_customer_product_id":155464,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:55.000Z","modified_at":"2026-01-16T03:49:55.000Z","name":"Augustine Larkin","mobile_number":"840-287-8921","email_id":"Nat92@gmail.com","dop":"2025-04-06","serial_number":"11732202568883996","imei1":"11732202568883996","imei2":"11732202568883996","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155458,"job_number":"JOB_155458","tr_customer_id":155475,"tr_customer_product_id":155465,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:56.000Z","modified_at":"2026-01-16T03:49:56.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"15432771432624","imei1":"15432771432624","imei2":"15432771432624","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155459,"job_number":"JOB_155459","tr_customer_id":155476,"tr_customer_product_id":155466,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:57.000Z","modified_at":"2026-01-16T03:49:57.000Z","name":"Ransom Cremin","mobile_number":"700-905-1228","email_id":"Amie_Stokes15@yahoo.com","dop":"2025-09-16","serial_number":"14198812392049","imei1":"14198812392049","imei2":"14198812392049","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155461,"job_number":"JOB_155461","tr_customer_id":155478,"tr_customer_product_id":155468,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:59.000Z","modified_at":"2026-01-16T03:49:59.000Z","name":"Lily DuBuque","mobile_number":"648-726-2493","email_id":"Flo_Ullrich@yahoo.com","dop":"2025-04-06","serial_number":"15093397526373716","imei1":"15093397526373716","imei2":"15093397526373716","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155462,"job_number":"JOB_155462","tr_customer_id":155479,"tr_customer_product_id":155469,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:00.000Z","modified_at":"2026-01-16T03:50:00.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16302143032329","imei1":"16302143032329","imei2":"16302143032329","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155464,"job_number":"JOB_155464","tr_customer_id":155481,"tr_customer_product_id":155471,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:01.000Z","modified_at":"2026-01-16T03:50:01.000Z","name":"Keon Schiller","mobile_number":"979-646-1577","email_id":"Cali.Schmeler@hotmail.com","dop":"2025-04-06","serial_number":"12456741384347064","imei1":"12456741384347064","imei2":"12456741384347064","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155469,"job_number":"JOB_155469","tr_customer_id":155486,"tr_customer_product_id":155476,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:12.000Z","modified_at":"2026-01-16T03:50:12.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17572605359542","imei1":"17572605359542","imei2":"17572605359542","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155471,"job_number":"JOB_155471","tr_customer_id":155488,"tr_customer_product_id":155478,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:13.000Z","modified_at":"2026-01-16T03:50:13.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19644397672208","imei1":"19644397672208","imei2":"19644397672208","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155472,"job_number":"JOB_155472","tr_customer_id":155489,"tr_customer_product_id":155479,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:13.000Z","modified_at":"2026-01-16T03:50:13.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12617466503159","imei1":"12617466503159","imei2":"12617466503159","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155475,"job_number":"JOB_155475","tr_customer_id":155492,"tr_customer_product_id":155482,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:14.000Z","modified_at":"2026-01-16T03:50:14.000Z","name":"Adelle Krajcik","mobile_number":"702-372-6251","email_id":"Ariel79@yahoo.com","dop":"2025-04-06","serial_number":"14100259099568680","imei1":"14100259099568680","imei2":"14100259099568680","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155476,"job_number":"JOB_155476","tr_customer_id":155493,"tr_customer_product_id":155483,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:14.000Z","modified_at":"2026-01-16T03:50:14.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10878708681342","imei1":"10878708681342","imei2":"10878708681342","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155478,"job_number":"JOB_155478","tr_customer_id":155495,"tr_customer_product_id":155485,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:14.000Z","modified_at":"2026-01-16T03:50:14.000Z","name":"Burley Ferry","mobile_number":"454-889-2257","email_id":"Emmanuel87@gmail.com","dop":"2025-06-18","serial_number":"1039806240125689","imei1":"1039806240125689","imei2":"1039806240125689","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155479,"job_number":"JOB_155479","tr_customer_id":155496,"tr_customer_product_id":155486,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:14.000Z","modified_at":"2026-01-16T03:50:14.000Z","name":"Clair Botsford","mobile_number":"852-670-2187","email_id":"Jadon13@yahoo.com","dop":"2025-04-06","serial_number":"10514325053134684","imei1":"10514325053134684","imei2":"10514325053134684","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155480,"job_number":"JOB_155480","tr_customer_id":155497,"tr_customer_product_id":155487,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:15.000Z","modified_at":"2026-01-16T03:50:15.000Z","name":"Cordia Heller","mobile_number":"902-286-2145","email_id":"Mozelle.Mante84@hotmail.com","dop":"2025-04-06","serial_number":"11145369566089634","imei1":"11145369566089634","imei2":"11145369566089634","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155482,"job_number":"JOB_155482","tr_customer_id":155499,"tr_customer_product_id":155489,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:16.000Z","modified_at":"2026-01-16T03:50:16.000Z","name":"Darlene Moore","mobile_number":"892-634-9185","email_id":"Cydney49@hotmail.com","dop":"2025-05-30","serial_number":"18010154364704","imei1":"18010154364704","imei2":"18010154364704","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155483,"job_number":"JOB_155483","tr_customer_id":155500,"tr_customer_product_id":155490,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:16.000Z","modified_at":"2026-01-16T03:50:16.000Z","name":"jatin sharma","mobile_number":"7045663552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15086916354521","imei1":"15086916354521","imei2":"15086916354521","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155485,"job_number":"JOB_155485","tr_customer_id":155502,"tr_customer_product_id":155492,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:17.000Z","modified_at":"2026-01-16T03:50:17.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"11210325396648","imei1":"11210325396648","imei2":"11210325396648","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155486,"job_number":"JOB_155486","tr_customer_id":155503,"tr_customer_product_id":155493,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:17.000Z","modified_at":"2026-01-16T03:50:17.000Z","name":"Michel Brown","mobile_number":"210-573-5638","email_id":"Beulah_Haley@gmail.com","dop":"2025-09-16","serial_number":"18378684230417","imei1":"18378684230417","imei2":"18378684230417","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155487,"job_number":"JOB_155487","tr_customer_id":155504,"tr_customer_product_id":155494,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:17.000Z","modified_at":"2026-01-16T03:50:17.000Z","name":"Laverne Hermann","mobile_number":"255-258-5851","email_id":"Elias.Pfeffer@gmail.com","dop":"2025-05-30","serial_number":"1773393727488693","imei1":"1773393727488693","imei2":"1773393727488693","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155488,"job_number":"JOB_155488","tr_customer_id":155505,"tr_customer_product_id":155495,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:18.000Z","modified_at":"2026-01-16T03:50:18.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19489164608557","imei1":"19489164608557","imei2":"19489164608557","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155490,"job_number":"JOB_155490","tr_customer_id":155507,"tr_customer_product_id":155497,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:18.000Z","modified_at":"2026-01-16T03:50:18.000Z","name":"Effie Hirthe","mobile_number":"904-504-7871","email_id":"Jaleel33@hotmail.com","dop":"2025-04-06","serial_number":"18365556496908364","imei1":"18365556496908364","imei2":"18365556496908364","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155492,"job_number":"JOB_155492","tr_customer_id":155509,"tr_customer_product_id":155499,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:19.000Z","modified_at":"2026-01-16T03:50:19.000Z","name":"Jayda Erdman","mobile_number":"904-994-2013","email_id":"Dulce_Runolfsson@yahoo.com","dop":"2025-04-06","serial_number":"11507241961359184","imei1":"11507241961359184","imei2":"11507241961359184","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155493,"job_number":"JOB_155493","tr_customer_id":155510,"tr_customer_product_id":155500,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:31.000Z","modified_at":"2026-01-16T03:50:31.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"11665058321236","imei1":"11665058321236","imei2":"11665058321236","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155498,"job_number":"JOB_155498","tr_customer_id":155515,"tr_customer_product_id":155505,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:32.000Z","modified_at":"2026-01-16T03:50:32.000Z","name":"Lea Kihn","mobile_number":"556-210-1089","email_id":"Ali84@hotmail.com","dop":"2025-04-06","serial_number":"16466499992899680","imei1":"16466499992899680","imei2":"16466499992899680","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155499,"job_number":"JOB_155499","tr_customer_id":155516,"tr_customer_product_id":155506,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:33.000Z","modified_at":"2026-01-16T03:50:33.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15903991764733","imei1":"15903991764733","imei2":"15903991764733","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155502,"job_number":"JOB_155502","tr_customer_id":155519,"tr_customer_product_id":155509,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:35.000Z","modified_at":"2026-01-16T03:50:35.000Z","name":"Jamie Ernser","mobile_number":"374-907-2440","email_id":"Malvina.Pacocha@gmail.com","dop":"2025-04-06","serial_number":"17748897172456848","imei1":"17748897172456848","imei2":"17748897172456848","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155503,"job_number":"JOB_155503","tr_customer_id":155520,"tr_customer_product_id":155510,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:36.000Z","modified_at":"2026-01-16T03:50:36.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19065261548627","imei1":"19065261548627","imei2":"19065261548627","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155505,"job_number":"JOB_155505","tr_customer_id":155522,"tr_customer_product_id":155512,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:38.000Z","modified_at":"2026-01-16T03:50:38.000Z","name":"kajal p","mobile_number":"9243526785","email_id":"kajal@gmail.com","dop":"2025-09-16","serial_number":"19786927864918","imei1":"19786927864918","imei2":"19786927864918","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155506,"job_number":"JOB_155506","tr_customer_id":155523,"tr_customer_product_id":155513,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:38.000Z","modified_at":"2026-01-16T03:50:38.000Z","name":"Demarco Morar","mobile_number":"802-374-9441","email_id":"Elinor_Powlowski@hotmail.com","dop":"2025-04-06","serial_number":"14884336901649836","imei1":"14884336901649836","imei2":"14884336901649836","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155507,"job_number":"JOB_155507","tr_customer_id":155524,"tr_customer_product_id":155514,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:38.000Z","modified_at":"2026-01-16T03:50:38.000Z","name":"Ronny Schultz","mobile_number":"861-583-1061","email_id":"Stefan_Walker@gmail.com","dop":"2025-09-16","serial_number":"19753865477342","imei1":"19753865477342","imei2":"19753865477342","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155508,"job_number":"JOB_155508","tr_customer_id":155525,"tr_customer_product_id":155515,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:39.000Z","modified_at":"2026-01-16T03:50:39.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10896625273451","imei1":"10896625273451","imei2":"10896625273451","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155510,"job_number":"JOB_155510","tr_customer_id":155527,"tr_customer_product_id":155517,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:40.000Z","modified_at":"2026-01-16T03:50:40.000Z","name":"Jaron Feest","mobile_number":"740-734-6885","email_id":"Danial.Cronin@yahoo.com","dop":"2025-04-06","serial_number":"17939993103907352","imei1":"17939993103907352","imei2":"17939993103907352","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155511,"job_number":"JOB_155511","tr_customer_id":155528,"tr_customer_product_id":155518,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:45.000Z","modified_at":"2026-01-16T03:50:45.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18468031412321","imei1":"18468031412321","imei2":"18468031412321","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155517,"job_number":"JOB_155517","tr_customer_id":155534,"tr_customer_product_id":155524,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:46.000Z","modified_at":"2026-01-16T03:50:46.000Z","name":"Alfonso Schuster","mobile_number":"596-673-4473","email_id":"Kristin.Kunze19@gmail.com","dop":"2025-04-06","serial_number":"18495685243234810","imei1":"18495685243234810","imei2":"18495685243234810","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155520,"job_number":"JOB_155520","tr_customer_id":155537,"tr_customer_product_id":155527,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:50.000Z","modified_at":"2026-01-16T03:50:50.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"12504133162441","imei1":"12504133162441","imei2":"12504133162441","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155523,"job_number":"JOB_155523","tr_customer_id":155540,"tr_customer_product_id":155530,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:51.000Z","modified_at":"2026-01-16T03:50:51.000Z","name":"Jordan Ziemann","mobile_number":"836-352-6987","email_id":"Nia.Goyette@gmail.com","dop":"2025-04-06","serial_number":"19850680721486776","imei1":"19850680721486776","imei2":"19850680721486776","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155524,"job_number":"JOB_155524","tr_customer_id":155541,"tr_customer_product_id":155531,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:55.000Z","modified_at":"2026-01-16T03:50:55.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16423158069554","imei1":"16423158069554","imei2":"16423158069554","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155526,"job_number":"JOB_155526","tr_customer_id":155543,"tr_customer_product_id":155533,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:56.000Z","modified_at":"2026-01-16T03:50:56.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10347985625835","imei1":"10347985625835","imei2":"10347985625835","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155528,"job_number":"JOB_155528","tr_customer_id":155545,"tr_customer_product_id":155535,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:57.000Z","modified_at":"2026-01-16T03:50:57.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13234120169371","imei1":"13234120169371","imei2":"13234120169371","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155530,"job_number":"JOB_155530","tr_customer_id":155547,"tr_customer_product_id":155537,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:57.000Z","modified_at":"2026-01-16T03:50:57.000Z","name":"Meda Walsh","mobile_number":"402-626-6241","email_id":"Wiley_Stracke5@gmail.com","dop":"2025-04-06","serial_number":"13747391731916862","imei1":"13747391731916862","imei2":"13747391731916862","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155531,"job_number":"JOB_155531","tr_customer_id":155548,"tr_customer_product_id":155538,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:57.000Z","modified_at":"2026-01-16T03:50:57.000Z","name":"Tressa Schmidt","mobile_number":"255-268-1194","email_id":"Gussie_Green38@yahoo.com","dop":"2025-04-06","serial_number":"16742634488338564","imei1":"16742634488338564","imei2":"16742634488338564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155532,"job_number":"JOB_155532","tr_customer_id":155549,"tr_customer_product_id":155539,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:58.000Z","modified_at":"2026-01-16T03:50:58.000Z","name":"Darian Boehm","mobile_number":"957-847-5047","email_id":"Claud4@hotmail.com","dop":"2025-04-06","serial_number":"12928885925226012","imei1":"12928885925226012","imei2":"12928885925226012","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155533,"job_number":"JOB_155533","tr_customer_id":155550,"tr_customer_product_id":155540,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:59.000Z","modified_at":"2026-01-16T03:50:59.000Z","name":"uday p","mobile_number":"9321453112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14398387861925","imei1":"14398387861925","imei2":"14398387861925","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155535,"job_number":"JOB_155535","tr_customer_id":155552,"tr_customer_product_id":155542,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:01.000Z","modified_at":"2026-01-16T03:51:01.000Z","name":"Domenic Price","mobile_number":"346-210-5716","email_id":"Orrin3@gmail.com","dop":"2025-04-06","serial_number":"16630065822437874","imei1":"16630065822437874","imei2":"16630065822437874","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155536,"job_number":"JOB_155536","tr_customer_id":155553,"tr_customer_product_id":155543,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:03.000Z","modified_at":"2026-01-16T03:51:03.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18332089318935","imei1":"18332089318935","imei2":"18332089318935","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155538,"job_number":"JOB_155538","tr_customer_id":155555,"tr_customer_product_id":155545,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:04.000Z","modified_at":"2026-01-16T03:51:05.000Z","name":"Kaylie Dibbert","mobile_number":"361-667-3413","email_id":"Darrel.McClure@hotmail.com","dop":"2025-04-06","serial_number":"13762468584946532","imei1":"13762468584946532","imei2":"13762468584946532","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155542,"job_number":"JOB_155542","tr_customer_id":155559,"tr_customer_product_id":155549,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:15.000Z","modified_at":"2026-01-16T03:51:15.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15292948162076","imei1":"15292948162076","imei2":"15292948162076","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155544,"job_number":"JOB_155544","tr_customer_id":155561,"tr_customer_product_id":155551,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:15.000Z","modified_at":"2026-01-16T03:51:15.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10220185382921","imei1":"10220185382921","imei2":"10220185382921","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155546,"job_number":"JOB_155546","tr_customer_id":155563,"tr_customer_product_id":155553,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:16.000Z","modified_at":"2026-01-16T03:51:16.000Z","name":"Kim Cummings","mobile_number":"954-724-1965","email_id":"Ethan_Hamill65@gmail.com","dop":"2025-04-06","serial_number":"18181308170976684","imei1":"18181308170976684","imei2":"18181308170976684","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155547,"job_number":"JOB_155547","tr_customer_id":155564,"tr_customer_product_id":155554,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:17.000Z","modified_at":"2026-01-16T03:51:17.000Z","name":"Rebekah Grimes","mobile_number":"675-677-4348","email_id":"Ava.Hessel16@gmail.com","dop":"2025-04-06","serial_number":"18320242708107970","imei1":"18320242708107970","imei2":"18320242708107970","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155548,"job_number":"JOB_155548","tr_customer_id":155565,"tr_customer_product_id":155555,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:22.000Z","modified_at":"2026-01-16T03:51:22.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10279049663315","imei1":"10279049663315","imei2":"10279049663315","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155550,"job_number":"JOB_155550","tr_customer_id":155567,"tr_customer_product_id":155557,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:24.000Z","modified_at":"2026-01-16T03:51:24.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18104702137004","imei1":"18104702137004","imei2":"18104702137004","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155551,"job_number":"JOB_155551","tr_customer_id":155568,"tr_customer_product_id":155558,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:24.000Z","modified_at":"2026-01-16T03:51:24.000Z","name":"Demetris Hoeger","mobile_number":"447-771-3560","email_id":"Dorothea68@yahoo.com","dop":"2025-04-06","serial_number":"15621074934773772","imei1":"15621074934773772","imei2":"15621074934773772","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155553,"job_number":"JOB_155553","tr_customer_id":155570,"tr_customer_product_id":155560,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:25.000Z","modified_at":"2026-01-16T03:51:25.000Z","name":"Abbie Wuckert","mobile_number":"206-389-3007","email_id":"Myrtle.Quigley@gmail.com","dop":"2025-04-06","serial_number":"14565136203651584","imei1":"14565136203651584","imei2":"14565136203651584","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155555,"job_number":"JOB_155555","tr_customer_id":155572,"tr_customer_product_id":155562,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:26.000Z","modified_at":"2026-01-16T03:51:26.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12605576992444","imei1":"12605576992444","imei2":"12605576992444","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155559,"job_number":"JOB_155559","tr_customer_id":155576,"tr_customer_product_id":155566,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:28.000Z","modified_at":"2026-01-16T03:51:28.000Z","name":"Zion Bauch","mobile_number":"692-848-8489","email_id":"Annette.Ruecker43@yahoo.com","dop":"2025-04-06","serial_number":"18298127751541190","imei1":"18298127751541190","imei2":"18298127751541190","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155560,"job_number":"JOB_155560","tr_customer_id":155577,"tr_customer_product_id":155567,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:28.000Z","modified_at":"2026-01-16T03:51:28.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10416165476171","imei1":"10416165476171","imei2":"10416165476171","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155564,"job_number":"JOB_155564","tr_customer_id":155581,"tr_customer_product_id":155571,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:30.000Z","modified_at":"2026-01-16T03:51:30.000Z","name":"Marie Hodkiewicz","mobile_number":"275-790-4139","email_id":"Ethel.Dietrich28@yahoo.com","dop":"2025-04-06","serial_number":"13158708301214292","imei1":"13158708301214292","imei2":"13158708301214292","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155566,"job_number":"JOB_155566","tr_customer_id":155583,"tr_customer_product_id":155573,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:31.000Z","modified_at":"2026-01-16T03:51:31.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"17875399270506","imei1":"17875399270506","imei2":"17875399270506","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155568,"job_number":"JOB_155568","tr_customer_id":155585,"tr_customer_product_id":155575,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:33.000Z","modified_at":"2026-01-16T03:51:33.000Z","name":"Ernest Cruickshank","mobile_number":"407-556-2259","email_id":"Carissa_Harvey37@yahoo.com","dop":"2025-04-06","serial_number":"15251772289918766","imei1":"15251772289918766","imei2":"15251772289918766","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155569,"job_number":"JOB_155569","tr_customer_id":155586,"tr_customer_product_id":155576,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:37.000Z","modified_at":"2026-01-16T03:51:37.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10786774607727","imei1":"10786774607727","imei2":"10786774607727","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155571,"job_number":"JOB_155571","tr_customer_id":155588,"tr_customer_product_id":155578,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:39.000Z","modified_at":"2026-01-16T03:51:39.000Z","name":"Velda Larkin","mobile_number":"337-756-9217","email_id":"Jacques.Haag@hotmail.com","dop":"2025-04-06","serial_number":"10101919151497432","imei1":"10101919151497432","imei2":"10101919151497432","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155574,"job_number":"JOB_155574","tr_customer_id":155591,"tr_customer_product_id":155581,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:41.000Z","modified_at":"2026-01-16T03:51:41.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18184916324061","imei1":"18184916324061","imei2":"18184916324061","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155577,"job_number":"JOB_155577","tr_customer_id":155594,"tr_customer_product_id":155584,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:41.000Z","modified_at":"2026-01-16T03:51:41.000Z","name":"kajal t","mobile_number":"7045663551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11384338003770","imei1":"11384338003770","imei2":"11384338003770","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155579,"job_number":"JOB_155579","tr_customer_id":155596,"tr_customer_product_id":155586,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:43.000Z","modified_at":"2026-01-16T03:51:43.000Z","name":"Jabari Kunde","mobile_number":"954-406-0914","email_id":"Victor_Krajcik@gmail.com","dop":"2025-04-06","serial_number":"11611265135004896","imei1":"11611265135004896","imei2":"11611265135004896","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155580,"job_number":"JOB_155580","tr_customer_id":155597,"tr_customer_product_id":155587,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:43.000Z","modified_at":"2026-01-16T03:51:43.000Z","name":"Tomas Roberts","mobile_number":"776-379-8889","email_id":"Eliezer8@gmail.com","dop":"2025-04-06","serial_number":"13955614928200576","imei1":"13955614928200576","imei2":"13955614928200576","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155581,"job_number":"JOB_155581","tr_customer_id":155598,"tr_customer_product_id":155588,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:52:00.000Z","modified_at":"2026-01-16T03:52:00.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19429865798035","imei1":"19429865798035","imei2":"19429865798035","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:52:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155583,"job_number":"JOB_155583","tr_customer_id":155600,"tr_customer_product_id":155590,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:52:02.000Z","modified_at":"2026-01-16T03:52:02.000Z","name":"Weldon D'Amore","mobile_number":"607-807-9954","email_id":"Alexandrea.Schowalter5@hotmail.com","dop":"2025-04-06","serial_number":"17554577331481782","imei1":"17554577331481782","imei2":"17554577331481782","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:52:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155584,"job_number":"JOB_155584","tr_customer_id":155601,"tr_customer_product_id":155591,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:52:06.000Z","modified_at":"2026-01-16T03:52:06.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19012225031503","imei1":"19012225031503","imei2":"19012225031503","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:52:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155586,"job_number":"JOB_155586","tr_customer_id":155603,"tr_customer_product_id":155593,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:52:08.000Z","modified_at":"2026-01-16T03:52:08.000Z","name":"Eddie Gislason","mobile_number":"754-707-6987","email_id":"Easter.Hermann@yahoo.com","dop":"2025-04-06","serial_number":"18229952976923830","imei1":"18229952976923830","imei2":"18229952976923830","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:52:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155589,"job_number":"JOB_155589","tr_customer_id":155606,"tr_customer_product_id":155596,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:52:11.000Z","modified_at":"2026-01-16T03:52:11.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19403500536776","imei1":"19403500536776","imei2":"19403500536776","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:52:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155592,"job_number":"JOB_155592","tr_customer_id":155609,"tr_customer_product_id":155599,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:52:13.000Z","modified_at":"2026-01-16T03:52:13.000Z","name":"Kellie Wilkinson","mobile_number":"235-587-2754","email_id":"August32@hotmail.com","dop":"2025-04-06","serial_number":"19623236794676320","imei1":"19623236794676320","imei2":"19623236794676320","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:52:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155593,"job_number":"JOB_155593","tr_customer_id":155610,"tr_customer_product_id":155600,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:52:45.000Z","modified_at":"2026-01-16T03:52:45.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18303156352590","imei1":"18303156352590","imei2":"18303156352590","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155595,"job_number":"JOB_155595","tr_customer_id":155612,"tr_customer_product_id":155602,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:52:47.000Z","modified_at":"2026-01-16T03:52:47.000Z","name":"Edgardo Cole","mobile_number":"390-640-9809","email_id":"Ismael.Feest89@yahoo.com","dop":"2025-04-06","serial_number":"12688159397227300","imei1":"12688159397227300","imei2":"12688159397227300","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:52:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155596,"job_number":"JOB_155596","tr_customer_id":155613,"tr_customer_product_id":155603,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:52:55.000Z","modified_at":"2026-01-16T03:52:55.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13879202526275","imei1":"13879202526275","imei2":"13879202526275","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:52:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155598,"job_number":"JOB_155598","tr_customer_id":155615,"tr_customer_product_id":155605,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:52:57.000Z","modified_at":"2026-01-16T03:52:57.000Z","name":"Shaun Daugherty","mobile_number":"212-435-4799","email_id":"Emory_Boyle@gmail.com","dop":"2025-04-06","serial_number":"14386751033941178","imei1":"14386751033941178","imei2":"14386751033941178","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:52:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155599,"job_number":"JOB_155599","tr_customer_id":155616,"tr_customer_product_id":155606,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:59:15.000Z","modified_at":"2026-01-16T03:59:15.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"55679896736205","imei1":"55679896736205","imei2":"55679896736205","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:59:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155600,"job_number":"JOB_155600","tr_customer_id":155617,"tr_customer_product_id":155607,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:59:15.000Z","modified_at":"2026-01-16T03:59:15.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"19996846776849","imei1":"19996846776849","imei2":"19996846776849","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:59:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155601,"job_number":"JOB_155601","tr_customer_id":155618,"tr_customer_product_id":155608,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:59:15.000Z","modified_at":"2026-01-16T03:59:15.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"82684415450071","imei1":"82684415450071","imei2":"82684415450071","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:59:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155602,"job_number":"JOB_155602","tr_customer_id":155619,"tr_customer_product_id":155609,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:59:16.000Z","modified_at":"2026-01-16T03:59:16.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"52193120627047","imei1":"52193120627047","imei2":"52193120627047","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:59:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155603,"job_number":"JOB_155603","tr_customer_id":155620,"tr_customer_product_id":155610,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:59:16.000Z","modified_at":"2026-01-16T03:59:16.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"46949627597686","imei1":"46949627597686","imei2":"46949627597686","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:59:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155604,"job_number":"JOB_155604","tr_customer_id":155621,"tr_customer_product_id":155611,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:59:16.000Z","modified_at":"2026-01-16T03:59:16.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"44032828979392","imei1":"44032828979392","imei2":"44032828979392","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:59:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155606,"job_number":"JOB_155606","tr_customer_id":155623,"tr_customer_product_id":155613,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:59:46.000Z","modified_at":"2026-01-16T03:59:46.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"23662326267766","imei1":"23662326267766","imei2":"23662326267766","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:59:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155607,"job_number":"JOB_155607","tr_customer_id":155624,"tr_customer_product_id":155614,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:59:46.000Z","modified_at":"2026-01-16T03:59:46.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"16791202927977","imei1":"16791202927977","imei2":"16791202927977","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:59:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155608,"job_number":"JOB_155608","tr_customer_id":155625,"tr_customer_product_id":155615,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:59:47.000Z","modified_at":"2026-01-16T03:59:47.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"50134645980601","imei1":"50134645980601","imei2":"50134645980601","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:59:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155609,"job_number":"JOB_155609","tr_customer_id":155626,"tr_customer_product_id":155616,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:59:47.000Z","modified_at":"2026-01-16T03:59:47.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"68962444174633","imei1":"68962444174633","imei2":"68962444174633","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:59:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155610,"job_number":"JOB_155610","tr_customer_id":155627,"tr_customer_product_id":155617,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:59:47.000Z","modified_at":"2026-01-16T03:59:47.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"45385731072059","imei1":"45385731072059","imei2":"45385731072059","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:59:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155611,"job_number":"JOB_155611","tr_customer_id":155628,"tr_customer_product_id":155618,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:59:48.000Z","modified_at":"2026-01-16T03:59:48.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"55903931546619","imei1":"55903931546619","imei2":"55903931546619","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:59:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155613,"job_number":"JOB_155613","tr_customer_id":155630,"tr_customer_product_id":155620,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:00:17.000Z","modified_at":"2026-01-16T04:00:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"68955586035195","imei1":"68955586035195","imei2":"68955586035195","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:00:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155614,"job_number":"JOB_155614","tr_customer_id":155631,"tr_customer_product_id":155621,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:00:17.000Z","modified_at":"2026-01-16T04:00:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"91851324634423","imei1":"91851324634423","imei2":"91851324634423","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:00:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155615,"job_number":"JOB_155615","tr_customer_id":155632,"tr_customer_product_id":155622,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:00:17.000Z","modified_at":"2026-01-16T04:00:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"92057926201536","imei1":"92057926201536","imei2":"92057926201536","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:00:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155616,"job_number":"JOB_155616","tr_customer_id":155633,"tr_customer_product_id":155623,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:00:18.000Z","modified_at":"2026-01-16T04:00:18.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"71778003089128","imei1":"71778003089128","imei2":"71778003089128","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:00:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155617,"job_number":"JOB_155617","tr_customer_id":155634,"tr_customer_product_id":155624,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:00:18.000Z","modified_at":"2026-01-16T04:00:18.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"18975964669597","imei1":"18975964669597","imei2":"18975964669597","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:00:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155618,"job_number":"JOB_155618","tr_customer_id":155635,"tr_customer_product_id":155625,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:00:18.000Z","modified_at":"2026-01-16T04:00:18.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"17998792860088","imei1":"17998792860088","imei2":"17998792860088","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:00:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155621,"job_number":"JOB_155621","tr_customer_id":155638,"tr_customer_product_id":155628,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:29:33.000Z","modified_at":"2026-01-16T04:29:33.000Z","name":"Verona Kuhic","mobile_number":"702-491-5172","email_id":"Charlie_Barton72@yahoo.com","dop":"2025-04-06","serial_number":"19769433139222860","imei1":"19769433139222860","imei2":"19769433139222860","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:29:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155622,"job_number":"JOB_155622","tr_customer_id":155639,"tr_customer_product_id":155629,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:32:19.000Z","modified_at":"2026-01-16T04:32:19.000Z","name":"tanmay agashe","mobile_number":"6757898909","email_id":"tanmay@gmail.com","dop":"2026-01-06","serial_number":"69346567893444","imei1":"69346567893444","imei2":"69346567893444","popurl":"2026-01-06T04:32:17.377643300Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:32:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155623,"job_number":"JOB_155623","tr_customer_id":155640,"tr_customer_product_id":155630,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:33:29.000Z","modified_at":"2026-01-16T04:33:29.000Z","name":"tanmay agashe","mobile_number":"6757898909","email_id":"tanmay@gmail.com","dop":"2026-01-06","serial_number":"08546567895390","imei1":"08546567895390","imei2":"08546567895390","popurl":"2026-01-06T04:33:26.974525700Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:33:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155624,"job_number":"JOB_155624","tr_customer_id":155641,"tr_customer_product_id":155631,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:36:56.000Z","modified_at":"2026-01-16T04:36:56.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-06","serial_number":"48420047314707","imei1":"48420047314707","imei2":"48420047314707","popurl":"2026-01-06T04:36:56.128196432Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:36:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155625,"job_number":"JOB_155625","tr_customer_id":155642,"tr_customer_product_id":155632,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:36:57.000Z","modified_at":"2026-01-16T04:36:57.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-06","serial_number":"70527248391176","imei1":"70527248391176","imei2":"70527248391176","popurl":"2026-01-06T04:36:57.252103837Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:36:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155626,"job_number":"JOB_155626","tr_customer_id":155643,"tr_customer_product_id":155633,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:38:26.000Z","modified_at":"2026-01-16T04:38:26.000Z","name":"tanmay agashe","mobile_number":"6757898909","email_id":"tanmay@gmail.com","dop":"2026-01-06","serial_number":"69346567893456","imei1":"69346567893456","imei2":"69346567893456","popurl":"2026-01-06T04:38:23.685345700Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:38:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155627,"job_number":"JOB_155627","tr_customer_id":155644,"tr_customer_product_id":155634,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:40:32.000Z","modified_at":"2026-01-16T04:40:32.000Z","name":"Shashank Shekhar","mobile_number":"9742666189","email_id":"101shashank@gmail.com","dop":"2025-04-06","serial_number":"99966430226557","imei1":"99966430226557","imei2":"99966430226557","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:40:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155628,"job_number":"JOB_155628","tr_customer_id":155645,"tr_customer_product_id":155635,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:44:27.000Z","modified_at":"2026-01-16T04:44:27.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"103926275605255","imei1":"103926275605255","imei2":"103926275605255","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:44:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155630,"job_number":"JOB_155630","tr_customer_id":155647,"tr_customer_product_id":155637,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:44:38.000Z","modified_at":"2026-01-16T04:44:38.000Z","name":"Easter Koch","mobile_number":"928-250-5732","email_id":"Dayne.Effertz@yahoo.com","dop":"2025-04-06","serial_number":"14889558276512","imei1":"14889558276512","imei2":"14889558276512","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:44:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155631,"job_number":"JOB_155631","tr_customer_id":155648,"tr_customer_product_id":155638,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:44:39.000Z","modified_at":"2026-01-16T04:44:39.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"105776069693431","imei1":"105776069693431","imei2":"105776069693431","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:44:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155633,"job_number":"JOB_155633","tr_customer_id":155650,"tr_customer_product_id":155640,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:49:12.000Z","modified_at":"2026-01-16T04:49:12.000Z","name":"Uday Raj","mobile_number":"9834786543","email_id":"uday.r@gmail.com","dop":"2025-02-01","serial_number":"19899393010120","imei1":"19899393010120","imei2":"19899393010120","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:49:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155634,"job_number":"JOB_155634","tr_customer_id":155651,"tr_customer_product_id":155641,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:50:18.000Z","modified_at":"2026-01-16T04:50:18.000Z","name":"Manuel Zieme","mobile_number":"595-247-0610","email_id":"Else_Hansen@hotmail.com","dop":"2025-02-01","serial_number":"74609272541571","imei1":"74609272541571","imei2":"74609272541571","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:50:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155638,"job_number":"JOB_155638","tr_customer_id":155655,"tr_customer_product_id":155645,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:55:57.000Z","modified_at":"2026-01-16T04:55:57.000Z","name":"Shashank Shekhar","mobile_number":"9742666189","email_id":"101shashank@gmail.com","dop":"2025-04-06","serial_number":"99966430226599","imei1":"99966430226599","imei2":"99966430226599","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:55:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155640,"job_number":"JOB_155640","tr_customer_id":155657,"tr_customer_product_id":155647,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:56:19.000Z","modified_at":"2026-01-16T04:56:19.000Z","name":"Bulah Simonis","mobile_number":"730-658-6104","email_id":"Jaquan_Zemlak47@yahoo.com","dop":"2025-04-06","serial_number":"15413693824894536","imei1":"15413693824894536","imei2":"15413693824894536","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:56:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155642,"job_number":"JOB_155642","tr_customer_id":155659,"tr_customer_product_id":155649,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:56:40.000Z","modified_at":"2026-01-16T04:56:40.000Z","name":"Helene Schinner","mobile_number":"395-771-3770","email_id":"Ernestine.Cronin@hotmail.com","dop":"2025-04-06","serial_number":"15241876165367484","imei1":"15241876165367484","imei2":"15241876165367484","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:56:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155643,"job_number":"JOB_155643","tr_customer_id":155660,"tr_customer_product_id":155650,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:57:26.000Z","modified_at":"2026-01-16T04:57:26.000Z","name":"Shashank Shekhar","mobile_number":"9742666189","email_id":"101shashank@gmail.com","dop":"2025-04-06","serial_number":"99966430226598","imei1":"99966430226598","imei2":"99966430226598","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:57:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155648,"job_number":"JOB_155648","tr_customer_id":155665,"tr_customer_product_id":155655,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T05:09:43.000Z","modified_at":"2026-01-16T05:09:43.000Z","name":"Shashank Shekhar","mobile_number":"9742666189","email_id":"101shashank@gmail.com","dop":"2025-04-06","serial_number":"99966430226597","imei1":"99966430226597","imei2":"99966430226597","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T05:09:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155649,"job_number":"JOB_155649","tr_customer_id":155666,"tr_customer_product_id":155656,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T05:41:28.000Z","modified_at":"2026-01-16T05:41:28.000Z","name":"tanmay agashe","mobile_number":"6757898909","email_id":"tanmay@gmail.com","dop":"2026-01-06","serial_number":"11346567890346","imei1":"11346567890346","imei2":"11346567890346","popurl":"2026-01-06T05:41:27.997331187Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T05:41:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155650,"job_number":"JOB_155650","tr_customer_id":155667,"tr_customer_product_id":155657,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:00:16.000Z","modified_at":"2026-01-16T06:00:16.000Z","name":"Shashank Shekhar","mobile_number":"9742666189","email_id":"101shashank@gmail.com","dop":"2025-04-06","serial_number":"99999999999999","imei1":"99999999999999","imei2":"99999999999999","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:00:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155651,"job_number":"JOB_155651","tr_customer_id":155668,"tr_customer_product_id":155658,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:02:15.000Z","modified_at":"2026-01-16T06:02:15.000Z","name":"Shashank Shekhar","mobile_number":"9742666189","email_id":"101shashank@gmail.com","dop":"2025-04-06","serial_number":"89999999999999","imei1":"89999999999999","imei2":"89999999999999","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:02:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155652,"job_number":"JOB_155652","tr_customer_id":155669,"tr_customer_product_id":155659,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:09:47.000Z","modified_at":"2026-01-16T06:09:47.000Z","name":"Shashank Shekhar","mobile_number":"9742666189","email_id":"101shashank@gmail.com","dop":"2025-04-06","serial_number":"79999999999999","imei1":"79999999999999","imei2":"79999999999999","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:09:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155653,"job_number":"JOB_155653","tr_customer_id":155670,"tr_customer_product_id":155660,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:15:48.000Z","modified_at":"2026-01-16T06:15:48.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"18546374862748","imei1":"18546374862748","imei2":"18546374862748","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:15:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155654,"job_number":"JOB_155654","tr_customer_id":155671,"tr_customer_product_id":155661,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:15:49.000Z","modified_at":"2026-01-16T06:15:49.000Z","name":"Thad Walker","mobile_number":"563-474-2227","email_id":"Aisha.Ernser46@gmail.com","dop":"2025-09-16","serial_number":"13154157928705","imei1":"13154157928705","imei2":"13154157928705","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:15:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155655,"job_number":"JOB_155655","tr_customer_id":155672,"tr_customer_product_id":155662,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:16:02.000Z","modified_at":"2026-01-16T06:16:02.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14523335535044","imei1":"14523335535044","imei2":"14523335535044","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:16:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155657,"job_number":"JOB_155657","tr_customer_id":155674,"tr_customer_product_id":155664,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:16:03.000Z","modified_at":"2026-01-16T06:16:03.000Z","name":"Deja Price","mobile_number":"296-505-1529","email_id":"Audra.OConnell@hotmail.com","dop":"2025-04-06","serial_number":"14443526690699648","imei1":"14443526690699648","imei2":"14443526690699648","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:16:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155658,"job_number":"JOB_155658","tr_customer_id":155675,"tr_customer_product_id":155665,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:16:08.000Z","modified_at":"2026-01-16T06:16:08.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"17736769273208","imei1":"17736769273208","imei2":"17736769273208","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:16:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155659,"job_number":"JOB_155659","tr_customer_id":155676,"tr_customer_product_id":155666,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:16:08.000Z","modified_at":"2026-01-16T06:16:08.000Z","name":"Dee Schneider","mobile_number":"392-427-4595","email_id":"Novella90@gmail.com","dop":"2025-09-16","serial_number":"11356350277950","imei1":"11356350277950","imei2":"11356350277950","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:16:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155662,"job_number":"JOB_155662","tr_customer_id":155679,"tr_customer_product_id":155669,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:16:27.000Z","modified_at":"2026-01-16T06:16:27.000Z","name":"kajal p","mobile_number":"9243526785","email_id":"kajal@gmail.com","dop":"2025-09-16","serial_number":"18580675192414","imei1":"18580675192414","imei2":"18580675192414","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:16:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155663,"job_number":"JOB_155663","tr_customer_id":155680,"tr_customer_product_id":155670,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:16:27.000Z","modified_at":"2026-01-16T06:16:27.000Z","name":"Samir Schroeder","mobile_number":"500-386-9531","email_id":"Fern_Padberg@gmail.com","dop":"2025-09-16","serial_number":"12184243985175","imei1":"12184243985175","imei2":"12184243985175","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:16:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155664,"job_number":"JOB_155664","tr_customer_id":155681,"tr_customer_product_id":155671,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:16:48.000Z","modified_at":"2026-01-16T06:16:48.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18600269206682","imei1":"18600269206682","imei2":"18600269206682","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:16:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155666,"job_number":"JOB_155666","tr_customer_id":155683,"tr_customer_product_id":155673,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:16:50.000Z","modified_at":"2026-01-16T06:16:50.000Z","name":"Oscar Johns","mobile_number":"347-783-3469","email_id":"Kiarra_Hagenes@gmail.com","dop":"2025-04-06","serial_number":"19132541795594000","imei1":"19132541795594000","imei2":"19132541795594000","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:16:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155668,"job_number":"JOB_155668","tr_customer_id":155685,"tr_customer_product_id":155675,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:17:35.000Z","modified_at":"2026-01-16T06:17:35.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13511268549250","imei1":"13511268549250","imei2":"13511268549250","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:17:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155670,"job_number":"JOB_155670","tr_customer_id":155687,"tr_customer_product_id":155677,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:17:36.000Z","modified_at":"2026-01-16T06:17:36.000Z","name":"Deron Beier","mobile_number":"606-949-3926","email_id":"Rhea19@yahoo.com","dop":"2025-04-06","serial_number":"15698729394533112","imei1":"15698729394533112","imei2":"15698729394533112","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:17:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155683,"job_number":"JOB_155683","tr_customer_id":155700,"tr_customer_product_id":155690,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:21:41.000Z","modified_at":"2026-01-16T06:21:41.000Z","name":"Gaurav Kumain","mobile_number":"8787474487","email_id":"qwssww@gmail.com","dop":"2025-04-06","serial_number":"16572885284302","imei1":"16572885284302","imei2":"16572885284302","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:21:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155684,"job_number":"JOB_155684","tr_customer_id":155701,"tr_customer_product_id":155691,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:21:57.000Z","modified_at":"2026-01-16T06:21:57.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10234419614103","imei1":"10234419614103","imei2":"10234419614103","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:21:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155686,"job_number":"JOB_155686","tr_customer_id":155703,"tr_customer_product_id":155693,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:21:58.000Z","modified_at":"2026-01-16T06:21:58.000Z","name":"Freda Jacobs","mobile_number":"892-616-9044","email_id":"Emie_Conroy@yahoo.com","dop":"2025-06-18","serial_number":"1095232156265707","imei1":"1095232156265707","imei2":"1095232156265707","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:21:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155687,"job_number":"JOB_155687","tr_customer_id":155704,"tr_customer_product_id":155694,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:22:43.000Z","modified_at":"2026-01-16T06:22:43.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10129626372569","imei1":"10129626372569","imei2":"10129626372569","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:22:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155689,"job_number":"JOB_155689","tr_customer_id":155706,"tr_customer_product_id":155696,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:22:43.000Z","modified_at":"2026-01-16T06:22:43.000Z","name":"Lionel Murphy","mobile_number":"209-798-6385","email_id":"Bailey80@gmail.com","dop":"2025-06-18","serial_number":"1091165450394017","imei1":"1091165450394017","imei2":"1091165450394017","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:22:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155690,"job_number":"JOB_155690","tr_customer_id":155707,"tr_customer_product_id":155697,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:26:17.000Z","modified_at":"2026-01-16T06:26:17.000Z","name":"Gaurav Kumain","mobile_number":"8787474487","email_id":"qwssww@gmail.com","dop":"2025-04-06","serial_number":"16572885284303","imei1":"16572885284303","imei2":"16572885284303","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:26:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155691,"job_number":"JOB_155691","tr_customer_id":155708,"tr_customer_product_id":155698,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:27:01.000Z","modified_at":"2026-01-16T06:27:01.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18792914001763","imei1":"18792914001763","imei2":"18792914001763","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:27:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155693,"job_number":"JOB_155693","tr_customer_id":155710,"tr_customer_product_id":155700,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:27:03.000Z","modified_at":"2026-01-16T06:27:03.000Z","name":"Heidi Donnelly","mobile_number":"765-761-1553","email_id":"Claud21@yahoo.com","dop":"2025-04-06","serial_number":"15136441970902784","imei1":"15136441970902784","imei2":"15136441970902784","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:27:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155694,"job_number":"JOB_155694","tr_customer_id":155711,"tr_customer_product_id":155701,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:27:45.000Z","modified_at":"2026-01-16T06:27:45.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12474350256277","imei1":"12474350256277","imei2":"12474350256277","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:27:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155696,"job_number":"JOB_155696","tr_customer_id":155713,"tr_customer_product_id":155703,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:27:46.000Z","modified_at":"2026-01-16T06:27:46.000Z","name":"Rudy Stiedemann","mobile_number":"442-264-6155","email_id":"Jaylin.Runolfsson@yahoo.com","dop":"2025-04-06","serial_number":"13492937547637564","imei1":"13492937547637564","imei2":"13492937547637564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:27:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155697,"job_number":"JOB_155697","tr_customer_id":155714,"tr_customer_product_id":155704,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:28:27.000Z","modified_at":"2026-01-16T06:28:27.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19306329118267","imei1":"19306329118267","imei2":"19306329118267","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:28:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155699,"job_number":"JOB_155699","tr_customer_id":155716,"tr_customer_product_id":155706,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:28:29.000Z","modified_at":"2026-01-16T06:28:29.000Z","name":"Derick Green","mobile_number":"343-294-0155","email_id":"Thurman59@yahoo.com","dop":"2025-04-06","serial_number":"16809733002813264","imei1":"16809733002813264","imei2":"16809733002813264","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:28:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155702,"job_number":"JOB_155702","tr_customer_id":155719,"tr_customer_product_id":155709,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:29:30.000Z","modified_at":"2026-01-16T06:29:30.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12160862483626","imei1":"12160862483626","imei2":"12160862483626","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:29:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155704,"job_number":"JOB_155704","tr_customer_id":155721,"tr_customer_product_id":155711,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:29:32.000Z","modified_at":"2026-01-16T06:29:32.000Z","name":"Rhianna Schoen","mobile_number":"212-665-2079","email_id":"Lottie.Armstrong@yahoo.com","dop":"2025-04-06","serial_number":"11901143664342048","imei1":"11901143664342048","imei2":"11901143664342048","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:29:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155705,"job_number":"JOB_155705","tr_customer_id":155722,"tr_customer_product_id":155712,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:30:19.000Z","modified_at":"2026-01-16T06:30:19.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12674320033800","imei1":"12674320033800","imei2":"12674320033800","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:30:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155707,"job_number":"JOB_155707","tr_customer_id":155724,"tr_customer_product_id":155714,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:30:20.000Z","modified_at":"2026-01-16T06:30:20.000Z","name":"Laron Durgan","mobile_number":"264-200-0555","email_id":"Alayna17@hotmail.com","dop":"2025-04-06","serial_number":"11805549138506768","imei1":"11805549138506768","imei2":"11805549138506768","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:30:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155708,"job_number":"JOB_155708","tr_customer_id":155725,"tr_customer_product_id":155715,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:31:08.000Z","modified_at":"2026-01-16T06:31:08.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10291803468165","imei1":"10291803468165","imei2":"10291803468165","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:31:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155710,"job_number":"JOB_155710","tr_customer_id":155727,"tr_customer_product_id":155717,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:31:09.000Z","modified_at":"2026-01-16T06:31:09.000Z","name":"Velda Heaney","mobile_number":"352-758-7513","email_id":"Diamond_Reynolds52@hotmail.com","dop":"2025-04-06","serial_number":"14976485295733564","imei1":"14976485295733564","imei2":"14976485295733564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:31:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155712,"job_number":"JOB_155712","tr_customer_id":155729,"tr_customer_product_id":155719,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:33:25.000Z","modified_at":"2026-01-16T06:33:25.000Z","name":"Darren Terry","mobile_number":"941-848-4064","email_id":"Derek_Waters93@gmail.com","dop":"2025-04-06","serial_number":"16510770579164860","imei1":"16510770579164860","imei2":"16510770579164860","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:33:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155713,"job_number":"JOB_155713","tr_customer_id":155730,"tr_customer_product_id":155720,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:34:10.000Z","modified_at":"2026-01-16T06:34:10.000Z","name":"Gaurav Kumain","mobile_number":"8787474487","email_id":"qwssww@gmail.com","dop":"2025-04-06","serial_number":"16572885284304","imei1":"16572885284304","imei2":"16572885284303","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:34:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155714,"job_number":"JOB_155714","tr_customer_id":155731,"tr_customer_product_id":155721,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:34:13.000Z","modified_at":"2026-01-16T06:34:13.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18183250601741","imei1":"18183250601741","imei2":"18183250601741","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:34:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155716,"job_number":"JOB_155716","tr_customer_id":155733,"tr_customer_product_id":155723,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:34:15.000Z","modified_at":"2026-01-16T06:34:15.000Z","name":"Noemie Moore","mobile_number":"922-216-5908","email_id":"Adelia.Legros@gmail.com","dop":"2025-04-06","serial_number":"19849856542088270","imei1":"19849856542088270","imei2":"19849856542088270","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:34:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155720,"job_number":"JOB_155720","tr_customer_id":155737,"tr_customer_product_id":155727,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:35:04.000Z","modified_at":"2026-01-16T06:35:04.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13402961231475","imei1":"13402961231475","imei2":"13402961231475","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:35:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155722,"job_number":"JOB_155722","tr_customer_id":155739,"tr_customer_product_id":155729,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:35:06.000Z","modified_at":"2026-01-16T06:35:06.000Z","name":"Amanda Considine","mobile_number":"587-276-9658","email_id":"Valerie76@gmail.com","dop":"2025-04-06","serial_number":"19754602933334430","imei1":"19754602933334430","imei2":"19754602933334430","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:35:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155726,"job_number":"JOB_155726","tr_customer_id":155743,"tr_customer_product_id":155733,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:35:50.000Z","modified_at":"2026-01-16T06:35:50.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12561051754101","imei1":"12561051754101","imei2":"12561051754101","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:35:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155728,"job_number":"JOB_155728","tr_customer_id":155745,"tr_customer_product_id":155735,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:35:52.000Z","modified_at":"2026-01-16T06:35:52.000Z","name":"Ebony Wintheiser","mobile_number":"567-275-3241","email_id":"Elinore.Goldner@gmail.com","dop":"2025-04-06","serial_number":"13695480512531648","imei1":"13695480512531648","imei2":"13695480512531648","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:35:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155731,"job_number":"JOB_155731","tr_customer_id":155748,"tr_customer_product_id":155738,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:36:02.000Z","modified_at":"2026-01-16T06:36:02.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10905864665923","imei1":"10905864665923","imei2":"10905864665923","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:36:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155734,"job_number":"JOB_155734","tr_customer_id":155751,"tr_customer_product_id":155741,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:36:03.000Z","modified_at":"2026-01-16T06:36:03.000Z","name":"Evangeline Emard","mobile_number":"685-236-5910","email_id":"Ezra4@hotmail.com","dop":"2025-04-06","serial_number":"15454439136977072","imei1":"15454439136977072","imei2":"15454439136977072","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:36:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155735,"job_number":"JOB_155735","tr_customer_id":155752,"tr_customer_product_id":155742,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:36:36.000Z","modified_at":"2026-01-16T06:36:36.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18011725642892","imei1":"18011725642892","imei2":"18011725642892","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:36:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155737,"job_number":"JOB_155737","tr_customer_id":155754,"tr_customer_product_id":155744,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:36:38.000Z","modified_at":"2026-01-16T06:36:38.000Z","name":"Lenore White","mobile_number":"315-988-3242","email_id":"Myrna.Cruickshank@gmail.com","dop":"2025-04-06","serial_number":"16588747903909444","imei1":"16588747903909444","imei2":"16588747903909444","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:36:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155741,"job_number":"JOB_155741","tr_customer_id":155758,"tr_customer_product_id":155748,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:37:21.000Z","modified_at":"2026-01-16T06:37:21.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18479831109450","imei1":"18479831109450","imei2":"18479831109450","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:37:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155743,"job_number":"JOB_155743","tr_customer_id":155760,"tr_customer_product_id":155750,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:37:23.000Z","modified_at":"2026-01-16T06:37:23.000Z","name":"Clifton Will","mobile_number":"466-925-6032","email_id":"Sydnie50@hotmail.com","dop":"2025-04-06","serial_number":"17264357883813052","imei1":"17264357883813052","imei2":"17264357883813052","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:37:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155744,"job_number":"JOB_155744","tr_customer_id":155761,"tr_customer_product_id":155751,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:40:24.000Z","modified_at":"2026-01-16T06:40:24.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11421853362375","imei1":"11421853362375","imei2":"11421853362375","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:40:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155746,"job_number":"JOB_155746","tr_customer_id":155763,"tr_customer_product_id":155753,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:40:25.000Z","modified_at":"2026-01-16T06:40:25.000Z","name":"Ophelia Kohler","mobile_number":"852-921-4197","email_id":"Dianna.Feil@yahoo.com","dop":"2025-04-06","serial_number":"12271151503417396","imei1":"12271151503417396","imei2":"12271151503417396","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:40:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155747,"job_number":"JOB_155747","tr_customer_id":155764,"tr_customer_product_id":155754,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:41:07.000Z","modified_at":"2026-01-16T06:41:07.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17527577093892","imei1":"17527577093892","imei2":"17527577093892","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:41:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155749,"job_number":"JOB_155749","tr_customer_id":155766,"tr_customer_product_id":155756,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:41:09.000Z","modified_at":"2026-01-16T06:41:09.000Z","name":"Giuseppe Carter","mobile_number":"956-449-4965","email_id":"Sonya54@yahoo.com","dop":"2025-04-06","serial_number":"10273525838172484","imei1":"10273525838172484","imei2":"10273525838172484","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:41:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155751,"job_number":"JOB_155751","tr_customer_id":155768,"tr_customer_product_id":155758,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:41:20.000Z","modified_at":"2026-01-16T06:41:20.000Z","name":"Dustin Carroll","mobile_number":"720-927-0260","email_id":"Alba46@gmail.com","dop":"2025-04-06","serial_number":"19432793905878870","imei1":"19432793905878870","imei2":"19432793905878870","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:41:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155752,"job_number":"JOB_155752","tr_customer_id":155769,"tr_customer_product_id":155759,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:41:21.000Z","modified_at":"2026-01-16T06:41:21.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10167067858945","imei1":"10167067858945","imei2":"10167067858945","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:41:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155754,"job_number":"JOB_155754","tr_customer_id":155771,"tr_customer_product_id":155761,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:41:23.000Z","modified_at":"2026-01-16T06:41:23.000Z","name":"Lonzo Considine","mobile_number":"669-263-4928","email_id":"Kiera23@yahoo.com","dop":"2025-04-06","serial_number":"15136230129385224","imei1":"15136230129385224","imei2":"15136230129385224","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:41:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155756,"job_number":"JOB_155756","tr_customer_id":155773,"tr_customer_product_id":155763,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:41:43.000Z","modified_at":"2026-01-16T06:41:43.000Z","name":"Tianna Swift","mobile_number":"829-786-2295","email_id":"Earl61@hotmail.com","dop":"2025-04-06","serial_number":"14694088865761580","imei1":"14694088865761580","imei2":"14694088865761580","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:41:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155757,"job_number":"JOB_155757","tr_customer_id":155774,"tr_customer_product_id":155764,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:41:50.000Z","modified_at":"2026-01-16T06:41:50.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16157917824236","imei1":"16157917824236","imei2":"16157917824236","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:41:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155759,"job_number":"JOB_155759","tr_customer_id":155776,"tr_customer_product_id":155766,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:41:51.000Z","modified_at":"2026-01-16T06:41:51.000Z","name":"Stella Erdman","mobile_number":"654-871-8951","email_id":"Clare82@gmail.com","dop":"2025-04-06","serial_number":"10811966025947974","imei1":"10811966025947974","imei2":"10811966025947974","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:41:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155760,"job_number":"JOB_155760","tr_customer_id":155777,"tr_customer_product_id":155767,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:42:00.000Z","modified_at":"2026-01-16T06:42:00.000Z","name":"Gaurav Kumain","mobile_number":"8787474487","email_id":"qwssww@gmail.com","dop":"2025-04-06","serial_number":"16572885284305","imei1":"16572885284305","imei2":"16572885284305","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:42:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155761,"job_number":"JOB_155761","tr_customer_id":155778,"tr_customer_product_id":155768,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:42:06.000Z","modified_at":"2026-01-16T06:42:06.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12398337583225","imei1":"12398337583225","imei2":"12398337583225","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:42:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155763,"job_number":"JOB_155763","tr_customer_id":155780,"tr_customer_product_id":155770,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:42:08.000Z","modified_at":"2026-01-16T06:42:08.000Z","name":"Julia Moen","mobile_number":"321-971-0040","email_id":"Ramon54@hotmail.com","dop":"2025-04-06","serial_number":"16373246844481656","imei1":"16373246844481656","imei2":"16373246844481656","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:42:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155764,"job_number":"JOB_155764","tr_customer_id":155781,"tr_customer_product_id":155771,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:42:44.000Z","modified_at":"2026-01-16T06:42:44.000Z","name":"Gaurav Kumain","mobile_number":"8787474487","email_id":"qwssww@gmail.com","dop":"2025-04-06","serial_number":"16572885284306","imei1":"16572885284306","imei2":"16572885284306","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:42:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155765,"job_number":"JOB_155765","tr_customer_id":155782,"tr_customer_product_id":155772,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:42:57.000Z","modified_at":"2026-01-16T06:42:57.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16683229693587","imei1":"16683229693587","imei2":"16683229693587","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:42:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155767,"job_number":"JOB_155767","tr_customer_id":155784,"tr_customer_product_id":155774,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:42:58.000Z","modified_at":"2026-01-16T06:42:58.000Z","name":"Vladimir Runte","mobile_number":"429-717-1121","email_id":"Kira_Stracke17@hotmail.com","dop":"2025-04-06","serial_number":"18403541612665524","imei1":"18403541612665524","imei2":"18403541612665524","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:42:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155768,"job_number":"JOB_155768","tr_customer_id":155785,"tr_customer_product_id":155775,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:46:44.000Z","modified_at":"2026-01-16T06:46:44.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10725069005359","imei1":"10725069005359","imei2":"10725069005359","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:46:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155770,"job_number":"JOB_155770","tr_customer_id":155787,"tr_customer_product_id":155777,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:46:45.000Z","modified_at":"2026-01-16T06:46:45.000Z","name":"Leopoldo Gislason","mobile_number":"268-936-4383","email_id":"Connor97@gmail.com","dop":"2025-04-06","serial_number":"16617283109406458","imei1":"16617283109406458","imei2":"16617283109406458","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:46:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155772,"job_number":"JOB_155772","tr_customer_id":155789,"tr_customer_product_id":155779,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:46:51.000Z","modified_at":"2026-01-16T06:46:51.000Z","name":"Fae Murazik","mobile_number":"346-564-2712","email_id":"Lenora.Kunze@gmail.com","dop":"2025-04-06","serial_number":"13755674628984042","imei1":"13755674628984042","imei2":"13755674628984042","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:46:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155773,"job_number":"JOB_155773","tr_customer_id":155790,"tr_customer_product_id":155780,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:47:26.000Z","modified_at":"2026-01-16T06:47:26.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18041222648615","imei1":"18041222648615","imei2":"18041222648615","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:47:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155775,"job_number":"JOB_155775","tr_customer_id":155792,"tr_customer_product_id":155782,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:47:27.000Z","modified_at":"2026-01-16T06:47:27.000Z","name":"Cynthia Greenholt","mobile_number":"695-701-0115","email_id":"Jovany72@gmail.com","dop":"2025-04-06","serial_number":"11836973861407318","imei1":"11836973861407318","imei2":"11836973861407318","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:47:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155776,"job_number":"JOB_155776","tr_customer_id":155793,"tr_customer_product_id":155783,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:48:07.000Z","modified_at":"2026-01-16T06:48:07.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10369012279854","imei1":"10369012279854","imei2":"10369012279854","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:48:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155778,"job_number":"JOB_155778","tr_customer_id":155795,"tr_customer_product_id":155785,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:48:09.000Z","modified_at":"2026-01-16T06:48:09.000Z","name":"Stanford Dibbert","mobile_number":"393-702-4663","email_id":"Loy_Welch84@hotmail.com","dop":"2025-04-06","serial_number":"18618603978201628","imei1":"18618603978201628","imei2":"18618603978201628","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:48:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155780,"job_number":"JOB_155780","tr_customer_id":155797,"tr_customer_product_id":155787,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T07:00:17.000Z","modified_at":"2026-01-16T07:00:17.000Z","name":"Enos Adams","mobile_number":"618-705-8656","email_id":"Lavina_Streich65@gmail.com","dop":"2025-04-06","serial_number":"16095089629971664","imei1":"16095089629971664","imei2":"16095089629971664","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T07:00:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155788,"job_number":"JOB_155788","tr_customer_id":155805,"tr_customer_product_id":155795,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T07:42:35.000Z","modified_at":"2026-01-16T07:42:35.000Z","name":"Alize Abbott","mobile_number":"852-313-2612","email_id":"Connie.Dach15@hotmail.com","dop":"2025-04-06","serial_number":"19903792800148290","imei1":"19903792800148290","imei2":"19903792800148290","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T07:42:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155443,"job_number":"JOB_155443","tr_customer_id":155460,"tr_customer_product_id":155450,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:39.000Z","modified_at":"2026-01-16T03:49:39.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Lilyan_Pouros@yahoo.com","dop":"2025-07-02","serial_number":"18379672176321","imei1":"18379672176321","imei2":"18379672176321","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155456,"job_number":"JOB_155456","tr_customer_id":155473,"tr_customer_product_id":155463,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:55.000Z","modified_at":"2026-01-16T03:49:55.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Ila_Halvorson@hotmail.com","dop":"2025-07-02","serial_number":"12646098675885","imei1":"12646098675885","imei2":"12646098675885","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155468,"job_number":"JOB_155468","tr_customer_id":155485,"tr_customer_product_id":155475,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:11.000Z","modified_at":"2026-01-16T03:50:11.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Rhianna_Hamill22@yahoo.com","dop":"2025-07-02","serial_number":"18556463680068","imei1":"18556463680068","imei2":"18556463680068","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155495,"job_number":"JOB_155495","tr_customer_id":155512,"tr_customer_product_id":155502,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:32.000Z","modified_at":"2026-01-16T03:50:32.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"177238735641284","imei1":"177238735641284","imei2":"177238735641284","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155496,"job_number":"JOB_155496","tr_customer_id":155513,"tr_customer_product_id":155503,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:32.000Z","modified_at":"2026-01-16T03:50:32.000Z","name":"Genesis Goyette","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"182069094863967","imei1":"182069094863967","imei2":"182069094863967","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155497,"job_number":"JOB_155497","tr_customer_id":155514,"tr_customer_product_id":155504,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:32.000Z","modified_at":"2026-01-16T03:50:32.000Z","name":"Estelle Adams","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"114168222400852","imei1":"114168222400852","imei2":"114168222400852","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155500,"job_number":"JOB_155500","tr_customer_id":155517,"tr_customer_product_id":155507,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:33.000Z","modified_at":"2026-01-16T03:50:33.000Z","name":"Amir McClure","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"185006500135435","imei1":"185006500135435","imei2":"185006500135435","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155512,"job_number":"JOB_155512","tr_customer_id":155529,"tr_customer_product_id":155519,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:45.000Z","modified_at":"2026-01-16T03:50:45.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"140076611883558","imei1":"140076611883558","imei2":"140076611883558","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155514,"job_number":"JOB_155514","tr_customer_id":155531,"tr_customer_product_id":155521,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:45.000Z","modified_at":"2026-01-16T03:50:45.000Z","name":"Allen Gibson","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"130161965485867","imei1":"130161965485867","imei2":"130161965485867","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155515,"job_number":"JOB_155515","tr_customer_id":155532,"tr_customer_product_id":155522,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:45.000Z","modified_at":"2026-01-16T03:50:45.000Z","name":"Okey Ward","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"106528169716897","imei1":"106528169716897","imei2":"106528169716897","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155516,"job_number":"JOB_155516","tr_customer_id":155533,"tr_customer_product_id":155523,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:46.000Z","modified_at":"2026-01-16T03:50:46.000Z","name":"Eloy Aufderhar","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"165442554199153","imei1":"165442554199153","imei2":"165442554199153","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155539,"job_number":"JOB_155539","tr_customer_id":155556,"tr_customer_product_id":155546,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:12.000Z","modified_at":"2026-01-16T03:51:12.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"107677851288975","imei1":"107677851288975","imei2":"107677851288975","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155541,"job_number":"JOB_155541","tr_customer_id":155558,"tr_customer_product_id":155548,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:13.000Z","modified_at":"2026-01-16T03:51:13.000Z","name":"Sophia Bashirian","mobile_number":"427-803-8299","email_id":"Lauren_Ferry51@hotmail.com","dop":"2025-06-09","serial_number":"104354884652418","imei1":"104354884652418","imei2":"104354884652418","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155554,"job_number":"JOB_155554","tr_customer_id":155571,"tr_customer_product_id":155561,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:26.000Z","modified_at":"2026-01-16T03:51:26.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"106172652499721","imei1":"106172652499721","imei2":"106172652499721","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155558,"job_number":"JOB_155558","tr_customer_id":155575,"tr_customer_product_id":155565,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:27.000Z","modified_at":"2026-01-16T03:51:27.000Z","name":"Elsie Kuhn","mobile_number":"310-825-6108","email_id":"Herbert.Feeney0@yahoo.com","dop":"2025-06-09","serial_number":"106732827060674","imei1":"106732827060674","imei2":"106732827060674","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155572,"job_number":"JOB_155572","tr_customer_id":155589,"tr_customer_product_id":155579,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:40.000Z","modified_at":"2026-01-16T03:51:40.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"109431713859796","imei1":"109431713859796","imei2":"109431713859796","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155575,"job_number":"JOB_155575","tr_customer_id":155592,"tr_customer_product_id":155582,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:41.000Z","modified_at":"2026-01-16T03:51:41.000Z","name":"Verda Koch","mobile_number":"523-762-5776","email_id":"Alden.McGlynn@gmail.com","dop":"2025-06-09","serial_number":"100563256446896","imei1":"100563256446896","imei2":"100563256446896","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155671,"job_number":"JOB_155671","tr_customer_id":155688,"tr_customer_product_id":155678,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:19:17.000Z","modified_at":"2026-01-16T06:19:17.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"105156524394051","imei1":"105156524394051","imei2":"105156524394051","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:19:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155673,"job_number":"JOB_155673","tr_customer_id":155690,"tr_customer_product_id":155680,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:19:18.000Z","modified_at":"2026-01-16T06:19:18.000Z","name":"Curtis Armstrong","mobile_number":"313-856-2419","email_id":"Freddy31@hotmail.com","dop":"2025-06-09","serial_number":"106576638988751","imei1":"106576638988751","imei2":"106576638988751","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:19:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155674,"job_number":"JOB_155674","tr_customer_id":155691,"tr_customer_product_id":155681,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:19:32.000Z","modified_at":"2026-01-16T06:19:32.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"102674885112431","imei1":"102674885112431","imei2":"102674885112431","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:19:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155676,"job_number":"JOB_155676","tr_customer_id":155693,"tr_customer_product_id":155683,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:19:33.000Z","modified_at":"2026-01-16T06:19:33.000Z","name":"Kiera Herman","mobile_number":"741-763-6738","email_id":"Caleb63@yahoo.com","dop":"2025-06-09","serial_number":"102246556351467","imei1":"102246556351467","imei2":"102246556351467","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:19:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155677,"job_number":"JOB_155677","tr_customer_id":155694,"tr_customer_product_id":155684,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:19:47.000Z","modified_at":"2026-01-16T06:19:47.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"103481953362932","imei1":"103481953362932","imei2":"103481953362932","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:19:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155679,"job_number":"JOB_155679","tr_customer_id":155696,"tr_customer_product_id":155686,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:19:48.000Z","modified_at":"2026-01-16T06:19:48.000Z","name":"Zachariah Tremblay","mobile_number":"739-893-9626","email_id":"Katelin.OConnell@hotmail.com","dop":"2025-06-09","serial_number":"103143000565201","imei1":"103143000565201","imei2":"103143000565201","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:19:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155784,"job_number":"JOB_155784","tr_customer_id":155801,"tr_customer_product_id":155791,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T07:31:21.000Z","modified_at":"2026-01-16T07:31:21.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Bettie_Hintz@gmail.com","dop":"2025-07-02","serial_number":"14422875302832","imei1":"14422875302832","imei2":"14422875302832","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T07:31:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155785,"job_number":"JOB_155785","tr_customer_id":155802,"tr_customer_product_id":155792,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T07:31:39.000Z","modified_at":"2026-01-16T07:31:39.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Grayce13@yahoo.com","dop":"2025-07-02","serial_number":"15860432272873","imei1":"15860432272873","imei2":"15860432272873","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T07:31:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155786,"job_number":"JOB_155786","tr_customer_id":155803,"tr_customer_product_id":155793,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T07:31:57.000Z","modified_at":"2026-01-16T07:31:57.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Royce.Feeney@gmail.com","dop":"2025-07-02","serial_number":"19792604241672","imei1":"19792604241672","imei2":"19792604241672","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T07:31:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"username":"iameng","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 252ms
Mean size per request: 694B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept-Language en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 10ea6fe5-79d6-4b3f-99e8-4dfdd5b78b2a
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 56
Request Body
{
            "username": "iameng",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 694
ETag W/"2b6-9PsWWuwR/Prv8opuo0bB0icYjYw"
Vary Accept-Encoding
Date Fri, 16 Jan 2026 07:42:55 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg1NDkzNzV9.FIn6uCS6fAlArd0cIY5j4YS3zayrAYwdE-1I8zLlORI"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"1bc-5jtJRsd0hZILh8Na44eS7Os72ts"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 256ms
Mean size per request: 441B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg1NDkzNzV9.FIn6uCS6fAlArd0cIY5j4YS3zayrAYwdE-1I8zLlORI
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 1173e2a0-068a-44d8-8d43-d41be4ed99d4
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 441
ETag W/"1b9-gwZ3q4NUFVwjUwUa8wJaXTtaK9Q"
Vary Accept-Encoding
Date Fri, 16 Jan 2026 07:42:56 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":2,"first_name":"Mark","last_name":"zuk","login_id":"iameng","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Engineer","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"fa-dy8dN/UPU87UvqyXQsHHqicOua0"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 263ms
Mean size per request: 164B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg1NDkzNzV9.FIn6uCS6fAlArd0cIY5j4YS3zayrAYwdE-1I8zLlORI
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token de379099-3dbc-46ba-a341-9da54b6ec078
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 164
ETag W/"a4-FwfdlNMBwD7zpQDSuDS7M/51SxY"
Vary Accept-Encoding
Date Fri, 16 Jan 2026 07:42:56 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for repair","key":"pending_for_repair","count":3},{"label":"Repair completed","key":"repair_completed","count":119}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"pending_for_repair"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 260ms
Mean size per request: 2.91KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg1NDkzNzV9.FIn6uCS6fAlArd0cIY5j4YS3zayrAYwdE-1I8zLlORI
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 83dc07d7-13c5-4553-addf-201e80440587
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 36
Request Body
{"details_key":"pending_for_repair"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"ba6-3MpYbp2DiKvaGg3F5rY7HIhzssg"
Vary Accept-Encoding
Content-Encoding gzip
Date Fri, 16 Jan 2026 07:42:56 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":155647,"job_number":"JOB_155647","tr_customer_id":155664,"tr_customer_product_id":155654,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T05:09:30.000Z","modified_at":"2026-01-16T06:13:07.000Z","name":"Amaya Langworth","mobile_number":"910-429-7055","email_id":"Gisselle.Hintz68@gmail.com","dop":"2025-12-03","serial_number":"84685174909017","imei1":"84685174909017","imei2":"84685174909017","popurl":"2025-12-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-16T06:13:07.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":155787,"job_number":"JOB_155787","tr_customer_id":155804,"tr_customer_product_id":155794,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T07:42:34.000Z","modified_at":"2026-01-16T07:42:48.000Z","name":"Nathanael Moen","mobile_number":"999-980-8246","email_id":"Mariela.Kozey62@hotmail.com","dop":"2025-04-06","serial_number":"14422282238553","imei1":"14422282238553","imei2":"14422282238553","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":4,"assigned_on":"2026-01-16T07:42:48.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":155789,"job_number":"JOB_155789","tr_customer_id":155806,"tr_customer_product_id":155796,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T07:42:50.000Z","modified_at":"2026-01-16T07:42:55.000Z","name":"Ruby Jerde","mobile_number":"325-899-3758","email_id":"Jack.Jerde20@hotmail.com","dop":"2025-11-04","serial_number":"66921671520550","imei1":"66921671520550","imei2":"66921671520550","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-16T07:42:55.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"repair_completed"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 258ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg1NDkzNzV9.FIn6uCS6fAlArd0cIY5j4YS3zayrAYwdE-1I8zLlORI
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token a7180a2d-3bd2-4d7f-aa81-2c0d4ef11345
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 43
Request Body
{
            "details_key": "repair_completed"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Fri, 16 Jan 2026 07:42:56 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/myjobs' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/engineer/myjobs
Response Information
Response Code: 200 - OK
Mean time per request: 286ms
Mean size per request: 2.33KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg1NDkzNzV9.FIn6uCS6fAlArd0cIY5j4YS3zayrAYwdE-1I8zLlORI
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 75ddab33-3a93-407a-aa2f-55db284c17b2
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"953-aw2LjSuVIJcQD7hSWFZ1l9uLMIM"
Vary Accept-Encoding
Content-Encoding gzip
Date Fri, 16 Jan 2026 07:42:57 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":155789,"job_number":"JOB_155789","tr_customer_id":155806,"tr_customer_product_id":155796,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T07:42:50.000Z","modified_at":"2026-01-16T07:42:55.000Z","name":"Ruby Jerde","mobile_number":"325-899-3758","email_id":"Jack.Jerde20@hotmail.com","dop":"2025-11-04","serial_number":"66921671520550","imei1":"66921671520550","imei2":"66921671520550","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-16T07:42:55.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":3,"name":"Phone or app crashes","tr_job_head_id":155789,"remark":"","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-16T07:42:50.000Z"}],"quatations":[]},{"id":155647,"job_number":"JOB_155647","tr_customer_id":155664,"tr_customer_product_id":155654,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T05:09:30.000Z","modified_at":"2026-01-16T06:13:07.000Z","name":"Amaya Langworth","mobile_number":"910-429-7055","email_id":"Gisselle.Hintz68@gmail.com","dop":"2025-12-03","serial_number":"84685174909017","imei1":"84685174909017","imei2":"84685174909017","popurl":"2025-12-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-16T06:13:07.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":155647,"remark":"Bad Condition","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-16T05:09:30.000Z"}],"quatations":[]}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 200 - OK
Mean time per request: 263ms
Mean size per request: 10.53KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg1NDkzNzV9.FIn6uCS6fAlArd0cIY5j4YS3zayrAYwdE-1I8zLlORI
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 2998e9cf-db51-4857-9bc2-d04debcdc782
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM"
Vary Accept-Encoding
Content-Encoding gzip
Date Fri, 16 Jan 2026 07:42:57 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/repaircomplete' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"job_id":98100,"problems":[{"id":3,"remark":"Reinstalled OS"}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/engineer/repaircomplete
Response Information
Response Code: 200 - OK
Mean time per request: 256ms
Mean size per request: 42B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg1NDkzNzV9.FIn6uCS6fAlArd0cIY5j4YS3zayrAYwdE-1I8zLlORI
Content-Type application/json
Accept application/json, text/plain, */*
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 30dc2eda-3141-4d54-b8af-6aad9dd8fbc2
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 136
Request Body
{
            "job_id":155789,
            "problems": [
                {
                    "id": 3,
                    "remark": "Reinstalled OS"
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 42
ETag W/"2a-PisRr8WaBMvK6HLRD3EKeiTFMeI"
Vary Accept-Encoding
Date Fri, 16 Jan 2026 07:42:57 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Repair successful.","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamqc","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 251ms
Mean size per request: 681B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 927dae57-6821-4c67-92df-905ef8ba8228
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 55
Request Body
{
            "username": "iamqc",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 681
ETag W/"2a9-rGcxR7h+iD3GS9h4UGlD4suKTvw"
Vary Accept-Encoding
Date Fri, 16 Jan 2026 07:42:58 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODU0OTM3OH0.F4iDTppr6eSGE4MgHJniw1MmBy39cYQUXbtXqZMfk40"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"1b9-gwZ3q4NUFVwjUwUa8wJaXTtaK9Q"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 250ms
Mean size per request: 431B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODU0OTM3OH0.F4iDTppr6eSGE4MgHJniw1MmBy39cYQUXbtXqZMfk40
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 097dfcaa-fa03-43e4-bb65-95dd6a3197b7
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 431
ETag W/"1af-Hx7rWnhMedRwRJUvWdcdDLlvRd0"
Vary Accept-Encoding
Date Fri, 16 Jan 2026 07:42:58 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":3,"first_name":"qc","last_name":"qc","login_id":"iamqc","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":4,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"QC","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"a5-7bTG+pLXuOCNsQPYlnyAIc/g5Zc"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 266ms
Mean size per request: 202B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODU0OTM3OH0.F4iDTppr6eSGE4MgHJniw1MmBy39cYQUXbtXqZMfk40
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 1a0212d8-420d-4979-90cd-c449f17f0a52
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 202
ETag W/"ca-b3ilm3HYCmz8nIjaM+zXfBkl7Tw"
Vary Accept-Encoding
Date Fri, 16 Jan 2026 07:42:58 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for QC","key":"pending_for_qc","count":2},{"label":"QC Completed","key":"qc_completed","count":119},{"label":"QC Rejected","key":"qc_rejected","count":0}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"pending_for_qc"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 252ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODU0OTM3OH0.F4iDTppr6eSGE4MgHJniw1MmBy39cYQUXbtXqZMfk40
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 61171816-6f36-418b-98f8-d9b8fa8e4221
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 32
Request Body
{"details_key":"pending_for_qc"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Fri, 16 Jan 2026 07:42:58 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"qc_completed"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 287ms
Mean size per request: 114.95KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODU0OTM3OH0.F4iDTppr6eSGE4MgHJniw1MmBy39cYQUXbtXqZMfk40
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token d342aea4-db95-462c-ac80-2ef734381ee6
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 30
Request Body
{"details_key":"qc_completed"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"1cbcd-tQGa3gEqqgSjR0mGm6xz0rjbOgw"
Vary Accept-Encoding
Content-Encoding gzip
Date Fri, 16 Jan 2026 07:42:59 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":155425,"job_number":"JOB_155425","tr_customer_id":155442,"tr_customer_product_id":155432,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:48:46.000Z","modified_at":"2026-01-16T03:49:21.000Z","name":"Devon Hyatt","mobile_number":"631-498-1635","email_id":"Wiley.Wintheiser8@yahoo.com","dop":"2025-04-06","serial_number":"10511591984841","imei1":"10511591984841","imei2":"10511591984841","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:49:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155426,"job_number":"JOB_155426","tr_customer_id":155443,"tr_customer_product_id":155433,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:48:47.000Z","modified_at":"2026-01-16T03:48:56.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"82579717898673","imei1":"82579717898673","imei2":"82579717898673","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:48:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155428,"job_number":"JOB_155428","tr_customer_id":155445,"tr_customer_product_id":155435,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:48:58.000Z","modified_at":"2026-01-16T03:49:07.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"27000755587566","imei1":"27000755587566","imei2":"27000755587566","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:49:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155430,"job_number":"JOB_155430","tr_customer_id":155447,"tr_customer_product_id":155437,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:03.000Z","modified_at":"2026-01-16T03:49:39.000Z","name":"Anne Hegmann","mobile_number":"839-551-2617","email_id":"Audrey43@yahoo.com","dop":"2025-04-06","serial_number":"15012845632580","imei1":"15012845632580","imei2":"15012845632580","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:49:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155432,"job_number":"JOB_155432","tr_customer_id":155449,"tr_customer_product_id":155439,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:26.000Z","modified_at":"2026-01-16T03:50:03.000Z","name":"Keenan Cruickshank","mobile_number":"704-823-3408","email_id":"Laney8@yahoo.com","dop":"2025-04-06","serial_number":"18357633962789","imei1":"18357633962789","imei2":"18357633962789","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:50:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155435,"job_number":"JOB_155435","tr_customer_id":155452,"tr_customer_product_id":155442,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:29.000Z","modified_at":"2026-01-16T03:50:06.000Z","name":"Brenden Heathcote","mobile_number":"249-366-5500","email_id":"George59@yahoo.com","dop":"2025-06-18","serial_number":"10073586455286","imei1":"10073586455286","imei2":"10073586455286","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:50:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155438,"job_number":"JOB_155438","tr_customer_id":155455,"tr_customer_product_id":155445,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:31.000Z","modified_at":"2026-01-16T03:50:06.000Z","name":"Michale Emmerich","mobile_number":"487-816-6335","email_id":"Zora.Lang@hotmail.com","dop":"2025-04-06","serial_number":"10913936480104","imei1":"10913936480104","imei2":"10913936480104","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:50:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155441,"job_number":"JOB_155441","tr_customer_id":155458,"tr_customer_product_id":155448,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:35.000Z","modified_at":"2026-01-16T03:50:11.000Z","name":"Demetris Champlin","mobile_number":"680-834-1605","email_id":"Joanny_Paucek@gmail.com","dop":"2025-04-06","serial_number":"18957349507626","imei1":"18957349507626","imei2":"18957349507626","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:50:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155444,"job_number":"JOB_155444","tr_customer_id":155461,"tr_customer_product_id":155451,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:40.000Z","modified_at":"2026-01-16T03:50:14.000Z","name":"Cristal Schiller","mobile_number":"548-919-9749","email_id":"Buck.Emard@gmail.com","dop":"2025-04-06","serial_number":"11779679542647","imei1":"11779679542647","imei2":"11779679542647","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:50:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155447,"job_number":"JOB_155447","tr_customer_id":155464,"tr_customer_product_id":155454,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:47.000Z","modified_at":"2026-01-16T03:50:23.000Z","name":"Brianne Stiedemann","mobile_number":"839-823-9846","email_id":"Chyna.Watsica@hotmail.com","dop":"2025-04-06","serial_number":"18940283018029","imei1":"18940283018029","imei2":"18940283018029","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:50:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155449,"job_number":"JOB_155449","tr_customer_id":155466,"tr_customer_product_id":155456,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:50.000Z","modified_at":"2026-01-16T03:50:25.000Z","name":"Melissa Sauer","mobile_number":"261-675-1341","email_id":"Jasper4@yahoo.com","dop":"2025-04-06","serial_number":"18538007467219","imei1":"18538007467219","imei2":"18538007467219","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:50:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155451,"job_number":"JOB_155451","tr_customer_id":155468,"tr_customer_product_id":155458,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:51.000Z","modified_at":"2026-01-16T03:50:26.000Z","name":"Maryam Casper","mobile_number":"834-461-0228","email_id":"Lorena27@gmail.com","dop":"2025-04-06","serial_number":"16392957973752","imei1":"16392957973752","imei2":"16392957973752","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:50:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155455,"job_number":"JOB_155455","tr_customer_id":155472,"tr_customer_product_id":155462,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:54.000Z","modified_at":"2026-01-16T03:50:31.000Z","name":"Tyshawn Powlowski","mobile_number":"324-460-9882","email_id":"Alphonso.Jakubowski@yahoo.com","dop":"2025-04-06","serial_number":"19323944230136","imei1":"19323944230136","imei2":"19323944230136","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:50:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155460,"job_number":"JOB_155460","tr_customer_id":155477,"tr_customer_product_id":155467,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:58.000Z","modified_at":"2026-01-16T03:50:35.000Z","name":"Dennis Huels","mobile_number":"935-797-0501","email_id":"Sven21@gmail.com","dop":"2025-04-06","serial_number":"19555161114711","imei1":"19555161114711","imei2":"19555161114711","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:50:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155463,"job_number":"JOB_155463","tr_customer_id":155480,"tr_customer_product_id":155470,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:00.000Z","modified_at":"2026-01-16T03:50:37.000Z","name":"Sylvan Kilback","mobile_number":"254-593-0602","email_id":"Abe_Braun@gmail.com","dop":"2025-04-06","serial_number":"16392368227914","imei1":"16392368227914","imei2":"16392368227914","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:50:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155466,"job_number":"JOB_155466","tr_customer_id":155483,"tr_customer_product_id":155473,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:07.000Z","modified_at":"2026-01-16T03:50:41.000Z","name":"Shayna Tillman","mobile_number":"817-622-3687","email_id":"Annalise.Wilderman8@hotmail.com","dop":"2000-01-31","serial_number":"10153501522431","imei1":"10153501522431","imei2":"10153501522431","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:50:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155470,"job_number":"JOB_155470","tr_customer_id":155487,"tr_customer_product_id":155477,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:12.000Z","modified_at":"2026-01-16T03:50:49.000Z","name":"Kayden Predovic","mobile_number":"847-332-6455","email_id":"Casper36@gmail.com","dop":"2025-04-06","serial_number":"14461735949468","imei1":"14461735949468","imei2":"14461735949468","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:50:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155473,"job_number":"JOB_155473","tr_customer_id":155490,"tr_customer_product_id":155480,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:13.000Z","modified_at":"2026-01-16T03:50:49.000Z","name":"Aletha Leuschke","mobile_number":"672-516-0156","email_id":"Adriana67@yahoo.com","dop":"2025-04-06","serial_number":"10848463791565","imei1":"10848463791565","imei2":"10848463791565","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:50:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155474,"job_number":"JOB_155474","tr_customer_id":155491,"tr_customer_product_id":155481,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:13.000Z","modified_at":"2026-01-16T03:50:49.000Z","name":"Allie Orn","mobile_number":"670-884-1050","email_id":"Andreanne.West87@hotmail.com","dop":"2025-04-06","serial_number":"11293849841746","imei1":"11293849841746","imei2":"11293849841746","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:50:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155477,"job_number":"JOB_155477","tr_customer_id":155494,"tr_customer_product_id":155484,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:14.000Z","modified_at":"2026-01-16T03:50:52.000Z","name":"Eloy Gleason","mobile_number":"954-253-3805","email_id":"Randal.Douglas@hotmail.com","dop":"2025-06-18","serial_number":"10657931856098","imei1":"10657931856098","imei2":"10657931856098","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:50:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155481,"job_number":"JOB_155481","tr_customer_id":155498,"tr_customer_product_id":155488,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:15.000Z","modified_at":"2026-01-16T03:50:30.000Z","name":"Ellis Wehner","mobile_number":"842-524-7418","email_id":"Precious10@hotmail.com","dop":"2025-05-30","serial_number":"13445512678210","imei1":"13445512678210","imei2":"13445512678210","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:50:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155484,"job_number":"JOB_155484","tr_customer_id":155501,"tr_customer_product_id":155491,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:17.000Z","modified_at":"2026-01-16T03:50:52.000Z","name":"Gabe Larkin","mobile_number":"281-301-7028","email_id":"Dustin.Price@hotmail.com","dop":"2025-04-06","serial_number":"17705338839979","imei1":"17705338839979","imei2":"17705338839979","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:50:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155489,"job_number":"JOB_155489","tr_customer_id":155506,"tr_customer_product_id":155496,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:18.000Z","modified_at":"2026-01-16T03:50:56.000Z","name":"River Bayer","mobile_number":"326-545-4738","email_id":"Hilton_Heaney@gmail.com","dop":"2025-04-06","serial_number":"15794966192667","imei1":"15794966192667","imei2":"15794966192667","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:50:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155494,"job_number":"JOB_155494","tr_customer_id":155511,"tr_customer_product_id":155501,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:31.000Z","modified_at":"2026-01-16T03:51:08.000Z","name":"Joaquin Paucek","mobile_number":"679-452-8101","email_id":"Chelsey_Kutch28@gmail.com","dop":"2025-04-06","serial_number":"16999493718254","imei1":"16999493718254","imei2":"16999493718254","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:51:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155501,"job_number":"JOB_155501","tr_customer_id":155518,"tr_customer_product_id":155508,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:33.000Z","modified_at":"2026-01-16T03:51:08.000Z","name":"Meggie Nolan","mobile_number":"320-668-4934","email_id":"Merlin_Bayer@hotmail.com","dop":"2025-04-06","serial_number":"12169636839234","imei1":"12169636839234","imei2":"12169636839234","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:51:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155504,"job_number":"JOB_155504","tr_customer_id":155521,"tr_customer_product_id":155511,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:37.000Z","modified_at":"2026-01-16T03:51:15.000Z","name":"Devante Lakin","mobile_number":"896-327-6801","email_id":"Christ54@yahoo.com","dop":"2025-04-06","serial_number":"11712092968923","imei1":"11712092968923","imei2":"11712092968923","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:51:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155509,"job_number":"JOB_155509","tr_customer_id":155526,"tr_customer_product_id":155516,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:39.000Z","modified_at":"2026-01-16T03:51:16.000Z","name":"Luis Cummings","mobile_number":"979-873-9208","email_id":"Gail_Miller@hotmail.com","dop":"2025-04-06","serial_number":"12036436902688","imei1":"12036436902688","imei2":"12036436902688","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:51:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155513,"job_number":"JOB_155513","tr_customer_id":155530,"tr_customer_product_id":155520,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:45.000Z","modified_at":"2026-01-16T03:51:21.000Z","name":"Amos Zemlak","mobile_number":"757-739-0241","email_id":"Gordon_Waters12@yahoo.com","dop":"2025-04-06","serial_number":"16930659088370","imei1":"16930659088370","imei2":"16930659088370","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:51:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155519,"job_number":"JOB_155519","tr_customer_id":155536,"tr_customer_product_id":155526,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:49.000Z","modified_at":"2026-01-16T03:51:23.000Z","name":"Eduardo Gottlieb","mobile_number":"611-731-4560","email_id":"Luisa_White59@hotmail.com","dop":"2000-01-31","serial_number":"10757406875028","imei1":"10757406875028","imei2":"10757406875028","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:51:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155521,"job_number":"JOB_155521","tr_customer_id":155538,"tr_customer_product_id":155528,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:50.000Z","modified_at":"2026-01-16T03:51:25.000Z","name":"Aliya Gleichner","mobile_number":"742-390-8014","email_id":"Lew3@yahoo.com","dop":"2025-04-06","serial_number":"10454545692969","imei1":"10454545692969","imei2":"10454545692969","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:51:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155525,"job_number":"JOB_155525","tr_customer_id":155542,"tr_customer_product_id":155532,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:56.000Z","modified_at":"2026-01-16T03:51:30.000Z","name":"Travon Hamill","mobile_number":"250-295-8929","email_id":"Krystina91@hotmail.com","dop":"2025-04-06","serial_number":"13028818282099","imei1":"13028818282099","imei2":"13028818282099","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:51:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155527,"job_number":"JOB_155527","tr_customer_id":155544,"tr_customer_product_id":155534,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:56.000Z","modified_at":"2026-01-16T03:51:31.000Z","name":"Alfreda Hane","mobile_number":"469-594-8298","email_id":"Name84@hotmail.com","dop":"2025-04-06","serial_number":"14065014328261","imei1":"14065014328261","imei2":"14065014328261","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:51:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155529,"job_number":"JOB_155529","tr_customer_id":155546,"tr_customer_product_id":155536,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:57.000Z","modified_at":"2026-01-16T03:51:34.000Z","name":"Felicia Bruen","mobile_number":"485-887-7546","email_id":"Cali.Bechtelar@hotmail.com","dop":"2025-04-06","serial_number":"10484332208106","imei1":"10484332208106","imei2":"10484332208106","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:51:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155534,"job_number":"JOB_155534","tr_customer_id":155551,"tr_customer_product_id":155541,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:59.000Z","modified_at":"2026-01-16T03:51:34.000Z","name":"Geoffrey Murazik","mobile_number":"671-928-0333","email_id":"Ryleigh90@yahoo.com","dop":"2025-04-06","serial_number":"14395071315175","imei1":"14395071315175","imei2":"14395071315175","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:51:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155537,"job_number":"JOB_155537","tr_customer_id":155554,"tr_customer_product_id":155544,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:03.000Z","modified_at":"2026-01-16T03:51:39.000Z","name":"Jorge Terry","mobile_number":"227-384-8025","email_id":"Declan.Wisoky35@hotmail.com","dop":"2025-04-06","serial_number":"10764073690482","imei1":"10764073690482","imei2":"10764073690482","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:51:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155543,"job_number":"JOB_155543","tr_customer_id":155560,"tr_customer_product_id":155550,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:15.000Z","modified_at":"2026-01-16T03:51:50.000Z","name":"Ray Lockman","mobile_number":"501-563-5358","email_id":"Quincy_Bayer@gmail.com","dop":"2025-04-06","serial_number":"13198092244646","imei1":"13198092244646","imei2":"13198092244646","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:51:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155545,"job_number":"JOB_155545","tr_customer_id":155562,"tr_customer_product_id":155552,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:16.000Z","modified_at":"2026-01-16T03:51:53.000Z","name":"Demarcus Ledner","mobile_number":"388-295-6239","email_id":"Sierra92@yahoo.com","dop":"2025-04-06","serial_number":"12690355426118","imei1":"12690355426118","imei2":"12690355426118","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:51:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155549,"job_number":"JOB_155549","tr_customer_id":155566,"tr_customer_product_id":155556,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:22.000Z","modified_at":"2026-01-16T03:51:59.000Z","name":"Karolann Herman","mobile_number":"225-457-0541","email_id":"Casimer_Koepp27@yahoo.com","dop":"2025-04-06","serial_number":"18456720778781","imei1":"18456720778781","imei2":"18456720778781","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:51:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155552,"job_number":"JOB_155552","tr_customer_id":155569,"tr_customer_product_id":155559,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:24.000Z","modified_at":"2026-01-16T03:52:02.000Z","name":"Gabriel Johnson","mobile_number":"697-697-0008","email_id":"Cordell.Ernser0@yahoo.com","dop":"2025-04-06","serial_number":"13875118598778","imei1":"13875118598778","imei2":"13875118598778","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:52:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155557,"job_number":"JOB_155557","tr_customer_id":155574,"tr_customer_product_id":155564,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:27.000Z","modified_at":"2026-01-16T03:52:04.000Z","name":"Keshaun Murazik","mobile_number":"685-990-1070","email_id":"Ada.Collins0@yahoo.com","dop":"2025-04-06","serial_number":"16271836394229","imei1":"16271836394229","imei2":"16271836394229","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:52:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155561,"job_number":"JOB_155561","tr_customer_id":155578,"tr_customer_product_id":155568,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:28.000Z","modified_at":"2026-01-16T03:52:05.000Z","name":"Ansel Abbott","mobile_number":"607-225-3694","email_id":"Theo89@yahoo.com","dop":"2025-04-06","serial_number":"17588892849165","imei1":"17588892849165","imei2":"17588892849165","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:52:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155563,"job_number":"JOB_155563","tr_customer_id":155580,"tr_customer_product_id":155570,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:29.000Z","modified_at":"2026-01-16T03:52:03.000Z","name":"Oscar Boyle","mobile_number":"989-236-1820","email_id":"Corrine_Bergstrom78@yahoo.com","dop":"2000-01-31","serial_number":"10151881462574","imei1":"10151881462574","imei2":"10151881462574","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:52:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155567,"job_number":"JOB_155567","tr_customer_id":155584,"tr_customer_product_id":155574,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:32.000Z","modified_at":"2026-01-16T03:52:06.000Z","name":"Berta Ullrich","mobile_number":"200-833-9060","email_id":"Nicholas.Hintz@gmail.com","dop":"2025-04-06","serial_number":"14697780075528","imei1":"14697780075528","imei2":"14697780075528","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:52:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155570,"job_number":"JOB_155570","tr_customer_id":155587,"tr_customer_product_id":155577,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:38.000Z","modified_at":"2026-01-16T03:52:12.000Z","name":"Annette Thompson","mobile_number":"875-566-5557","email_id":"Mariane_McLaughlin@hotmail.com","dop":"2025-04-06","serial_number":"16746487290168","imei1":"16746487290168","imei2":"16746487290168","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:52:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155576,"job_number":"JOB_155576","tr_customer_id":155593,"tr_customer_product_id":155583,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:41.000Z","modified_at":"2026-01-16T03:52:18.000Z","name":"Sierra Feest","mobile_number":"938-633-2670","email_id":"Annamae.Prosacco67@hotmail.com","dop":"2025-04-06","serial_number":"19854152370366","imei1":"19854152370366","imei2":"19854152370366","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:52:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155578,"job_number":"JOB_155578","tr_customer_id":155595,"tr_customer_product_id":155585,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:42.000Z","modified_at":"2026-01-16T03:52:17.000Z","name":"Catalina Halvorson","mobile_number":"593-296-3682","email_id":"Gail_Blick@hotmail.com","dop":"2025-04-06","serial_number":"18588366115015","imei1":"18588366115015","imei2":"18588366115015","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:52:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155582,"job_number":"JOB_155582","tr_customer_id":155599,"tr_customer_product_id":155589,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:52:00.000Z","modified_at":"2026-01-16T03:52:38.000Z","name":"Orin Runte","mobile_number":"327-926-4874","email_id":"Zakary70@yahoo.com","dop":"2025-04-06","serial_number":"13757149417884","imei1":"13757149417884","imei2":"13757149417884","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:52:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155585,"job_number":"JOB_155585","tr_customer_id":155602,"tr_customer_product_id":155592,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:52:06.000Z","modified_at":"2026-01-16T03:52:43.000Z","name":"Florian Kub","mobile_number":"999-574-1313","email_id":"Alize.Legros@yahoo.com","dop":"2025-04-06","serial_number":"19692889277940","imei1":"19692889277940","imei2":"19692889277940","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155588,"job_number":"JOB_155588","tr_customer_id":155605,"tr_customer_product_id":155595,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:52:10.000Z","modified_at":"2026-01-16T03:52:45.000Z","name":"Crystel Hamill","mobile_number":"669-603-6457","email_id":"Lulu2@yahoo.com","dop":"2000-01-31","serial_number":"10900256869629","imei1":"10900256869629","imei2":"10900256869629","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155590,"job_number":"JOB_155590","tr_customer_id":155607,"tr_customer_product_id":155597,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:52:11.000Z","modified_at":"2026-01-16T03:52:48.000Z","name":"Elisa Larkin","mobile_number":"771-461-6161","email_id":"Maude85@gmail.com","dop":"2025-04-06","serial_number":"11128804495019","imei1":"11128804495019","imei2":"11128804495019","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:52:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155594,"job_number":"JOB_155594","tr_customer_id":155611,"tr_customer_product_id":155601,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:52:45.000Z","modified_at":"2026-01-16T03:53:22.000Z","name":"Thad Becker","mobile_number":"410-659-0974","email_id":"Creola_Abbott46@gmail.com","dop":"2025-04-06","serial_number":"15431213662417","imei1":"15431213662417","imei2":"15431213662417","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:53:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155597,"job_number":"JOB_155597","tr_customer_id":155614,"tr_customer_product_id":155604,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:52:56.000Z","modified_at":"2026-01-16T03:53:32.000Z","name":"Charles Beahan","mobile_number":"879-881-3306","email_id":"Lesley.Wiza@yahoo.com","dop":"2025-04-06","serial_number":"11118465697725","imei1":"11118465697725","imei2":"11118465697725","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:53:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155605,"job_number":"JOB_155605","tr_customer_id":155622,"tr_customer_product_id":155612,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:59:17.000Z","modified_at":"2026-01-16T03:59:41.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"27088464727844","imei1":"27088464727844","imei2":"27088464727844","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:59:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155612,"job_number":"JOB_155612","tr_customer_id":155629,"tr_customer_product_id":155619,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:59:48.000Z","modified_at":"2026-01-16T04:00:11.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"64565458507438","imei1":"64565458507438","imei2":"64565458507438","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T04:00:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155619,"job_number":"JOB_155619","tr_customer_id":155636,"tr_customer_product_id":155626,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:00:19.000Z","modified_at":"2026-01-16T04:00:42.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"54487455581876","imei1":"54487455581876","imei2":"54487455581876","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T04:00:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155620,"job_number":"JOB_155620","tr_customer_id":155637,"tr_customer_product_id":155627,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:29:32.000Z","modified_at":"2026-01-16T04:30:09.000Z","name":"Llewellyn Prohaska","mobile_number":"610-288-6429","email_id":"Minerva78@yahoo.com","dop":"2025-04-06","serial_number":"12792562532060","imei1":"12792562532060","imei2":"12792562532060","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T04:30:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155629,"job_number":"JOB_155629","tr_customer_id":155646,"tr_customer_product_id":155636,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:44:27.000Z","modified_at":"2026-01-16T04:44:37.000Z","name":"Calista Daniel","mobile_number":"945-733-5658","email_id":"Bruce24@yahoo.com","dop":"2025-07-01","serial_number":"103103343205438","imei1":"103103343205438","imei2":"103103343205438","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T04:44:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155632,"job_number":"JOB_155632","tr_customer_id":155649,"tr_customer_product_id":155639,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:44:39.000Z","modified_at":"2026-01-16T04:44:48.000Z","name":"Octavia Hayes","mobile_number":"586-290-0739","email_id":"Torey_Rodriguez@yahoo.com","dop":"2025-07-01","serial_number":"102714794736504","imei1":"102714794736504","imei2":"102714794736504","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T04:44:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155639,"job_number":"JOB_155639","tr_customer_id":155656,"tr_customer_product_id":155646,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:56:17.000Z","modified_at":"2026-01-16T04:56:58.000Z","name":"Pierre Hessel","mobile_number":"993-972-7998","email_id":"Cruz_McKenzie55@yahoo.com","dop":"2025-04-06","serial_number":"12694237194878","imei1":"12694237194878","imei2":"12694237194878","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T04:56:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155641,"job_number":"JOB_155641","tr_customer_id":155658,"tr_customer_product_id":155648,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:56:38.000Z","modified_at":"2026-01-16T04:57:15.000Z","name":"Blaze Pouros","mobile_number":"664-921-1098","email_id":"Brice.Jenkins@yahoo.com","dop":"2025-04-06","serial_number":"15691029113077","imei1":"15691029113077","imei2":"15691029113077","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T04:57:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155656,"job_number":"JOB_155656","tr_customer_id":155673,"tr_customer_product_id":155663,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:16:02.000Z","modified_at":"2026-01-16T06:16:41.000Z","name":"April Turner","mobile_number":"687-855-3445","email_id":"Armando.McLaughlin1@yahoo.com","dop":"2025-04-06","serial_number":"16817630391135","imei1":"16817630391135","imei2":"16817630391135","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:16:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155665,"job_number":"JOB_155665","tr_customer_id":155682,"tr_customer_product_id":155672,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:16:48.000Z","modified_at":"2026-01-16T06:17:27.000Z","name":"Deron Ullrich","mobile_number":"395-700-2186","email_id":"Elmira_Hintz36@gmail.com","dop":"2025-04-06","serial_number":"16538863290454","imei1":"16538863290454","imei2":"16538863290454","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:17:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155669,"job_number":"JOB_155669","tr_customer_id":155686,"tr_customer_product_id":155676,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:17:35.000Z","modified_at":"2026-01-16T06:18:19.000Z","name":"Ewell Corkery","mobile_number":"813-982-6579","email_id":"Ken_Schultz@gmail.com","dop":"2025-04-06","serial_number":"19024072169478","imei1":"19024072169478","imei2":"19024072169478","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:18:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155685,"job_number":"JOB_155685","tr_customer_id":155702,"tr_customer_product_id":155692,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:21:57.000Z","modified_at":"2026-01-16T06:22:35.000Z","name":"Samir D'Amore","mobile_number":"287-776-3356","email_id":"Penelope46@yahoo.com","dop":"2025-06-18","serial_number":"10347834948635","imei1":"10347834948635","imei2":"10347834948635","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:22:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155688,"job_number":"JOB_155688","tr_customer_id":155705,"tr_customer_product_id":155695,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:22:43.000Z","modified_at":"2026-01-16T06:23:20.000Z","name":"Cicero Tillman","mobile_number":"475-579-0102","email_id":"Will83@yahoo.com","dop":"2025-06-18","serial_number":"10857174494582","imei1":"10857174494582","imei2":"10857174494582","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:23:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155692,"job_number":"JOB_155692","tr_customer_id":155709,"tr_customer_product_id":155699,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:27:02.000Z","modified_at":"2026-01-16T06:27:38.000Z","name":"Torey Kozey","mobile_number":"636-891-6782","email_id":"Maurice_Adams78@yahoo.com","dop":"2025-04-06","serial_number":"11986473215005","imei1":"11986473215005","imei2":"11986473215005","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:27:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155695,"job_number":"JOB_155695","tr_customer_id":155712,"tr_customer_product_id":155702,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:27:45.000Z","modified_at":"2026-01-16T06:28:20.000Z","name":"Darrell Miller","mobile_number":"719-750-9013","email_id":"Gideon_Goyette94@yahoo.com","dop":"2025-04-06","serial_number":"17237194779382","imei1":"17237194779382","imei2":"17237194779382","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:28:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155698,"job_number":"JOB_155698","tr_customer_id":155715,"tr_customer_product_id":155705,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:28:27.000Z","modified_at":"2026-01-16T06:29:03.000Z","name":"Nasir Welch","mobile_number":"897-283-4490","email_id":"Leslie.Schulist74@gmail.com","dop":"2025-04-06","serial_number":"19464405202138","imei1":"19464405202138","imei2":"19464405202138","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:29:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155703,"job_number":"JOB_155703","tr_customer_id":155720,"tr_customer_product_id":155710,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:29:30.000Z","modified_at":"2026-01-16T06:30:11.000Z","name":"Ollie Stroman","mobile_number":"478-870-0177","email_id":"Ada.Block@yahoo.com","dop":"2025-04-06","serial_number":"16953975620819","imei1":"16953975620819","imei2":"16953975620819","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:30:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155706,"job_number":"JOB_155706","tr_customer_id":155723,"tr_customer_product_id":155713,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:30:19.000Z","modified_at":"2026-01-16T06:31:00.000Z","name":"Rigoberto Jacobson","mobile_number":"569-401-2122","email_id":"Crawford.Roberts76@gmail.com","dop":"2025-04-06","serial_number":"12380357433051","imei1":"12380357433051","imei2":"12380357433051","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:31:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155709,"job_number":"JOB_155709","tr_customer_id":155726,"tr_customer_product_id":155716,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:31:08.000Z","modified_at":"2026-01-16T06:31:49.000Z","name":"Alejandra Reilly","mobile_number":"780-420-5912","email_id":"Bertha54@yahoo.com","dop":"2025-04-06","serial_number":"18483580835511","imei1":"18483580835511","imei2":"18483580835511","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:31:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155711,"job_number":"JOB_155711","tr_customer_id":155728,"tr_customer_product_id":155718,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:33:23.000Z","modified_at":"2026-01-16T06:34:14.000Z","name":"Wilton Stehr","mobile_number":"271-924-0498","email_id":"Isac_Effertz57@yahoo.com","dop":"2025-04-06","serial_number":"18310168636984","imei1":"18310168636984","imei2":"18310168636984","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:34:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155715,"job_number":"JOB_155715","tr_customer_id":155732,"tr_customer_product_id":155722,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:34:13.000Z","modified_at":"2026-01-16T06:34:55.000Z","name":"Mike Yundt","mobile_number":"256-731-8532","email_id":"Leopold13@yahoo.com","dop":"2025-04-06","serial_number":"16034146038240","imei1":"16034146038240","imei2":"16034146038240","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:34:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155718,"job_number":"JOB_155718","tr_customer_id":155735,"tr_customer_product_id":155725,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:34:34.000Z","modified_at":"2026-01-16T06:35:11.000Z","name":"Mafalda McKenzie","mobile_number":"920-632-5357","email_id":"Westley_Bartell48@yahoo.com","dop":"2000-01-31","serial_number":"10845527250382","imei1":"10845527250382","imei2":"10845527250382","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:35:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155721,"job_number":"JOB_155721","tr_customer_id":155738,"tr_customer_product_id":155728,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:35:04.000Z","modified_at":"2026-01-16T06:35:54.000Z","name":"Jamison Lockman","mobile_number":"833-480-5080","email_id":"Glenda24@hotmail.com","dop":"2025-04-06","serial_number":"11180391073842","imei1":"11180391073842","imei2":"11180391073842","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:35:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155724,"job_number":"JOB_155724","tr_customer_id":155741,"tr_customer_product_id":155731,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:35:18.000Z","modified_at":"2026-01-16T06:35:54.000Z","name":"Laurianne Auer","mobile_number":"786-311-5641","email_id":"Selmer7@yahoo.com","dop":"2000-01-31","serial_number":"10684109007475","imei1":"10684109007475","imei2":"10684109007475","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:35:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155727,"job_number":"JOB_155727","tr_customer_id":155744,"tr_customer_product_id":155734,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:35:51.000Z","modified_at":"2026-01-16T06:36:29.000Z","name":"Eva Rippin","mobile_number":"651-415-0665","email_id":"Amber.Bergnaum@yahoo.com","dop":"2025-04-06","serial_number":"12282164406009","imei1":"12282164406009","imei2":"12282164406009","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:36:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155730,"job_number":"JOB_155730","tr_customer_id":155747,"tr_customer_product_id":155737,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:36:01.000Z","modified_at":"2026-01-16T06:36:36.000Z","name":"Gerda Lubowitz","mobile_number":"270-389-9105","email_id":"Vivienne_Marks54@gmail.com","dop":"2000-01-31","serial_number":"10037800508870","imei1":"10037800508870","imei2":"10037800508870","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:36:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155732,"job_number":"JOB_155732","tr_customer_id":155749,"tr_customer_product_id":155739,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:36:02.000Z","modified_at":"2026-01-16T06:36:42.000Z","name":"Retha Doyle","mobile_number":"322-358-5895","email_id":"Lucy.Wilderman@yahoo.com","dop":"2025-04-06","serial_number":"14618890772741","imei1":"14618890772741","imei2":"14618890772741","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:36:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155736,"job_number":"JOB_155736","tr_customer_id":155753,"tr_customer_product_id":155743,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:36:37.000Z","modified_at":"2026-01-16T06:37:14.000Z","name":"Lacey Hessel","mobile_number":"568-278-2896","email_id":"Shanny.Blick97@yahoo.com","dop":"2025-04-06","serial_number":"13713984603110","imei1":"13713984603110","imei2":"13713984603110","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:37:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155739,"job_number":"JOB_155739","tr_customer_id":155756,"tr_customer_product_id":155746,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:36:44.000Z","modified_at":"2026-01-16T06:37:19.000Z","name":"Dejon Lakin","mobile_number":"335-907-8039","email_id":"Lauren.Hayes92@yahoo.com","dop":"2000-01-31","serial_number":"10267037698192","imei1":"10267037698192","imei2":"10267037698192","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:37:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155742,"job_number":"JOB_155742","tr_customer_id":155759,"tr_customer_product_id":155749,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:37:22.000Z","modified_at":"2026-01-16T06:38:00.000Z","name":"Jayme Douglas","mobile_number":"532-355-5229","email_id":"Mikel_Padberg62@gmail.com","dop":"2025-04-06","serial_number":"12386822199817","imei1":"12386822199817","imei2":"12386822199817","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:38:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155745,"job_number":"JOB_155745","tr_customer_id":155762,"tr_customer_product_id":155752,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:40:24.000Z","modified_at":"2026-01-16T06:41:00.000Z","name":"Litzy Becker","mobile_number":"927-899-7268","email_id":"Alfonso.Johnston31@yahoo.com","dop":"2025-04-06","serial_number":"17301731604560","imei1":"17301731604560","imei2":"17301731604560","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:41:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155748,"job_number":"JOB_155748","tr_customer_id":155765,"tr_customer_product_id":155755,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:41:07.000Z","modified_at":"2026-01-16T06:41:43.000Z","name":"Mariano Rice","mobile_number":"468-584-7081","email_id":"Coy.Kassulke63@yahoo.com","dop":"2025-04-06","serial_number":"12971650487339","imei1":"12971650487339","imei2":"12971650487339","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:41:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155750,"job_number":"JOB_155750","tr_customer_id":155767,"tr_customer_product_id":155757,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:41:19.000Z","modified_at":"2026-01-16T06:41:58.000Z","name":"Era Conn","mobile_number":"211-457-8514","email_id":"Colleen71@gmail.com","dop":"2025-04-06","serial_number":"14607941375750","imei1":"14607941375750","imei2":"14607941375750","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:41:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155753,"job_number":"JOB_155753","tr_customer_id":155770,"tr_customer_product_id":155760,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:41:22.000Z","modified_at":"2026-01-16T06:41:58.000Z","name":"Jessika Sauer","mobile_number":"974-395-5344","email_id":"Kevon_Gutkowski66@gmail.com","dop":"2025-04-06","serial_number":"17489862917540","imei1":"17489862917540","imei2":"17489862917540","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:41:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155755,"job_number":"JOB_155755","tr_customer_id":155772,"tr_customer_product_id":155762,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:41:42.000Z","modified_at":"2026-01-16T06:42:21.000Z","name":"Daphne Bechtelar","mobile_number":"808-234-3950","email_id":"Cristobal.Conn@gmail.com","dop":"2025-04-06","serial_number":"13859799202004","imei1":"13859799202004","imei2":"13859799202004","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:42:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155758,"job_number":"JOB_155758","tr_customer_id":155775,"tr_customer_product_id":155765,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:41:50.000Z","modified_at":"2026-01-16T06:42:26.000Z","name":"Cassandre Jacobi","mobile_number":"850-268-7166","email_id":"Norwood.Barton5@yahoo.com","dop":"2025-04-06","serial_number":"14243627246357","imei1":"14243627246357","imei2":"14243627246357","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:42:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155762,"job_number":"JOB_155762","tr_customer_id":155779,"tr_customer_product_id":155769,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:42:06.000Z","modified_at":"2026-01-16T06:42:49.000Z","name":"Lambert Romaguera","mobile_number":"575-935-0067","email_id":"Berta_Macejkovic@gmail.com","dop":"2025-04-06","serial_number":"14883302352445","imei1":"14883302352445","imei2":"14883302352445","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:42:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155766,"job_number":"JOB_155766","tr_customer_id":155783,"tr_customer_product_id":155773,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:42:57.000Z","modified_at":"2026-01-16T06:43:37.000Z","name":"Jerad Ratke","mobile_number":"442-531-9934","email_id":"Regan_OKon21@hotmail.com","dop":"2025-04-06","serial_number":"14751056389494","imei1":"14751056389494","imei2":"14751056389494","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:43:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155769,"job_number":"JOB_155769","tr_customer_id":155786,"tr_customer_product_id":155776,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:46:44.000Z","modified_at":"2026-01-16T06:47:19.000Z","name":"Angelita Cremin","mobile_number":"999-346-0038","email_id":"Karelle56@gmail.com","dop":"2025-04-06","serial_number":"19340401206102","imei1":"19340401206102","imei2":"19340401206102","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:47:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155771,"job_number":"JOB_155771","tr_customer_id":155788,"tr_customer_product_id":155778,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:46:50.000Z","modified_at":"2026-01-16T06:47:34.000Z","name":"Assunta Olson","mobile_number":"694-867-5601","email_id":"Katelyn.Crona21@yahoo.com","dop":"2025-04-06","serial_number":"14506832890592","imei1":"14506832890592","imei2":"14506832890592","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:47:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155774,"job_number":"JOB_155774","tr_customer_id":155791,"tr_customer_product_id":155781,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:47:26.000Z","modified_at":"2026-01-16T06:48:00.000Z","name":"Jimmie Bins","mobile_number":"950-428-2732","email_id":"Mae.Kirlin41@hotmail.com","dop":"2025-04-06","serial_number":"11906500997937","imei1":"11906500997937","imei2":"11906500997937","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:48:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155777,"job_number":"JOB_155777","tr_customer_id":155794,"tr_customer_product_id":155784,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:48:07.000Z","modified_at":"2026-01-16T06:48:42.000Z","name":"Ashlynn Farrell","mobile_number":"461-825-6931","email_id":"Charley.Boyle@yahoo.com","dop":"2025-04-06","serial_number":"15723477770811","imei1":"15723477770811","imei2":"15723477770811","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:48:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155779,"job_number":"JOB_155779","tr_customer_id":155796,"tr_customer_product_id":155786,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T07:00:16.000Z","modified_at":"2026-01-16T07:00:53.000Z","name":"Alysha Botsford","mobile_number":"371-683-7753","email_id":"Frida.Kreiger@gmail.com","dop":"2025-04-06","serial_number":"15936738577588","imei1":"15936738577588","imei2":"15936738577588","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T07:00:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155491,"job_number":"JOB_155491","tr_customer_id":155508,"tr_customer_product_id":155498,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:19.000Z","modified_at":"2026-01-16T03:50:42.000Z","name":"Kianna Walter","mobile_number":"766-473-7208","email_id":"Elvie.Halvorson@yahoo.com","dop":"2025-10-01","serial_number":"12643475059657","imei1":"12643475059657","imei2":"12643475059657","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:50:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155540,"job_number":"JOB_155540","tr_customer_id":155557,"tr_customer_product_id":155547,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:12.000Z","modified_at":"2026-01-16T03:51:22.000Z","name":"Luis Romaguera","mobile_number":"868-464-5699","email_id":"Ona96@hotmail.com","dop":"2025-06-09","serial_number":"101696792019597","imei1":"101696792019597","imei2":"101696792019597","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:51:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155556,"job_number":"JOB_155556","tr_customer_id":155573,"tr_customer_product_id":155563,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:26.000Z","modified_at":"2026-01-16T03:51:36.000Z","name":"Enrique Runolfsdottir","mobile_number":"768-879-1361","email_id":"Hester.Boehm51@gmail.com","dop":"2025-06-09","serial_number":"105072518539991","imei1":"105072518539991","imei2":"105072518539991","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:51:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155573,"job_number":"JOB_155573","tr_customer_id":155590,"tr_customer_product_id":155580,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:41.000Z","modified_at":"2026-01-16T03:51:51.000Z","name":"Joanie Franecki","mobile_number":"901-445-1012","email_id":"Buster.Gottlieb5@gmail.com","dop":"2025-06-09","serial_number":"103865359975097","imei1":"103865359975097","imei2":"103865359975097","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:51:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155635,"job_number":"JOB_155635","tr_customer_id":155652,"tr_customer_product_id":155642,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:50:59.000Z","modified_at":"2026-01-16T04:51:04.000Z","name":"saitama sensei","mobile_number":"248-751-1631","email_id":"saitama@yopmail.com","dop":"2026-01-10","serial_number":"47399400994679","imei1":"47399400994679","imei2":"47399400994679","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T04:51:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155636,"job_number":"JOB_155636","tr_customer_id":155653,"tr_customer_product_id":155643,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:51:05.000Z","modified_at":"2026-01-16T04:51:11.000Z","name":"tanjiro kamado","mobile_number":"988-706-9340","email_id":"tanjiro@g.com","dop":"2026-01-10","serial_number":"279171853241368","imei1":"279171853241368","imei2":"279171853241368","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T04:51:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155637,"job_number":"JOB_155637","tr_customer_id":155654,"tr_customer_product_id":155644,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:51:13.000Z","modified_at":"2026-01-16T04:51:18.000Z","name":"giyu tomiaka","mobile_number":"785-583-9338","email_id":"giyu@g.com","dop":"2026-01-10","serial_number":"268699225418318","imei1":"268699225418318","imei2":"268699225418318","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T04:51:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155644,"job_number":"JOB_155644","tr_customer_id":155661,"tr_customer_product_id":155651,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:57:29.000Z","modified_at":"2026-01-16T04:57:34.000Z","name":"saitama sensei","mobile_number":"874-541-6279","email_id":"saitama@yopmail.com","dop":"2026-01-10","serial_number":"497171649338053","imei1":"497171649338053","imei2":"497171649338053","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T04:57:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155645,"job_number":"JOB_155645","tr_customer_id":155662,"tr_customer_product_id":155652,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:57:36.000Z","modified_at":"2026-01-16T04:57:40.000Z","name":"tanjiro kamado","mobile_number":"765-262-5354","email_id":"tanjiro@g.com","dop":"2026-01-10","serial_number":"612205718039404","imei1":"612205718039404","imei2":"612205718039404","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T04:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155646,"job_number":"JOB_155646","tr_customer_id":155663,"tr_customer_product_id":155653,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:57:41.000Z","modified_at":"2026-01-16T04:57:47.000Z","name":"giyu tomiaka","mobile_number":"870-634-2232","email_id":"giyu@g.com","dop":"2026-01-10","serial_number":"926735047862750","imei1":"926735047862750","imei2":"926735047862750","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T04:57:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155660,"job_number":"JOB_155660","tr_customer_id":155677,"tr_customer_product_id":155667,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:16:09.000Z","modified_at":"2026-01-16T06:16:19.000Z","name":"Brain Ziemann","mobile_number":"817-293-2111","email_id":"Angelo.Howe11@yahoo.com","dop":"2025-11-04","serial_number":"27372645612775","imei1":"27372645612775","imei2":"27372645612775","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:16:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155661,"job_number":"JOB_155661","tr_customer_id":155678,"tr_customer_product_id":155668,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:16:23.000Z","modified_at":"2026-01-16T06:16:47.000Z","name":"Jacklyn Ritchie","mobile_number":"359-464-7744","email_id":"Xzavier43@gmail.com","dop":"2025-11-04","serial_number":"51181756420704","imei1":"51181756420704","imei2":"51181756420704","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:16:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155667,"job_number":"JOB_155667","tr_customer_id":155684,"tr_customer_product_id":155674,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:16:59.000Z","modified_at":"2026-01-16T06:17:20.000Z","name":"London Anderson","mobile_number":"879-652-3082","email_id":"Ceasar_Ortiz22@yahoo.com","dop":"2025-10-01","serial_number":"16020492474347","imei1":"16020492474347","imei2":"16020492474347","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:17:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155672,"job_number":"JOB_155672","tr_customer_id":155689,"tr_customer_product_id":155679,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:19:18.000Z","modified_at":"2026-01-16T06:19:28.000Z","name":"Henri Wiegand","mobile_number":"572-809-5221","email_id":"Demetrius.Ledner51@gmail.com","dop":"2025-06-09","serial_number":"101352267333727","imei1":"101352267333727","imei2":"101352267333727","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:19:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155675,"job_number":"JOB_155675","tr_customer_id":155692,"tr_customer_product_id":155682,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:19:33.000Z","modified_at":"2026-01-16T06:19:43.000Z","name":"Jalyn Lang","mobile_number":"520-674-1694","email_id":"Amber_Weimann@hotmail.com","dop":"2025-06-09","serial_number":"108675004765256","imei1":"108675004765256","imei2":"108675004765256","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:19:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155678,"job_number":"JOB_155678","tr_customer_id":155695,"tr_customer_product_id":155685,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:19:48.000Z","modified_at":"2026-01-16T06:19:58.000Z","name":"Arianna Kuhlman","mobile_number":"258-389-0077","email_id":"Garrett.Herzog44@yahoo.com","dop":"2025-06-09","serial_number":"107519804436607","imei1":"107519804436607","imei2":"107519804436607","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:19:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155680,"job_number":"JOB_155680","tr_customer_id":155697,"tr_customer_product_id":155687,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:21:02.000Z","modified_at":"2026-01-16T06:21:12.000Z","name":"shoaib shaikh","mobile_number":"9191987787","email_id":"shaikhshoaib@gmail.com","dop":"2025-12-13","serial_number":"69891090792801","imei1":"69891090792801","imei2":"69891090792801","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:21:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155681,"job_number":"JOB_155681","tr_customer_id":155698,"tr_customer_product_id":155688,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:21:17.000Z","modified_at":"2026-01-16T06:21:27.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"10508605830768","imei1":"10508605830768","imei2":"10508605830768","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:21:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155682,"job_number":"JOB_155682","tr_customer_id":155699,"tr_customer_product_id":155689,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:21:31.000Z","modified_at":"2026-01-16T06:21:41.000Z","name":"jatin sharma","mobile_number":"9191976787","email_id":"jatinvsharma@gmail.com","dop":"2025-12-13","serial_number":"52494104589384","imei1":"52494104589384","imei2":"52494104589384","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:21:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155700,"job_number":"JOB_155700","tr_customer_id":155717,"tr_customer_product_id":155707,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:28:59.000Z","modified_at":"2026-01-16T06:29:09.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"66704215038985","imei1":"66704215038985","imei2":"66704215038985","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:29:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155701,"job_number":"JOB_155701","tr_customer_id":155718,"tr_customer_product_id":155708,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:29:13.000Z","modified_at":"2026-01-16T06:29:24.000Z","name":"jatin sharma","mobile_number":"9191976787","email_id":"jatinvsharma@gmail.com","dop":"2025-12-13","serial_number":"19299433226645","imei1":"19299433226645","imei2":"19299433226645","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:29:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155781,"job_number":"JOB_155781","tr_customer_id":155798,"tr_customer_product_id":155788,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T07:24:24.000Z","modified_at":"2026-01-16T07:24:35.000Z","name":"Ewald O'Kon","mobile_number":"878-426-9764","email_id":"Jennings_Jacobi@hotmail.com","dop":"2025-11-04","serial_number":"86801042517635","imei1":"86801042517635","imei2":"86801042517635","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T07:24:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155782,"job_number":"JOB_155782","tr_customer_id":155799,"tr_customer_product_id":155789,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T07:24:39.000Z","modified_at":"2026-01-16T07:24:51.000Z","name":"Marielle Schoen","mobile_number":"557-337-2290","email_id":"Dena.Ritchie@yahoo.com","dop":"2025-11-04","serial_number":"97713114123277","imei1":"97713114123277","imei2":"97713114123277","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T07:24:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155783,"job_number":"JOB_155783","tr_customer_id":155800,"tr_customer_product_id":155790,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T07:24:57.000Z","modified_at":"2026-01-16T07:25:13.000Z","name":"Ismael Von","mobile_number":"473-578-3510","email_id":"Myriam_Mante5@yahoo.com","dop":"2025-11-04","serial_number":"77724937856255","imei1":"77724937856255","imei2":"77724937856255","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T07:25:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/qc
Response Information
Response Code: 200 - OK
Mean time per request: 277ms
Mean size per request: 1.97KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODU0OTM3OH0.F4iDTppr6eSGE4MgHJniw1MmBy39cYQUXbtXqZMfk40
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 31a53f88-d028-495a-a83b-28e3b9e50b12
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"7e6-oTlpnY7NQ0fHSg6Twon9hAl5SJg"
Vary Accept-Encoding
Content-Encoding gzip
Date Fri, 16 Jan 2026 07:42:59 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":155787,"job_number":"JOB_155787","tr_customer_id":155804,"tr_customer_product_id":155794,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T07:42:34.000Z","modified_at":"2026-01-16T07:42:56.000Z","name":"Nathanael Moen","mobile_number":"999-980-8246","email_id":"Mariela.Kozey62@hotmail.com","dop":"2025-04-06","serial_number":"14422282238553","imei1":"14422282238553","imei2":"14422282238553","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-01-16T07:42:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]},{"id":155789,"job_number":"JOB_155789","tr_customer_id":155806,"tr_customer_product_id":155796,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T07:42:50.000Z","modified_at":"2026-01-16T07:42:57.000Z","name":"Ruby Jerde","mobile_number":"325-899-3758","email_id":"Jack.Jerde20@hotmail.com","dop":"2025-11-04","serial_number":"66921671520550","imei1":"66921671520550","imei2":"66921671520550","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-01-16T07:42:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"job_id":98100}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/qc
Response Information
Response Code: 200 - OK
Mean time per request: 254ms
Mean size per request: 49B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODU0OTM3OH0.F4iDTppr6eSGE4MgHJniw1MmBy39cYQUXbtXqZMfk40
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token ba14d9d1-0b47-46dd-91e1-1df6d2585ebd
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 24
Request Body
{
            "job_id": 155789
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 49
ETag W/"31-mme4/gAy7n3u0+fm11JLWXqB5Dc"
Vary Accept-Encoding
Date Fri, 16 Jan 2026 07:42:59 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"QC completed successfully","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/qc
Response Information
Response Code: 200 - OK
Mean time per request: 277ms
Mean size per request: 1.01KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODU0OTM3OH0.F4iDTppr6eSGE4MgHJniw1MmBy39cYQUXbtXqZMfk40
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 9e0e7eb2-7036-4ba6-9325-5c12aff43784
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"408-5VKxf4++bT8dNM1m2zo0StQWRKo"
Vary Accept-Encoding
Content-Encoding gzip
Date Fri, 16 Jan 2026 07:42:59 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":155787,"job_number":"JOB_155787","tr_customer_id":155804,"tr_customer_product_id":155794,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T07:42:34.000Z","modified_at":"2026-01-16T07:42:56.000Z","name":"Nathanael Moen","mobile_number":"999-980-8246","email_id":"Mariela.Kozey62@hotmail.com","dop":"2025-04-06","serial_number":"14422282238553","imei1":"14422282238553","imei2":"14422282238553","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-01-16T07:42:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamfd","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 250ms
Mean size per request: 690B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token f3ae2863-392b-470f-a580-174ce981c5d5
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 42
Request Body
{"username":"iamfd","password":"password"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 690
ETag W/"2b2-Dch/3isYQQ44dEE7mD/W6iWRWOk"
Vary Accept-Encoding
Date Fri, 16 Jan 2026 07:43:00 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg1NDkzODB9.A4O0g2e8fcLt7xauiuIZ96guT6X3syrcP4TJ9RD0P6k"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"1af-Hx7rWnhMedRwRJUvWdcdDLlvRd0"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 250ms
Mean size per request: 438B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg1NDkzNjd9.wumAUbFP1ADFRnbOcF15XNmrjoHY40fOz1uD6eIFsVA
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 4cdc1b54-820d-450e-89b1-1f930ca12485
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 438
ETag W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"
Vary Accept-Encoding
Date Fri, 16 Jan 2026 07:43:00 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"ca-jAuD6auKdGVIj/PAp8hCwAtCfbU"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 265ms
Mean size per request: 242B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg1NDkzNjd9.wumAUbFP1ADFRnbOcF15XNmrjoHY40fOz1uD6eIFsVA
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 22d93e00-d566-4180-8439-f303dec83fe0
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-NLUZBtCH6XauL0ujs/dKwRzTRHU"
Vary Accept-Encoding
Date Fri, 16 Jan 2026 07:43:00 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":1},{"label":"Created today","key":"created_today","count":366},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"pending_for_delivery"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 268ms
Mean size per request: 1011B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg1NDkzNjd9.wumAUbFP1ADFRnbOcF15XNmrjoHY40fOz1uD6eIFsVA
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 974860bd-bc3f-449e-8432-d1292ed58d52
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 38
Request Body
{"details_key":"pending_for_delivery"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 1011
ETag W/"3f3-8ikCtrUe29IqoXTFTqg+yuq5kM0"
Vary Accept-Encoding
Date Fri, 16 Jan 2026 07:43:01 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":155789,"job_number":"JOB_155789","tr_customer_id":155806,"tr_customer_product_id":155796,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T07:42:50.000Z","modified_at":"2026-01-16T07:42:59.000Z","name":"Ruby Jerde","mobile_number":"325-899-3758","email_id":"Jack.Jerde20@hotmail.com","dop":"2025-11-04","serial_number":"66921671520550","imei1":"66921671520550","imei2":"66921671520550","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-16T07:42:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/fd/readyfordelivery' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/fd/readyfordelivery
Response Information
Response Code: 200 - OK
Mean time per request: 261ms
Mean size per request: 1011B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg1NDkzNjd9.wumAUbFP1ADFRnbOcF15XNmrjoHY40fOz1uD6eIFsVA
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 9d0d439e-bd72-4832-9280-f6f87002d9e0
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 1011
ETag W/"3f3-8ikCtrUe29IqoXTFTqg+yuq5kM0"
Vary Accept-Encoding
Date Fri, 16 Jan 2026 07:43:01 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":155789,"job_number":"JOB_155789","tr_customer_id":155806,"tr_customer_product_id":155796,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T07:42:50.000Z","modified_at":"2026-01-16T07:42:59.000Z","name":"Ruby Jerde","mobile_number":"325-899-3758","email_id":"Jack.Jerde20@hotmail.com","dop":"2025-11-04","serial_number":"66921671520550","imei1":"66921671520550","imei2":"66921671520550","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-16T07:42:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/fd/delivertocustomer' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"job_id":98100}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/fd/delivertocustomer
Response Information
Response Code: 200 - OK
Mean time per request: 263ms
Mean size per request: 58B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg1NDkzNjd9.wumAUbFP1ADFRnbOcF15XNmrjoHY40fOz1uD6eIFsVA
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token c563f23e-5f6a-4d27-8e0a-f1acda313c93
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 24
Request Body
{
            "job_id": 155789
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 58
ETag W/"3a-3WdMDfucbYXvuH7Sl4ZX4bUclMI"
Vary Accept-Encoding
Date Fri, 16 Jan 2026 07:43:01 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Delivered to customer successfully","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/search' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDUyMjJ9.YREOhYz69EGXsaEozCw6Ugj3PVEi1zWT1bB4uvrhA9o' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"searchText":"JOB_98100"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/search
Response Information
Response Code: 200 - OK
Mean time per request: 262ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg1NDkzNjd9.wumAUbFP1ADFRnbOcF15XNmrjoHY40fOz1uD6eIFsVA
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 7bacda37-4a75-402c-9bb7-649e5b1c9578
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 26
Request Body
{"searchText":"JOB_98100"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Fri, 16 Jan 2026 07:43:01 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_98100' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDUyMjJ9.YREOhYz69EGXsaEozCw6Ugj3PVEi1zWT1bB4uvrhA9o' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/details/155789
Response Information
Response Code: 200 - OK
Mean time per request: 259ms
Mean size per request: 33B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg1NDkzNjd9.wumAUbFP1ADFRnbOcF15XNmrjoHY40fOz1uD6eIFsVA
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 75566722-e990-4c43-a997-0500ec793ef7
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 33
ETag W/"21-a549D1gRd+HW17tYvMzi9u5U1G4"
Vary Accept-Encoding
Date Fri, 16 Jan 2026 07:43:02 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":null}
Test Information
No Tests for this request
Request Information
Request Method: GET
Request URL:
Response Information
Response Code: -
Mean time per request: 0ms
Mean size per request: 0B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Response Headers
Response Body
No Response Body for this request
Test Information
No Tests for this request
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 251ms
Mean size per request: 690B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Content-Type application/json
DemoHeader Nibriti
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token b45f47ea-c96e-41ca-9eb8-5a09177acf90
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 58
Request Body
{
            "username": "iamfd",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 690
ETag W/"2b2-w5zG8cqYa1Z4ZmB+9MBt39nehpw"
Vary Accept-Encoding
Date Fri, 16 Jan 2026 07:43:02 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg1NDkzODJ9.7Q_cftzxwaYd9kRfPtYAbNXiAp6wEuaefivGfjrL8NY"}}
Test Information
NamePassedFailedSkipped
Verify if the status code is 200 1 0 0
Verify that message should be 'Success' 1 0 0
Verify that token shoukd be valid 1 0 0
Verify JSON Success 1 0 0
Verify the resposne time is below 400ms 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 252ms
Mean size per request: 111B

Test Pass Percentage
67 %
Request Headers
Header NameHeader Value
Content-Type application/json
DemoHeader Nibriti
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token ac779fb8-d136-4eba-bbbc-715c06b943a2
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 71
Request Body
{
            "username": "{{invalidusername}}",
            "password": "Pass123"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 111
ETag W/"6f-3WIQw9DELuoisWKKy7VM2hiZxXA"
Vary Accept-Encoding
Date Fri, 16 Jan 2026 07:43:02 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"Invalid username or password","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify correct error message is shown 1 0 0
Verify correct error status is shown 0 1 0
Verify jsonSchema 1 0 0
Total 2 1 0
Test Failure
Test NameAssertion Error
Verify correct error status is shown
expected 500 to equal 401
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 249ms
Mean size per request: 98B

Test Pass Percentage
67 %
Request Headers
Header NameHeader Value
Content-Type application/json
DemoHeader Nibriti
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 9f433a4c-008e-4c29-82db-6763e92edf71
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 45
Request Body
{
            "username": "",
            "password": ""
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 98
ETag W/"62-jXdd8I0DBicnbx0aboTHyS7NZuM"
Vary Accept-Encoding
Date Fri, 16 Jan 2026 07:43:02 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"Invalid request","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify correct error message is shown 1 0 0
Verify correct error status is shown 0 1 0
Verify jsonSchema 1 0 0
Total 2 1 0
Test Failure
Test NameAssertion Error
Verify correct error status is shown
expected 500 to equal 400
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 250ms
Mean size per request: 438B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg1NDkzODJ9.7Q_cftzxwaYd9kRfPtYAbNXiAp6wEuaefivGfjrL8NY
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token fa95f08d-3dce-4dab-af44-319a0705f541
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 438
ETag W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"
Vary Accept-Encoding
Date Fri, 16 Jan 2026 07:43:03 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
Test Information
NamePassedFailedSkipped
Verify if status code is 200 1 0 0
Verify if response message is success 1 0 0
Verify the response tine is below 400ms 1 0 0
Verify user data is present in response 1 0 0
Verify JSON Response Schema 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 249ms
Mean size per request: 438B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg1NDkzODJ9.7Q_cftzxwaYd9kRfPtYAbNXiAp6wEuaefivGfjrL8NY
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 5d414e4b-79c7-4dd3-9acd-8e168bf39967
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 438
ETag W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"
Vary Accept-Encoding
Date Fri, 16 Jan 2026 07:43:03 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
Test Information
NamePassedFailedSkipped
Security:Veirfy if passowrd field is not present in the response 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Security:Veirfy if passowrd field is not present in the response
expected { id: 4, first_name: 'fd', …(14) } to not have property 'password'
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 247ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg1NDkzODJ9.7Q_cftzxwaYd9kRfPtYAbNXiAp6wEuaefivGfjrL8NY
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token bdd8348f-84d6-4454-ab11-a11b9272cb44
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Fri, 16 Jan 2026 07:43:03 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify status code is 401 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 266ms
Mean size per request: 242B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg1NDkzODJ9.7Q_cftzxwaYd9kRfPtYAbNXiAp6wEuaefivGfjrL8NY
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 8d069d91-4ff7-4619-bf59-81bf7ed00b25
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-Kx3OLL69SVtTV3JHQja3YElsA/c"
Vary Accept-Encoding
Date Fri, 16 Jan 2026 07:43:04 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":0},{"label":"Created today","key":"created_today","count":366},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
NamePassedFailedSkipped
Verify that status code is 200 1 0 0
Verify that response time is below 500ms 1 0 0
Verify if response message is success 1 0 0
Verify JSON Schema 1 0 0
Verify if the length of the data array is 3 1 0 0
Verify if the keys are present in response data Array 1 0 0
Verify if the count for the Json object Pending for delivery is Number or not 1 0 0
Verify if the count for the Json object Created today is Number or not 1 0 0
Verify if the count for the Json object Pending for FST assignment is Number or not 1 0 0
Total 9 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 247ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg1NDkzODJ9.7Q_cftzxwaYd9kRfPtYAbNXiAp6wEuaefivGfjrL8NY
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token eed7156e-e0b2-48fb-ae2e-8ca2e389852c
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Fri, 16 Jan 2026 07:43:04 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify status code is 401 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 267ms
Mean size per request: 242B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg1NDkzODJ9.7Q_cftzxwaYd9kRfPtYAbNXiAp6wEuaefivGfjrL8NY
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token d191bcfe-b1b8-4802-b2a2-a484bf654ec0
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-Kx3OLL69SVtTV3JHQja3YElsA/c"
Vary Accept-Encoding
Date Fri, 16 Jan 2026 07:43:04 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":0},{"label":"Created today","key":"created_today","count":366},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
NamePassedFailedSkipped
Verify status code is 401 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify status code is 401
expected response to have status code 403 but got 200
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTU5NjB9.nfvITuSMfYZ64YhDEuyZcSjywp2smDI8pOVYcgtzgwc' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 200 - OK
Mean time per request: 259ms
Mean size per request: 10.53KB

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg1NDkzODJ9.7Q_cftzxwaYd9kRfPtYAbNXiAp6wEuaefivGfjrL8NY
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token c2b33955-19c0-4152-8117-0affbfccec97
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM"
Vary Accept-Encoding
Content-Encoding gzip
Date Fri, 16 Jan 2026 07:43:04 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Test Information
NamePassedFailedSkipped
Status code is 200 1 0 0
Verify if response message is success 1 0 0
Verify that response time is below 500 1 0 0
Verify JSON Schema 1 0 0
Verify if the key mst_oem is present in the response body 1 0 0
Verify if the key mst_model is present in the response body 1 0 0
Verify if the key mst_action_status is present in the response body 1 0 0
Verify if the key mst_warrenty_status is present in the response body 1 0 0
Verify if the key mst_product is present in the response body 1 0 0
Verify if the key mst_role is present in the response body 1 0 0
Verify if the key mst_service_location is present in the response body 1 0 0
Verify if the key mst_problem is present in the response body 1 0 0
Verify if the key map_fst_pincode is present in the response body 1 0 0
Verify if the key is storing a non empty array 1 0 0
Total 14 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTU5NjB9.nfvITuSMfYZ64YhDEuyZcSjywp2smDI8pOVYcgtzgwc' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 247ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg1NDkzODJ9.7Q_cftzxwaYd9kRfPtYAbNXiAp6wEuaefivGfjrL8NY
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 6d633346-d693-48d0-9fb2-1875b481b99e
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Fri, 16 Jan 2026 07:43:05 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify status code is 401 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTU5NjB9.nfvITuSMfYZ64YhDEuyZcSjywp2smDI8pOVYcgtzgwc' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 200 - OK
Mean time per request: 259ms
Mean size per request: 10.53KB

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg1NDkzODJ9.7Q_cftzxwaYd9kRfPtYAbNXiAp6wEuaefivGfjrL8NY
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 96dcc95b-2f14-467d-8d22-4cb4623b4316
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM"
Vary Accept-Encoding
Content-Encoding gzip
Date Fri, 16 Jan 2026 07:43:05 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Test Information
NamePassedFailedSkipped
Verify status code is 401 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify status code is 401
expected response to have status code 403 but got 200
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 200 - OK
Mean time per request: 294ms
Mean size per request: 233B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg1NDkzODJ9.7Q_cftzxwaYd9kRfPtYAbNXiAp6wEuaefivGfjrL8NY
randomnumber 481
randomFirstName Sim
randomLastName Medhurst
randomEmail Genevieve_Mohr@hotmail.com
randomPhone 420-311-6736
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token d2da1652-8de4-45d3-b6bf-874c34030f5c
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1052
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
            "customer": {
                "first_name": "Keanu",
                "last_name": "Reichel",
                "mobile_number": "742-495-9768",
                "mobile_number_alt": "",
                "email_id": "Maryse_Huels@yahoo.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "23",
                "apartment_name": "Ganga",
                "street_name": "ganga road",
                "landmark": "hgjhggjkkj",
                "area": "Ghartanpada",
                "pincode": "820023",
                "country": "India",
                "state": "Maharashtra"
            },
            "customer_product": {
                "dop": "2025-11-04T23:00:00.000Z",
                "serial_number":"56767976450249",
                "imei1": "56767976450249",
                "imei2": "56767976450249",
                "popurl": "2025-11-04T23:00:00.000Z",
                "product_id": 3,
                "mst_model_id": 3
            },
            "problems": [
                {
                    "id": 3,
                    "remark": ""
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 233
ETag W/"e9-hwI8o8mG0xdRDDZuf6+E7agq9to"
Vary Accept-Encoding
Date Fri, 16 Jan 2026 07:43:05 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Job created successfully. ","data":{"id":155790,"mst_service_location_id":1,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"tr_customer_id":155807,"tr_customer_product_id":155797,"job_number":"JOB_155790"}}
Test Information
NamePassedFailedSkipped
Status code is 200 1 0 0
Verify if response message is Job Created Successfully 1 0 0
Verify that response time is below 500 1 0 0
Verify JSON Schema 1 0 0
Verify that id is present in the response data 1 0 0
Verify that mst_service_location_id is present in the response data 1 0 0
Verify that mst_platform_id is present in the response data 1 0 0
Verify that mst_warrenty_status_id is present in the response data 1 0 0
Verify that mst_oem_id is present in the response data 1 0 0
Verify that tr_customer_id is present in the response data 1 0 0
Verify that tr_customer_product_id is present in the response data 1 0 0
Verify that job_number is present in the response data 1 0 0
Verify job_number starts with JOB_ 1 0 0
Total 13 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 247ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg1NDkzODJ9.7Q_cftzxwaYd9kRfPtYAbNXiAp6wEuaefivGfjrL8NY
randomnumber 607
randomFirstName Chanel
randomLastName Mosciski
randomEmail Mazie.Witting99@gmail.com
randomPhone 590-411-5102
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token c5870be5-f0b2-4864-848d-32a3ed606a99
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1050
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
            "customer": {
                "first_name": "Krystal",
                "last_name": "Hackett",
                "mobile_number": "892-851-3844",
                "mobile_number_alt": "",
                "email_id": "Justice15@hotmail.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "23",
                "apartment_name": "Ganga",
                "street_name": "ganga road",
                "landmark": "hgjhggjkkj",
                "area": "Ghartanpada",
                "pincode": "820023",
                "country": "India",
                "state": "Maharashtra"
            },
            "customer_product": {
                "dop": "2025-11-04T23:00:00.000Z",
                "serial_number":"2779012281030",
                "imei1": "2779012281030",
                "imei2": "2779012281030",
                "popurl": "2025-11-04T23:00:00.000Z",
                "product_id": 3,
                "mst_model_id": 3
            },
            "problems": [
                {
                    "id": 3,
                    "remark": ""
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Fri, 16 Jan 2026 07:43:06 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify if the status code is 401 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 403 - Forbidden
Mean time per request: 249ms
Mean size per request: 100B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg1NDkzNzN9.yEkKw42YeYbDZXl_RwTfFp0gKMpGm-K0YUvu2WfVsjU
randomnumber 865
randomFirstName Margie
randomLastName Schaefer
randomEmail Elody10@hotmail.com
randomPhone 773-243-3778
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token e30bf00d-1a12-42d9-9e33-7a1a05c539ae
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1066
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
            "customer": {
                "first_name": "Jessika",
                "last_name": "Buckridge",
                "mobile_number": "474-957-4258",
                "mobile_number_alt": "",
                "email_id": "Blaise_Schamberger99@hotmail.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "23",
                "apartment_name": "Ganga",
                "street_name": "ganga road",
                "landmark": "hgjhggjkkj",
                "area": "Ghartanpada",
                "pincode": "820023",
                "country": "India",
                "state": "Maharashtra"
            },
            "customer_product": {
                "dop": "2025-11-04T23:00:00.000Z",
                "serial_number":"10949445270774",
                "imei1": "10949445270774",
                "imei2": "10949445270774",
                "popurl": "2025-11-04T23:00:00.000Z",
                "product_id": 3,
                "mst_model_id": 3
            },
            "problems": [
                {
                    "id": 3,
                    "remark": ""
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 100
ETag W/"64-Xjpp+ImmLdm0l7V0Jeu5bjN/7P4"
Vary Accept-Encoding
Date Fri, 16 Jan 2026 07:43:06 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":403,"message":"Permission denied","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify if the status code is 403 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 400 - Bad Request
Mean time per request: 248ms
Mean size per request: 279B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg1NDkzODJ9.7Q_cftzxwaYd9kRfPtYAbNXiAp6wEuaefivGfjrL8NY
randomnumber 54
randomFirstName Nat
randomLastName Yost
randomEmail Lonnie_Mosciski@gmail.com
randomPhone 903-820-0145
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 6da56780-94d9-421f-b4a2-f0197070745c
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 122
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 279
ETag W/"117-pI2NRiqqXTjFlE7JHZVj9IkY8oo"
Vary Accept-Encoding
Date Fri, 16 Jan 2026 07:43:06 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":400,"message":"Unexpected token } in JSON at position 121","expose":true,"statusCode":400,"body":"{\r\n    \"mst_service_location_id\": 0,\r\n    \"mst_platform_id\": 2,\r\n    \"mst_warrenty_status_id\": 1,\r\n    \"mst_oem_id\": 2,\r\n}","type":"entity.parse.failed"}
Test Information
NamePassedFailedSkipped
Verify if the status code is 400 1 0 0
Verify if the error message is shown 1 0 0
Total 2 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 248ms
Mean size per request: 143B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg1NDkzODJ9.7Q_cftzxwaYd9kRfPtYAbNXiAp6wEuaefivGfjrL8NY
randomnumber 568
randomFirstName Margarita
randomLastName Renner
randomEmail Troy2@hotmail.com
randomPhone 974-328-3757
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token be6e49a2-098a-43ed-9ec9-c1c9c3f8d96b
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1044
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
            "customer": {
                "first_name": "Randall",
                "last_name": "Wisoky",
                "mobile_number": "825-284-2606",
                "mobile_number_alt": "",
                "email_id": "Dimitri.Mayert95@hotmail.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "23",
                "apartment_name": "Ganga",
                "street_name": "ganga road",
                "landmark": "hgjhggjkkj",
                "area": "Ghartanpada",
                "pincode": "820023",
                "country": "India",
                "state": "Maharashtra"
            },
            "customer_product": {
                "dop": "2025-11-04T23:00:00.000Z",
                "serial_number":"100000143",
                "imei1": "100000143",
                "imei2": "100000143",
                "popurl": "2025-11-04T23:00:00.000Z",
                "product_id": 3,
                "mst_model_id": 3
            },
            "problems": [
                {
                    "id": 3,
                    "remark": ""
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 143
ETag W/"8f-asfwh61GY//05D/sXjFd8ssjiig"
Vary Accept-Encoding
Date Fri, 16 Jan 2026 07:43:06 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"\"serial_number\" length must be at least 14 characters long","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify if the status code is 400 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify if the status code is 400
expected response to have status code 400 but got 500
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 400 - Bad Request
Mean time per request: 247ms
Mean size per request: 279B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg1NDkzODJ9.7Q_cftzxwaYd9kRfPtYAbNXiAp6wEuaefivGfjrL8NY
randomnumber 894
randomFirstName Drew
randomLastName Swift
randomEmail Tre51@yahoo.com
randomPhone 310-347-7386
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token a59538ae-1ad2-4509-8929-a8a09b26ae6d
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 122
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 279
ETag W/"117-pI2NRiqqXTjFlE7JHZVj9IkY8oo"
Vary Accept-Encoding
Date Fri, 16 Jan 2026 07:43:07 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":400,"message":"Unexpected token } in JSON at position 121","expose":true,"statusCode":400,"body":"{\r\n    \"mst_service_location_id\": 0,\r\n    \"mst_platform_id\": 2,\r\n    \"mst_warrenty_status_id\": 1,\r\n    \"mst_oem_id\": 2,\r\n}","type":"entity.parse.failed"}
Test Information
NamePassedFailedSkipped
Verify if the status code is 400 1 0 0
Verify if the error message is shown 1 0 0
Total 2 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 268ms
Mean size per request: 242B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg1NDkzODJ9.7Q_cftzxwaYd9kRfPtYAbNXiAp6wEuaefivGfjrL8NY
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token fe04fbe6-60c4-4bf6-a2f2-a228c48b0260
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-w7UK6D19B+uHUR+hdzZujPg773I"
Vary Accept-Encoding
Date Fri, 16 Jan 2026 07:43:07 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":0},{"label":"Created today","key":"created_today","count":367},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
NamePassedFailedSkipped
Check if the count for the created jobs today is greater than the old value 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Check if the count for the created jobs today is greater than the old value
the argument to above must be a number
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"created_today"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 353ms
Mean size per request: 355.72KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg1NDkzODJ9.7Q_cftzxwaYd9kRfPtYAbNXiAp6wEuaefivGfjrL8NY
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 63cdea2c-55ed-4db3-9c0b-0e62b9ea8259
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 31
Request Body
{"details_key":"created_today"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"58ee2-b9Rg53XNFmFEi6Vxp0OcEhyqouY"
Vary Accept-Encoding
Content-Encoding gzip
Date Fri, 16 Jan 2026 07:43:07 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":155424,"job_number":"JOB_155424","tr_customer_id":155441,"tr_customer_product_id":155431,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T02:42:48.000Z","modified_at":"2026-01-16T02:42:48.000Z","name":"Stanton Swift","mobile_number":"327-426-1232","email_id":"Nina14@hotmail.com","dop":"2025-04-06","serial_number":"15029261700906","imei1":"15029261700906","imei2":"15029261700906","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T02:42:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155425,"job_number":"JOB_155425","tr_customer_id":155442,"tr_customer_product_id":155432,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:48:46.000Z","modified_at":"2026-01-16T03:49:21.000Z","name":"Devon Hyatt","mobile_number":"631-498-1635","email_id":"Wiley.Wintheiser8@yahoo.com","dop":"2025-04-06","serial_number":"10511591984841","imei1":"10511591984841","imei2":"10511591984841","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:49:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155426,"job_number":"JOB_155426","tr_customer_id":155443,"tr_customer_product_id":155433,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:48:47.000Z","modified_at":"2026-01-16T03:48:56.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"82579717898673","imei1":"82579717898673","imei2":"82579717898673","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:48:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155427,"job_number":"JOB_155427","tr_customer_id":155444,"tr_customer_product_id":155434,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:48:47.000Z","modified_at":"2026-01-16T03:48:47.000Z","name":"Adolf Jenkins","mobile_number":"288-664-8968","email_id":"Kaya78@yahoo.com","dop":"2025-04-06","serial_number":"17466723092028176","imei1":"17466723092028176","imei2":"17466723092028176","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:48:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155428,"job_number":"JOB_155428","tr_customer_id":155445,"tr_customer_product_id":155435,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:48:58.000Z","modified_at":"2026-01-16T03:49:07.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"27000755587566","imei1":"27000755587566","imei2":"27000755587566","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:49:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155429,"job_number":"JOB_155429","tr_customer_id":155446,"tr_customer_product_id":155436,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:02.000Z","modified_at":"2026-01-16T03:49:02.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"10119186116387","imei1":"10119186116387","imei2":"10119186116387","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155430,"job_number":"JOB_155430","tr_customer_id":155447,"tr_customer_product_id":155437,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:03.000Z","modified_at":"2026-01-16T03:49:39.000Z","name":"Anne Hegmann","mobile_number":"839-551-2617","email_id":"Audrey43@yahoo.com","dop":"2025-04-06","serial_number":"15012845632580","imei1":"15012845632580","imei2":"15012845632580","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:49:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155431,"job_number":"JOB_155431","tr_customer_id":155448,"tr_customer_product_id":155438,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:04.000Z","modified_at":"2026-01-16T03:49:04.000Z","name":"Freddie Frami","mobile_number":"345-589-2458","email_id":"Carter_Smitham@yahoo.com","dop":"2025-04-06","serial_number":"16508086076502222","imei1":"16508086076502222","imei2":"16508086076502222","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155432,"job_number":"JOB_155432","tr_customer_id":155449,"tr_customer_product_id":155439,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:26.000Z","modified_at":"2026-01-16T03:50:03.000Z","name":"Keenan Cruickshank","mobile_number":"704-823-3408","email_id":"Laney8@yahoo.com","dop":"2025-04-06","serial_number":"18357633962789","imei1":"18357633962789","imei2":"18357633962789","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:50:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155433,"job_number":"JOB_155433","tr_customer_id":155450,"tr_customer_product_id":155440,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:28.000Z","modified_at":"2026-01-16T03:49:28.000Z","name":"Art Harber","mobile_number":"463-936-0910","email_id":"Lyla.Bernhard@yahoo.com","dop":"2025-04-06","serial_number":"13856155720402280","imei1":"13856155720402280","imei2":"13856155720402280","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155434,"job_number":"JOB_155434","tr_customer_id":155451,"tr_customer_product_id":155441,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:29.000Z","modified_at":"2026-01-16T03:49:29.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10800725289146","imei1":"10800725289146","imei2":"10800725289146","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155435,"job_number":"JOB_155435","tr_customer_id":155452,"tr_customer_product_id":155442,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:29.000Z","modified_at":"2026-01-16T03:50:06.000Z","name":"Brenden Heathcote","mobile_number":"249-366-5500","email_id":"George59@yahoo.com","dop":"2025-06-18","serial_number":"10073586455286","imei1":"10073586455286","imei2":"10073586455286","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:50:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155436,"job_number":"JOB_155436","tr_customer_id":155453,"tr_customer_product_id":155443,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:30.000Z","modified_at":"2026-01-16T03:49:30.000Z","name":"Myra Schoen","mobile_number":"843-860-1700","email_id":"Hyman.Macejkovic@hotmail.com","dop":"2025-06-18","serial_number":"1012929871257721","imei1":"1012929871257721","imei2":"1012929871257721","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155437,"job_number":"JOB_155437","tr_customer_id":155454,"tr_customer_product_id":155444,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:31.000Z","modified_at":"2026-01-16T03:49:31.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16293613818984","imei1":"16293613818984","imei2":"16293613818984","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155438,"job_number":"JOB_155438","tr_customer_id":155455,"tr_customer_product_id":155445,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:31.000Z","modified_at":"2026-01-16T03:50:06.000Z","name":"Michale Emmerich","mobile_number":"487-816-6335","email_id":"Zora.Lang@hotmail.com","dop":"2025-04-06","serial_number":"10913936480104","imei1":"10913936480104","imei2":"10913936480104","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:50:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155439,"job_number":"JOB_155439","tr_customer_id":155456,"tr_customer_product_id":155446,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:32.000Z","modified_at":"2026-01-16T03:49:32.000Z","name":"Orpha Russel","mobile_number":"851-416-0509","email_id":"Alford.Rath@gmail.com","dop":"2025-04-06","serial_number":"15917139307603264","imei1":"15917139307603264","imei2":"15917139307603264","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155440,"job_number":"JOB_155440","tr_customer_id":155457,"tr_customer_product_id":155447,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:34.000Z","modified_at":"2026-01-16T03:49:34.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13793635124344","imei1":"13793635124344","imei2":"13793635124344","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155441,"job_number":"JOB_155441","tr_customer_id":155458,"tr_customer_product_id":155448,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:35.000Z","modified_at":"2026-01-16T03:50:11.000Z","name":"Demetris Champlin","mobile_number":"680-834-1605","email_id":"Joanny_Paucek@gmail.com","dop":"2025-04-06","serial_number":"18957349507626","imei1":"18957349507626","imei2":"18957349507626","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:50:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155442,"job_number":"JOB_155442","tr_customer_id":155459,"tr_customer_product_id":155449,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:36.000Z","modified_at":"2026-01-16T03:49:36.000Z","name":"Odell Metz","mobile_number":"924-648-1872","email_id":"Anthony69@yahoo.com","dop":"2025-04-06","serial_number":"18593202335272896","imei1":"18593202335272896","imei2":"18593202335272896","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155444,"job_number":"JOB_155444","tr_customer_id":155461,"tr_customer_product_id":155451,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:40.000Z","modified_at":"2026-01-16T03:50:14.000Z","name":"Cristal Schiller","mobile_number":"548-919-9749","email_id":"Buck.Emard@gmail.com","dop":"2025-04-06","serial_number":"11779679542647","imei1":"11779679542647","imei2":"11779679542647","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:50:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155445,"job_number":"JOB_155445","tr_customer_id":155462,"tr_customer_product_id":155452,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:41.000Z","modified_at":"2026-01-16T03:49:41.000Z","name":"Annamae Jerde","mobile_number":"425-305-0390","email_id":"Paula79@gmail.com","dop":"2025-04-06","serial_number":"19676312487162080","imei1":"19676312487162080","imei2":"19676312487162080","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155446,"job_number":"JOB_155446","tr_customer_id":155463,"tr_customer_product_id":155453,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:46.000Z","modified_at":"2026-01-16T03:49:46.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"10719081751979","imei1":"10719081751979","imei2":"10719081751979","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155447,"job_number":"JOB_155447","tr_customer_id":155464,"tr_customer_product_id":155454,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:47.000Z","modified_at":"2026-01-16T03:50:23.000Z","name":"Brianne Stiedemann","mobile_number":"839-823-9846","email_id":"Chyna.Watsica@hotmail.com","dop":"2025-04-06","serial_number":"18940283018029","imei1":"18940283018029","imei2":"18940283018029","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:50:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155448,"job_number":"JOB_155448","tr_customer_id":155465,"tr_customer_product_id":155455,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:48.000Z","modified_at":"2026-01-16T03:49:48.000Z","name":"Chloe Harber","mobile_number":"215-331-2312","email_id":"Alfreda90@hotmail.com","dop":"2025-04-06","serial_number":"13418452620890480","imei1":"13418452620890480","imei2":"13418452620890480","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155449,"job_number":"JOB_155449","tr_customer_id":155466,"tr_customer_product_id":155456,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:50.000Z","modified_at":"2026-01-16T03:50:25.000Z","name":"Melissa Sauer","mobile_number":"261-675-1341","email_id":"Jasper4@yahoo.com","dop":"2025-04-06","serial_number":"18538007467219","imei1":"18538007467219","imei2":"18538007467219","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:50:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155450,"job_number":"JOB_155450","tr_customer_id":155467,"tr_customer_product_id":155457,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:51.000Z","modified_at":"2026-01-16T03:49:51.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19393676832997","imei1":"19393676832997","imei2":"19393676832997","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155451,"job_number":"JOB_155451","tr_customer_id":155468,"tr_customer_product_id":155458,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:51.000Z","modified_at":"2026-01-16T03:50:26.000Z","name":"Maryam Casper","mobile_number":"834-461-0228","email_id":"Lorena27@gmail.com","dop":"2025-04-06","serial_number":"16392957973752","imei1":"16392957973752","imei2":"16392957973752","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:50:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155452,"job_number":"JOB_155452","tr_customer_id":155469,"tr_customer_product_id":155459,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:51.000Z","modified_at":"2026-01-16T03:49:51.000Z","name":"Jazmyn Frami","mobile_number":"378-941-0210","email_id":"Jaquan_Beahan42@hotmail.com","dop":"2025-04-06","serial_number":"17218371108995020","imei1":"17218371108995020","imei2":"17218371108995020","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155453,"job_number":"JOB_155453","tr_customer_id":155470,"tr_customer_product_id":155460,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:52.000Z","modified_at":"2026-01-16T03:49:52.000Z","name":"Rodolfo Leannon","mobile_number":"233-470-1532","email_id":"Lera_OConnell28@yahoo.com","dop":"2025-04-06","serial_number":"15617838244611716","imei1":"15617838244611716","imei2":"15617838244611716","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155454,"job_number":"JOB_155454","tr_customer_id":155471,"tr_customer_product_id":155461,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:53.000Z","modified_at":"2026-01-16T03:49:53.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15556448528914","imei1":"15556448528914","imei2":"15556448528914","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155455,"job_number":"JOB_155455","tr_customer_id":155472,"tr_customer_product_id":155462,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:54.000Z","modified_at":"2026-01-16T03:50:31.000Z","name":"Tyshawn Powlowski","mobile_number":"324-460-9882","email_id":"Alphonso.Jakubowski@yahoo.com","dop":"2025-04-06","serial_number":"19323944230136","imei1":"19323944230136","imei2":"19323944230136","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:50:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155457,"job_number":"JOB_155457","tr_customer_id":155474,"tr_customer_product_id":155464,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:55.000Z","modified_at":"2026-01-16T03:49:55.000Z","name":"Augustine Larkin","mobile_number":"840-287-8921","email_id":"Nat92@gmail.com","dop":"2025-04-06","serial_number":"11732202568883996","imei1":"11732202568883996","imei2":"11732202568883996","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155458,"job_number":"JOB_155458","tr_customer_id":155475,"tr_customer_product_id":155465,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:56.000Z","modified_at":"2026-01-16T03:49:56.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"15432771432624","imei1":"15432771432624","imei2":"15432771432624","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155459,"job_number":"JOB_155459","tr_customer_id":155476,"tr_customer_product_id":155466,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:57.000Z","modified_at":"2026-01-16T03:49:57.000Z","name":"Ransom Cremin","mobile_number":"700-905-1228","email_id":"Amie_Stokes15@yahoo.com","dop":"2025-09-16","serial_number":"14198812392049","imei1":"14198812392049","imei2":"14198812392049","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155460,"job_number":"JOB_155460","tr_customer_id":155477,"tr_customer_product_id":155467,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:58.000Z","modified_at":"2026-01-16T03:50:35.000Z","name":"Dennis Huels","mobile_number":"935-797-0501","email_id":"Sven21@gmail.com","dop":"2025-04-06","serial_number":"19555161114711","imei1":"19555161114711","imei2":"19555161114711","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:50:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155461,"job_number":"JOB_155461","tr_customer_id":155478,"tr_customer_product_id":155468,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:59.000Z","modified_at":"2026-01-16T03:49:59.000Z","name":"Lily DuBuque","mobile_number":"648-726-2493","email_id":"Flo_Ullrich@yahoo.com","dop":"2025-04-06","serial_number":"15093397526373716","imei1":"15093397526373716","imei2":"15093397526373716","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155462,"job_number":"JOB_155462","tr_customer_id":155479,"tr_customer_product_id":155469,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:00.000Z","modified_at":"2026-01-16T03:50:00.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16302143032329","imei1":"16302143032329","imei2":"16302143032329","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155463,"job_number":"JOB_155463","tr_customer_id":155480,"tr_customer_product_id":155470,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:00.000Z","modified_at":"2026-01-16T03:50:37.000Z","name":"Sylvan Kilback","mobile_number":"254-593-0602","email_id":"Abe_Braun@gmail.com","dop":"2025-04-06","serial_number":"16392368227914","imei1":"16392368227914","imei2":"16392368227914","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:50:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155464,"job_number":"JOB_155464","tr_customer_id":155481,"tr_customer_product_id":155471,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:01.000Z","modified_at":"2026-01-16T03:50:01.000Z","name":"Keon Schiller","mobile_number":"979-646-1577","email_id":"Cali.Schmeler@hotmail.com","dop":"2025-04-06","serial_number":"12456741384347064","imei1":"12456741384347064","imei2":"12456741384347064","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155465,"job_number":"JOB_155465","tr_customer_id":155482,"tr_customer_product_id":155472,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:06.000Z","modified_at":"2026-01-16T03:50:06.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10335752715658","imei1":"10335752715658","imei2":"10335752715658","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:06.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":155466,"job_number":"JOB_155466","tr_customer_id":155483,"tr_customer_product_id":155473,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:07.000Z","modified_at":"2026-01-16T03:50:41.000Z","name":"Shayna Tillman","mobile_number":"817-622-3687","email_id":"Annalise.Wilderman8@hotmail.com","dop":"2000-01-31","serial_number":"10153501522431","imei1":"10153501522431","imei2":"10153501522431","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:50:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155467,"job_number":"JOB_155467","tr_customer_id":155484,"tr_customer_product_id":155474,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:08.000Z","modified_at":"2026-01-16T03:50:08.000Z","name":"Tyreek Herman","mobile_number":"911-362-4523","email_id":"Paolo_Steuber85@gmail.com","dop":"2000-01-31","serial_number":"1082437193483165","imei1":"1082437193483165","imei2":"1082437193483165","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:08.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":155469,"job_number":"JOB_155469","tr_customer_id":155486,"tr_customer_product_id":155476,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:12.000Z","modified_at":"2026-01-16T03:50:12.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17572605359542","imei1":"17572605359542","imei2":"17572605359542","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155470,"job_number":"JOB_155470","tr_customer_id":155487,"tr_customer_product_id":155477,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:12.000Z","modified_at":"2026-01-16T03:50:49.000Z","name":"Kayden Predovic","mobile_number":"847-332-6455","email_id":"Casper36@gmail.com","dop":"2025-04-06","serial_number":"14461735949468","imei1":"14461735949468","imei2":"14461735949468","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:50:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155471,"job_number":"JOB_155471","tr_customer_id":155488,"tr_customer_product_id":155478,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:13.000Z","modified_at":"2026-01-16T03:50:13.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19644397672208","imei1":"19644397672208","imei2":"19644397672208","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155472,"job_number":"JOB_155472","tr_customer_id":155489,"tr_customer_product_id":155479,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:13.000Z","modified_at":"2026-01-16T03:50:13.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12617466503159","imei1":"12617466503159","imei2":"12617466503159","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155473,"job_number":"JOB_155473","tr_customer_id":155490,"tr_customer_product_id":155480,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:13.000Z","modified_at":"2026-01-16T03:50:49.000Z","name":"Aletha Leuschke","mobile_number":"672-516-0156","email_id":"Adriana67@yahoo.com","dop":"2025-04-06","serial_number":"10848463791565","imei1":"10848463791565","imei2":"10848463791565","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:50:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155474,"job_number":"JOB_155474","tr_customer_id":155491,"tr_customer_product_id":155481,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:13.000Z","modified_at":"2026-01-16T03:50:49.000Z","name":"Allie Orn","mobile_number":"670-884-1050","email_id":"Andreanne.West87@hotmail.com","dop":"2025-04-06","serial_number":"11293849841746","imei1":"11293849841746","imei2":"11293849841746","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:50:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155475,"job_number":"JOB_155475","tr_customer_id":155492,"tr_customer_product_id":155482,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:14.000Z","modified_at":"2026-01-16T03:50:14.000Z","name":"Adelle Krajcik","mobile_number":"702-372-6251","email_id":"Ariel79@yahoo.com","dop":"2025-04-06","serial_number":"14100259099568680","imei1":"14100259099568680","imei2":"14100259099568680","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155476,"job_number":"JOB_155476","tr_customer_id":155493,"tr_customer_product_id":155483,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:14.000Z","modified_at":"2026-01-16T03:50:14.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10878708681342","imei1":"10878708681342","imei2":"10878708681342","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155477,"job_number":"JOB_155477","tr_customer_id":155494,"tr_customer_product_id":155484,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:14.000Z","modified_at":"2026-01-16T03:50:52.000Z","name":"Eloy Gleason","mobile_number":"954-253-3805","email_id":"Randal.Douglas@hotmail.com","dop":"2025-06-18","serial_number":"10657931856098","imei1":"10657931856098","imei2":"10657931856098","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:50:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155478,"job_number":"JOB_155478","tr_customer_id":155495,"tr_customer_product_id":155485,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:14.000Z","modified_at":"2026-01-16T03:50:14.000Z","name":"Burley Ferry","mobile_number":"454-889-2257","email_id":"Emmanuel87@gmail.com","dop":"2025-06-18","serial_number":"1039806240125689","imei1":"1039806240125689","imei2":"1039806240125689","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155479,"job_number":"JOB_155479","tr_customer_id":155496,"tr_customer_product_id":155486,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:14.000Z","modified_at":"2026-01-16T03:50:14.000Z","name":"Clair Botsford","mobile_number":"852-670-2187","email_id":"Jadon13@yahoo.com","dop":"2025-04-06","serial_number":"10514325053134684","imei1":"10514325053134684","imei2":"10514325053134684","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155480,"job_number":"JOB_155480","tr_customer_id":155497,"tr_customer_product_id":155487,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:15.000Z","modified_at":"2026-01-16T03:50:15.000Z","name":"Cordia Heller","mobile_number":"902-286-2145","email_id":"Mozelle.Mante84@hotmail.com","dop":"2025-04-06","serial_number":"11145369566089634","imei1":"11145369566089634","imei2":"11145369566089634","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155481,"job_number":"JOB_155481","tr_customer_id":155498,"tr_customer_product_id":155488,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:15.000Z","modified_at":"2026-01-16T03:50:30.000Z","name":"Ellis Wehner","mobile_number":"842-524-7418","email_id":"Precious10@hotmail.com","dop":"2025-05-30","serial_number":"13445512678210","imei1":"13445512678210","imei2":"13445512678210","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:50:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155482,"job_number":"JOB_155482","tr_customer_id":155499,"tr_customer_product_id":155489,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:16.000Z","modified_at":"2026-01-16T03:50:16.000Z","name":"Darlene Moore","mobile_number":"892-634-9185","email_id":"Cydney49@hotmail.com","dop":"2025-05-30","serial_number":"18010154364704","imei1":"18010154364704","imei2":"18010154364704","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155483,"job_number":"JOB_155483","tr_customer_id":155500,"tr_customer_product_id":155490,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:16.000Z","modified_at":"2026-01-16T03:50:16.000Z","name":"jatin sharma","mobile_number":"7045663552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15086916354521","imei1":"15086916354521","imei2":"15086916354521","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155484,"job_number":"JOB_155484","tr_customer_id":155501,"tr_customer_product_id":155491,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:17.000Z","modified_at":"2026-01-16T03:50:52.000Z","name":"Gabe Larkin","mobile_number":"281-301-7028","email_id":"Dustin.Price@hotmail.com","dop":"2025-04-06","serial_number":"17705338839979","imei1":"17705338839979","imei2":"17705338839979","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:50:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155485,"job_number":"JOB_155485","tr_customer_id":155502,"tr_customer_product_id":155492,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:17.000Z","modified_at":"2026-01-16T03:50:17.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"11210325396648","imei1":"11210325396648","imei2":"11210325396648","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155486,"job_number":"JOB_155486","tr_customer_id":155503,"tr_customer_product_id":155493,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:17.000Z","modified_at":"2026-01-16T03:50:17.000Z","name":"Michel Brown","mobile_number":"210-573-5638","email_id":"Beulah_Haley@gmail.com","dop":"2025-09-16","serial_number":"18378684230417","imei1":"18378684230417","imei2":"18378684230417","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155487,"job_number":"JOB_155487","tr_customer_id":155504,"tr_customer_product_id":155494,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:17.000Z","modified_at":"2026-01-16T03:50:17.000Z","name":"Laverne Hermann","mobile_number":"255-258-5851","email_id":"Elias.Pfeffer@gmail.com","dop":"2025-05-30","serial_number":"1773393727488693","imei1":"1773393727488693","imei2":"1773393727488693","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155488,"job_number":"JOB_155488","tr_customer_id":155505,"tr_customer_product_id":155495,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:18.000Z","modified_at":"2026-01-16T03:50:18.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19489164608557","imei1":"19489164608557","imei2":"19489164608557","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155489,"job_number":"JOB_155489","tr_customer_id":155506,"tr_customer_product_id":155496,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:18.000Z","modified_at":"2026-01-16T03:50:56.000Z","name":"River Bayer","mobile_number":"326-545-4738","email_id":"Hilton_Heaney@gmail.com","dop":"2025-04-06","serial_number":"15794966192667","imei1":"15794966192667","imei2":"15794966192667","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:50:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155490,"job_number":"JOB_155490","tr_customer_id":155507,"tr_customer_product_id":155497,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:18.000Z","modified_at":"2026-01-16T03:50:18.000Z","name":"Effie Hirthe","mobile_number":"904-504-7871","email_id":"Jaleel33@hotmail.com","dop":"2025-04-06","serial_number":"18365556496908364","imei1":"18365556496908364","imei2":"18365556496908364","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155492,"job_number":"JOB_155492","tr_customer_id":155509,"tr_customer_product_id":155499,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:19.000Z","modified_at":"2026-01-16T03:50:19.000Z","name":"Jayda Erdman","mobile_number":"904-994-2013","email_id":"Dulce_Runolfsson@yahoo.com","dop":"2025-04-06","serial_number":"11507241961359184","imei1":"11507241961359184","imei2":"11507241961359184","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155493,"job_number":"JOB_155493","tr_customer_id":155510,"tr_customer_product_id":155500,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:31.000Z","modified_at":"2026-01-16T03:50:31.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"11665058321236","imei1":"11665058321236","imei2":"11665058321236","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155494,"job_number":"JOB_155494","tr_customer_id":155511,"tr_customer_product_id":155501,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:31.000Z","modified_at":"2026-01-16T03:51:08.000Z","name":"Joaquin Paucek","mobile_number":"679-452-8101","email_id":"Chelsey_Kutch28@gmail.com","dop":"2025-04-06","serial_number":"16999493718254","imei1":"16999493718254","imei2":"16999493718254","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:51:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155498,"job_number":"JOB_155498","tr_customer_id":155515,"tr_customer_product_id":155505,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:32.000Z","modified_at":"2026-01-16T03:50:32.000Z","name":"Lea Kihn","mobile_number":"556-210-1089","email_id":"Ali84@hotmail.com","dop":"2025-04-06","serial_number":"16466499992899680","imei1":"16466499992899680","imei2":"16466499992899680","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155499,"job_number":"JOB_155499","tr_customer_id":155516,"tr_customer_product_id":155506,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:33.000Z","modified_at":"2026-01-16T03:50:33.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15903991764733","imei1":"15903991764733","imei2":"15903991764733","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155501,"job_number":"JOB_155501","tr_customer_id":155518,"tr_customer_product_id":155508,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:33.000Z","modified_at":"2026-01-16T03:51:08.000Z","name":"Meggie Nolan","mobile_number":"320-668-4934","email_id":"Merlin_Bayer@hotmail.com","dop":"2025-04-06","serial_number":"12169636839234","imei1":"12169636839234","imei2":"12169636839234","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:51:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155502,"job_number":"JOB_155502","tr_customer_id":155519,"tr_customer_product_id":155509,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:35.000Z","modified_at":"2026-01-16T03:50:35.000Z","name":"Jamie Ernser","mobile_number":"374-907-2440","email_id":"Malvina.Pacocha@gmail.com","dop":"2025-04-06","serial_number":"17748897172456848","imei1":"17748897172456848","imei2":"17748897172456848","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155503,"job_number":"JOB_155503","tr_customer_id":155520,"tr_customer_product_id":155510,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:36.000Z","modified_at":"2026-01-16T03:50:36.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19065261548627","imei1":"19065261548627","imei2":"19065261548627","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155504,"job_number":"JOB_155504","tr_customer_id":155521,"tr_customer_product_id":155511,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:37.000Z","modified_at":"2026-01-16T03:51:15.000Z","name":"Devante Lakin","mobile_number":"896-327-6801","email_id":"Christ54@yahoo.com","dop":"2025-04-06","serial_number":"11712092968923","imei1":"11712092968923","imei2":"11712092968923","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:51:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155505,"job_number":"JOB_155505","tr_customer_id":155522,"tr_customer_product_id":155512,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:38.000Z","modified_at":"2026-01-16T03:50:38.000Z","name":"kajal p","mobile_number":"9243526785","email_id":"kajal@gmail.com","dop":"2025-09-16","serial_number":"19786927864918","imei1":"19786927864918","imei2":"19786927864918","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155506,"job_number":"JOB_155506","tr_customer_id":155523,"tr_customer_product_id":155513,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:38.000Z","modified_at":"2026-01-16T03:50:38.000Z","name":"Demarco Morar","mobile_number":"802-374-9441","email_id":"Elinor_Powlowski@hotmail.com","dop":"2025-04-06","serial_number":"14884336901649836","imei1":"14884336901649836","imei2":"14884336901649836","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155507,"job_number":"JOB_155507","tr_customer_id":155524,"tr_customer_product_id":155514,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:38.000Z","modified_at":"2026-01-16T03:50:38.000Z","name":"Ronny Schultz","mobile_number":"861-583-1061","email_id":"Stefan_Walker@gmail.com","dop":"2025-09-16","serial_number":"19753865477342","imei1":"19753865477342","imei2":"19753865477342","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155508,"job_number":"JOB_155508","tr_customer_id":155525,"tr_customer_product_id":155515,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:39.000Z","modified_at":"2026-01-16T03:50:39.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10896625273451","imei1":"10896625273451","imei2":"10896625273451","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155509,"job_number":"JOB_155509","tr_customer_id":155526,"tr_customer_product_id":155516,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:39.000Z","modified_at":"2026-01-16T03:51:16.000Z","name":"Luis Cummings","mobile_number":"979-873-9208","email_id":"Gail_Miller@hotmail.com","dop":"2025-04-06","serial_number":"12036436902688","imei1":"12036436902688","imei2":"12036436902688","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:51:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155510,"job_number":"JOB_155510","tr_customer_id":155527,"tr_customer_product_id":155517,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:40.000Z","modified_at":"2026-01-16T03:50:40.000Z","name":"Jaron Feest","mobile_number":"740-734-6885","email_id":"Danial.Cronin@yahoo.com","dop":"2025-04-06","serial_number":"17939993103907352","imei1":"17939993103907352","imei2":"17939993103907352","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155511,"job_number":"JOB_155511","tr_customer_id":155528,"tr_customer_product_id":155518,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:45.000Z","modified_at":"2026-01-16T03:50:45.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18468031412321","imei1":"18468031412321","imei2":"18468031412321","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155513,"job_number":"JOB_155513","tr_customer_id":155530,"tr_customer_product_id":155520,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:45.000Z","modified_at":"2026-01-16T03:51:21.000Z","name":"Amos Zemlak","mobile_number":"757-739-0241","email_id":"Gordon_Waters12@yahoo.com","dop":"2025-04-06","serial_number":"16930659088370","imei1":"16930659088370","imei2":"16930659088370","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:51:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155517,"job_number":"JOB_155517","tr_customer_id":155534,"tr_customer_product_id":155524,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:46.000Z","modified_at":"2026-01-16T03:50:46.000Z","name":"Alfonso Schuster","mobile_number":"596-673-4473","email_id":"Kristin.Kunze19@gmail.com","dop":"2025-04-06","serial_number":"18495685243234810","imei1":"18495685243234810","imei2":"18495685243234810","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155518,"job_number":"JOB_155518","tr_customer_id":155535,"tr_customer_product_id":155525,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:48.000Z","modified_at":"2026-01-16T03:50:48.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10243583498088","imei1":"10243583498088","imei2":"10243583498088","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:48.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":155519,"job_number":"JOB_155519","tr_customer_id":155536,"tr_customer_product_id":155526,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:49.000Z","modified_at":"2026-01-16T03:51:23.000Z","name":"Eduardo Gottlieb","mobile_number":"611-731-4560","email_id":"Luisa_White59@hotmail.com","dop":"2000-01-31","serial_number":"10757406875028","imei1":"10757406875028","imei2":"10757406875028","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:51:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155520,"job_number":"JOB_155520","tr_customer_id":155537,"tr_customer_product_id":155527,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:50.000Z","modified_at":"2026-01-16T03:50:50.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"12504133162441","imei1":"12504133162441","imei2":"12504133162441","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155521,"job_number":"JOB_155521","tr_customer_id":155538,"tr_customer_product_id":155528,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:50.000Z","modified_at":"2026-01-16T03:51:25.000Z","name":"Aliya Gleichner","mobile_number":"742-390-8014","email_id":"Lew3@yahoo.com","dop":"2025-04-06","serial_number":"10454545692969","imei1":"10454545692969","imei2":"10454545692969","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:51:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155522,"job_number":"JOB_155522","tr_customer_id":155539,"tr_customer_product_id":155529,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:50.000Z","modified_at":"2026-01-16T03:50:50.000Z","name":"Anastacio Braun","mobile_number":"901-520-5880","email_id":"Felicity52@gmail.com","dop":"2000-01-31","serial_number":"1016974076082802","imei1":"1016974076082802","imei2":"1016974076082802","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:50.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":155523,"job_number":"JOB_155523","tr_customer_id":155540,"tr_customer_product_id":155530,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:51.000Z","modified_at":"2026-01-16T03:50:51.000Z","name":"Jordan Ziemann","mobile_number":"836-352-6987","email_id":"Nia.Goyette@gmail.com","dop":"2025-04-06","serial_number":"19850680721486776","imei1":"19850680721486776","imei2":"19850680721486776","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155524,"job_number":"JOB_155524","tr_customer_id":155541,"tr_customer_product_id":155531,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:55.000Z","modified_at":"2026-01-16T03:50:55.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16423158069554","imei1":"16423158069554","imei2":"16423158069554","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155525,"job_number":"JOB_155525","tr_customer_id":155542,"tr_customer_product_id":155532,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:56.000Z","modified_at":"2026-01-16T03:51:30.000Z","name":"Travon Hamill","mobile_number":"250-295-8929","email_id":"Krystina91@hotmail.com","dop":"2025-04-06","serial_number":"13028818282099","imei1":"13028818282099","imei2":"13028818282099","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:51:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155526,"job_number":"JOB_155526","tr_customer_id":155543,"tr_customer_product_id":155533,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:56.000Z","modified_at":"2026-01-16T03:50:56.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10347985625835","imei1":"10347985625835","imei2":"10347985625835","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155527,"job_number":"JOB_155527","tr_customer_id":155544,"tr_customer_product_id":155534,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:56.000Z","modified_at":"2026-01-16T03:51:31.000Z","name":"Alfreda Hane","mobile_number":"469-594-8298","email_id":"Name84@hotmail.com","dop":"2025-04-06","serial_number":"14065014328261","imei1":"14065014328261","imei2":"14065014328261","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:51:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155528,"job_number":"JOB_155528","tr_customer_id":155545,"tr_customer_product_id":155535,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:57.000Z","modified_at":"2026-01-16T03:50:57.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13234120169371","imei1":"13234120169371","imei2":"13234120169371","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155529,"job_number":"JOB_155529","tr_customer_id":155546,"tr_customer_product_id":155536,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:57.000Z","modified_at":"2026-01-16T03:51:34.000Z","name":"Felicia Bruen","mobile_number":"485-887-7546","email_id":"Cali.Bechtelar@hotmail.com","dop":"2025-04-06","serial_number":"10484332208106","imei1":"10484332208106","imei2":"10484332208106","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:51:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155530,"job_number":"JOB_155530","tr_customer_id":155547,"tr_customer_product_id":155537,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:57.000Z","modified_at":"2026-01-16T03:50:57.000Z","name":"Meda Walsh","mobile_number":"402-626-6241","email_id":"Wiley_Stracke5@gmail.com","dop":"2025-04-06","serial_number":"13747391731916862","imei1":"13747391731916862","imei2":"13747391731916862","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155531,"job_number":"JOB_155531","tr_customer_id":155548,"tr_customer_product_id":155538,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:57.000Z","modified_at":"2026-01-16T03:50:57.000Z","name":"Tressa Schmidt","mobile_number":"255-268-1194","email_id":"Gussie_Green38@yahoo.com","dop":"2025-04-06","serial_number":"16742634488338564","imei1":"16742634488338564","imei2":"16742634488338564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155532,"job_number":"JOB_155532","tr_customer_id":155549,"tr_customer_product_id":155539,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:58.000Z","modified_at":"2026-01-16T03:50:58.000Z","name":"Darian Boehm","mobile_number":"957-847-5047","email_id":"Claud4@hotmail.com","dop":"2025-04-06","serial_number":"12928885925226012","imei1":"12928885925226012","imei2":"12928885925226012","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155533,"job_number":"JOB_155533","tr_customer_id":155550,"tr_customer_product_id":155540,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:59.000Z","modified_at":"2026-01-16T03:50:59.000Z","name":"uday p","mobile_number":"9321453112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14398387861925","imei1":"14398387861925","imei2":"14398387861925","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155534,"job_number":"JOB_155534","tr_customer_id":155551,"tr_customer_product_id":155541,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:59.000Z","modified_at":"2026-01-16T03:51:34.000Z","name":"Geoffrey Murazik","mobile_number":"671-928-0333","email_id":"Ryleigh90@yahoo.com","dop":"2025-04-06","serial_number":"14395071315175","imei1":"14395071315175","imei2":"14395071315175","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:51:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155535,"job_number":"JOB_155535","tr_customer_id":155552,"tr_customer_product_id":155542,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:01.000Z","modified_at":"2026-01-16T03:51:01.000Z","name":"Domenic Price","mobile_number":"346-210-5716","email_id":"Orrin3@gmail.com","dop":"2025-04-06","serial_number":"16630065822437874","imei1":"16630065822437874","imei2":"16630065822437874","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155536,"job_number":"JOB_155536","tr_customer_id":155553,"tr_customer_product_id":155543,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:03.000Z","modified_at":"2026-01-16T03:51:03.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18332089318935","imei1":"18332089318935","imei2":"18332089318935","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155537,"job_number":"JOB_155537","tr_customer_id":155554,"tr_customer_product_id":155544,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:03.000Z","modified_at":"2026-01-16T03:51:39.000Z","name":"Jorge Terry","mobile_number":"227-384-8025","email_id":"Declan.Wisoky35@hotmail.com","dop":"2025-04-06","serial_number":"10764073690482","imei1":"10764073690482","imei2":"10764073690482","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:51:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155538,"job_number":"JOB_155538","tr_customer_id":155555,"tr_customer_product_id":155545,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:04.000Z","modified_at":"2026-01-16T03:51:05.000Z","name":"Kaylie Dibbert","mobile_number":"361-667-3413","email_id":"Darrel.McClure@hotmail.com","dop":"2025-04-06","serial_number":"13762468584946532","imei1":"13762468584946532","imei2":"13762468584946532","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155542,"job_number":"JOB_155542","tr_customer_id":155559,"tr_customer_product_id":155549,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:15.000Z","modified_at":"2026-01-16T03:51:15.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15292948162076","imei1":"15292948162076","imei2":"15292948162076","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155543,"job_number":"JOB_155543","tr_customer_id":155560,"tr_customer_product_id":155550,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:15.000Z","modified_at":"2026-01-16T03:51:50.000Z","name":"Ray Lockman","mobile_number":"501-563-5358","email_id":"Quincy_Bayer@gmail.com","dop":"2025-04-06","serial_number":"13198092244646","imei1":"13198092244646","imei2":"13198092244646","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:51:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155544,"job_number":"JOB_155544","tr_customer_id":155561,"tr_customer_product_id":155551,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:15.000Z","modified_at":"2026-01-16T03:51:15.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10220185382921","imei1":"10220185382921","imei2":"10220185382921","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155545,"job_number":"JOB_155545","tr_customer_id":155562,"tr_customer_product_id":155552,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:16.000Z","modified_at":"2026-01-16T03:51:53.000Z","name":"Demarcus Ledner","mobile_number":"388-295-6239","email_id":"Sierra92@yahoo.com","dop":"2025-04-06","serial_number":"12690355426118","imei1":"12690355426118","imei2":"12690355426118","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:51:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155546,"job_number":"JOB_155546","tr_customer_id":155563,"tr_customer_product_id":155553,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:16.000Z","modified_at":"2026-01-16T03:51:16.000Z","name":"Kim Cummings","mobile_number":"954-724-1965","email_id":"Ethan_Hamill65@gmail.com","dop":"2025-04-06","serial_number":"18181308170976684","imei1":"18181308170976684","imei2":"18181308170976684","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155547,"job_number":"JOB_155547","tr_customer_id":155564,"tr_customer_product_id":155554,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:17.000Z","modified_at":"2026-01-16T03:51:17.000Z","name":"Rebekah Grimes","mobile_number":"675-677-4348","email_id":"Ava.Hessel16@gmail.com","dop":"2025-04-06","serial_number":"18320242708107970","imei1":"18320242708107970","imei2":"18320242708107970","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155548,"job_number":"JOB_155548","tr_customer_id":155565,"tr_customer_product_id":155555,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:22.000Z","modified_at":"2026-01-16T03:51:22.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10279049663315","imei1":"10279049663315","imei2":"10279049663315","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155549,"job_number":"JOB_155549","tr_customer_id":155566,"tr_customer_product_id":155556,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:22.000Z","modified_at":"2026-01-16T03:51:59.000Z","name":"Karolann Herman","mobile_number":"225-457-0541","email_id":"Casimer_Koepp27@yahoo.com","dop":"2025-04-06","serial_number":"18456720778781","imei1":"18456720778781","imei2":"18456720778781","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:51:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155550,"job_number":"JOB_155550","tr_customer_id":155567,"tr_customer_product_id":155557,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:24.000Z","modified_at":"2026-01-16T03:51:24.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18104702137004","imei1":"18104702137004","imei2":"18104702137004","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155551,"job_number":"JOB_155551","tr_customer_id":155568,"tr_customer_product_id":155558,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:24.000Z","modified_at":"2026-01-16T03:51:24.000Z","name":"Demetris Hoeger","mobile_number":"447-771-3560","email_id":"Dorothea68@yahoo.com","dop":"2025-04-06","serial_number":"15621074934773772","imei1":"15621074934773772","imei2":"15621074934773772","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155552,"job_number":"JOB_155552","tr_customer_id":155569,"tr_customer_product_id":155559,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:24.000Z","modified_at":"2026-01-16T03:52:02.000Z","name":"Gabriel Johnson","mobile_number":"697-697-0008","email_id":"Cordell.Ernser0@yahoo.com","dop":"2025-04-06","serial_number":"13875118598778","imei1":"13875118598778","imei2":"13875118598778","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:52:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155553,"job_number":"JOB_155553","tr_customer_id":155570,"tr_customer_product_id":155560,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:25.000Z","modified_at":"2026-01-16T03:51:25.000Z","name":"Abbie Wuckert","mobile_number":"206-389-3007","email_id":"Myrtle.Quigley@gmail.com","dop":"2025-04-06","serial_number":"14565136203651584","imei1":"14565136203651584","imei2":"14565136203651584","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155555,"job_number":"JOB_155555","tr_customer_id":155572,"tr_customer_product_id":155562,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:26.000Z","modified_at":"2026-01-16T03:51:26.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12605576992444","imei1":"12605576992444","imei2":"12605576992444","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155557,"job_number":"JOB_155557","tr_customer_id":155574,"tr_customer_product_id":155564,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:27.000Z","modified_at":"2026-01-16T03:52:04.000Z","name":"Keshaun Murazik","mobile_number":"685-990-1070","email_id":"Ada.Collins0@yahoo.com","dop":"2025-04-06","serial_number":"16271836394229","imei1":"16271836394229","imei2":"16271836394229","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:52:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155559,"job_number":"JOB_155559","tr_customer_id":155576,"tr_customer_product_id":155566,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:28.000Z","modified_at":"2026-01-16T03:51:28.000Z","name":"Zion Bauch","mobile_number":"692-848-8489","email_id":"Annette.Ruecker43@yahoo.com","dop":"2025-04-06","serial_number":"18298127751541190","imei1":"18298127751541190","imei2":"18298127751541190","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155560,"job_number":"JOB_155560","tr_customer_id":155577,"tr_customer_product_id":155567,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:28.000Z","modified_at":"2026-01-16T03:51:28.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10416165476171","imei1":"10416165476171","imei2":"10416165476171","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155561,"job_number":"JOB_155561","tr_customer_id":155578,"tr_customer_product_id":155568,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:28.000Z","modified_at":"2026-01-16T03:52:05.000Z","name":"Ansel Abbott","mobile_number":"607-225-3694","email_id":"Theo89@yahoo.com","dop":"2025-04-06","serial_number":"17588892849165","imei1":"17588892849165","imei2":"17588892849165","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:52:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155562,"job_number":"JOB_155562","tr_customer_id":155579,"tr_customer_product_id":155569,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:29.000Z","modified_at":"2026-01-16T03:51:29.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10925451969242","imei1":"10925451969242","imei2":"10925451969242","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:29.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":155563,"job_number":"JOB_155563","tr_customer_id":155580,"tr_customer_product_id":155570,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:29.000Z","modified_at":"2026-01-16T03:52:03.000Z","name":"Oscar Boyle","mobile_number":"989-236-1820","email_id":"Corrine_Bergstrom78@yahoo.com","dop":"2000-01-31","serial_number":"10151881462574","imei1":"10151881462574","imei2":"10151881462574","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:52:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155564,"job_number":"JOB_155564","tr_customer_id":155581,"tr_customer_product_id":155571,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:30.000Z","modified_at":"2026-01-16T03:51:30.000Z","name":"Marie Hodkiewicz","mobile_number":"275-790-4139","email_id":"Ethel.Dietrich28@yahoo.com","dop":"2025-04-06","serial_number":"13158708301214292","imei1":"13158708301214292","imei2":"13158708301214292","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155565,"job_number":"JOB_155565","tr_customer_id":155582,"tr_customer_product_id":155572,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:31.000Z","modified_at":"2026-01-16T03:51:31.000Z","name":"Ottis Renner","mobile_number":"358-402-7539","email_id":"Hilton_Bashirian37@hotmail.com","dop":"2000-01-31","serial_number":"1064606040334572","imei1":"1064606040334572","imei2":"1064606040334572","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:31.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":155566,"job_number":"JOB_155566","tr_customer_id":155583,"tr_customer_product_id":155573,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:31.000Z","modified_at":"2026-01-16T03:51:31.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"17875399270506","imei1":"17875399270506","imei2":"17875399270506","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155567,"job_number":"JOB_155567","tr_customer_id":155584,"tr_customer_product_id":155574,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:32.000Z","modified_at":"2026-01-16T03:52:06.000Z","name":"Berta Ullrich","mobile_number":"200-833-9060","email_id":"Nicholas.Hintz@gmail.com","dop":"2025-04-06","serial_number":"14697780075528","imei1":"14697780075528","imei2":"14697780075528","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:52:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155568,"job_number":"JOB_155568","tr_customer_id":155585,"tr_customer_product_id":155575,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:33.000Z","modified_at":"2026-01-16T03:51:33.000Z","name":"Ernest Cruickshank","mobile_number":"407-556-2259","email_id":"Carissa_Harvey37@yahoo.com","dop":"2025-04-06","serial_number":"15251772289918766","imei1":"15251772289918766","imei2":"15251772289918766","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155569,"job_number":"JOB_155569","tr_customer_id":155586,"tr_customer_product_id":155576,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:37.000Z","modified_at":"2026-01-16T03:51:37.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10786774607727","imei1":"10786774607727","imei2":"10786774607727","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155570,"job_number":"JOB_155570","tr_customer_id":155587,"tr_customer_product_id":155577,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:38.000Z","modified_at":"2026-01-16T03:52:12.000Z","name":"Annette Thompson","mobile_number":"875-566-5557","email_id":"Mariane_McLaughlin@hotmail.com","dop":"2025-04-06","serial_number":"16746487290168","imei1":"16746487290168","imei2":"16746487290168","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:52:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155571,"job_number":"JOB_155571","tr_customer_id":155588,"tr_customer_product_id":155578,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:39.000Z","modified_at":"2026-01-16T03:51:39.000Z","name":"Velda Larkin","mobile_number":"337-756-9217","email_id":"Jacques.Haag@hotmail.com","dop":"2025-04-06","serial_number":"10101919151497432","imei1":"10101919151497432","imei2":"10101919151497432","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155574,"job_number":"JOB_155574","tr_customer_id":155591,"tr_customer_product_id":155581,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:41.000Z","modified_at":"2026-01-16T03:51:41.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18184916324061","imei1":"18184916324061","imei2":"18184916324061","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155576,"job_number":"JOB_155576","tr_customer_id":155593,"tr_customer_product_id":155583,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:41.000Z","modified_at":"2026-01-16T03:52:18.000Z","name":"Sierra Feest","mobile_number":"938-633-2670","email_id":"Annamae.Prosacco67@hotmail.com","dop":"2025-04-06","serial_number":"19854152370366","imei1":"19854152370366","imei2":"19854152370366","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:52:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155577,"job_number":"JOB_155577","tr_customer_id":155594,"tr_customer_product_id":155584,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:41.000Z","modified_at":"2026-01-16T03:51:41.000Z","name":"kajal t","mobile_number":"7045663551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11384338003770","imei1":"11384338003770","imei2":"11384338003770","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155578,"job_number":"JOB_155578","tr_customer_id":155595,"tr_customer_product_id":155585,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:42.000Z","modified_at":"2026-01-16T03:52:17.000Z","name":"Catalina Halvorson","mobile_number":"593-296-3682","email_id":"Gail_Blick@hotmail.com","dop":"2025-04-06","serial_number":"18588366115015","imei1":"18588366115015","imei2":"18588366115015","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:52:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155579,"job_number":"JOB_155579","tr_customer_id":155596,"tr_customer_product_id":155586,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:43.000Z","modified_at":"2026-01-16T03:51:43.000Z","name":"Jabari Kunde","mobile_number":"954-406-0914","email_id":"Victor_Krajcik@gmail.com","dop":"2025-04-06","serial_number":"11611265135004896","imei1":"11611265135004896","imei2":"11611265135004896","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155580,"job_number":"JOB_155580","tr_customer_id":155597,"tr_customer_product_id":155587,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:43.000Z","modified_at":"2026-01-16T03:51:43.000Z","name":"Tomas Roberts","mobile_number":"776-379-8889","email_id":"Eliezer8@gmail.com","dop":"2025-04-06","serial_number":"13955614928200576","imei1":"13955614928200576","imei2":"13955614928200576","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155581,"job_number":"JOB_155581","tr_customer_id":155598,"tr_customer_product_id":155588,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:52:00.000Z","modified_at":"2026-01-16T03:52:00.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19429865798035","imei1":"19429865798035","imei2":"19429865798035","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:52:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155582,"job_number":"JOB_155582","tr_customer_id":155599,"tr_customer_product_id":155589,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:52:00.000Z","modified_at":"2026-01-16T03:52:38.000Z","name":"Orin Runte","mobile_number":"327-926-4874","email_id":"Zakary70@yahoo.com","dop":"2025-04-06","serial_number":"13757149417884","imei1":"13757149417884","imei2":"13757149417884","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:52:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155583,"job_number":"JOB_155583","tr_customer_id":155600,"tr_customer_product_id":155590,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:52:02.000Z","modified_at":"2026-01-16T03:52:02.000Z","name":"Weldon D'Amore","mobile_number":"607-807-9954","email_id":"Alexandrea.Schowalter5@hotmail.com","dop":"2025-04-06","serial_number":"17554577331481782","imei1":"17554577331481782","imei2":"17554577331481782","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:52:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155584,"job_number":"JOB_155584","tr_customer_id":155601,"tr_customer_product_id":155591,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:52:06.000Z","modified_at":"2026-01-16T03:52:06.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19012225031503","imei1":"19012225031503","imei2":"19012225031503","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:52:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155585,"job_number":"JOB_155585","tr_customer_id":155602,"tr_customer_product_id":155592,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:52:06.000Z","modified_at":"2026-01-16T03:52:43.000Z","name":"Florian Kub","mobile_number":"999-574-1313","email_id":"Alize.Legros@yahoo.com","dop":"2025-04-06","serial_number":"19692889277940","imei1":"19692889277940","imei2":"19692889277940","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155586,"job_number":"JOB_155586","tr_customer_id":155603,"tr_customer_product_id":155593,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:52:08.000Z","modified_at":"2026-01-16T03:52:08.000Z","name":"Eddie Gislason","mobile_number":"754-707-6987","email_id":"Easter.Hermann@yahoo.com","dop":"2025-04-06","serial_number":"18229952976923830","imei1":"18229952976923830","imei2":"18229952976923830","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:52:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155587,"job_number":"JOB_155587","tr_customer_id":155604,"tr_customer_product_id":155594,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:52:10.000Z","modified_at":"2026-01-16T03:52:10.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10664513632723","imei1":"10664513632723","imei2":"10664513632723","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:52:10.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":155588,"job_number":"JOB_155588","tr_customer_id":155605,"tr_customer_product_id":155595,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:52:10.000Z","modified_at":"2026-01-16T03:52:45.000Z","name":"Crystel Hamill","mobile_number":"669-603-6457","email_id":"Lulu2@yahoo.com","dop":"2000-01-31","serial_number":"10900256869629","imei1":"10900256869629","imei2":"10900256869629","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155589,"job_number":"JOB_155589","tr_customer_id":155606,"tr_customer_product_id":155596,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:52:11.000Z","modified_at":"2026-01-16T03:52:11.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19403500536776","imei1":"19403500536776","imei2":"19403500536776","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:52:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155590,"job_number":"JOB_155590","tr_customer_id":155607,"tr_customer_product_id":155597,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:52:11.000Z","modified_at":"2026-01-16T03:52:48.000Z","name":"Elisa Larkin","mobile_number":"771-461-6161","email_id":"Maude85@gmail.com","dop":"2025-04-06","serial_number":"11128804495019","imei1":"11128804495019","imei2":"11128804495019","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:52:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155591,"job_number":"JOB_155591","tr_customer_id":155608,"tr_customer_product_id":155598,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:52:11.000Z","modified_at":"2026-01-16T03:52:11.000Z","name":"Ruth Walker","mobile_number":"616-481-2833","email_id":"Ruben_Koepp@yahoo.com","dop":"2000-01-31","serial_number":"1061713939377417","imei1":"1061713939377417","imei2":"1061713939377417","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:52:11.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":155592,"job_number":"JOB_155592","tr_customer_id":155609,"tr_customer_product_id":155599,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:52:13.000Z","modified_at":"2026-01-16T03:52:13.000Z","name":"Kellie Wilkinson","mobile_number":"235-587-2754","email_id":"August32@hotmail.com","dop":"2025-04-06","serial_number":"19623236794676320","imei1":"19623236794676320","imei2":"19623236794676320","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:52:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155593,"job_number":"JOB_155593","tr_customer_id":155610,"tr_customer_product_id":155600,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:52:45.000Z","modified_at":"2026-01-16T03:52:45.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18303156352590","imei1":"18303156352590","imei2":"18303156352590","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155594,"job_number":"JOB_155594","tr_customer_id":155611,"tr_customer_product_id":155601,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:52:45.000Z","modified_at":"2026-01-16T03:53:22.000Z","name":"Thad Becker","mobile_number":"410-659-0974","email_id":"Creola_Abbott46@gmail.com","dop":"2025-04-06","serial_number":"15431213662417","imei1":"15431213662417","imei2":"15431213662417","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:53:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155595,"job_number":"JOB_155595","tr_customer_id":155612,"tr_customer_product_id":155602,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:52:47.000Z","modified_at":"2026-01-16T03:52:47.000Z","name":"Edgardo Cole","mobile_number":"390-640-9809","email_id":"Ismael.Feest89@yahoo.com","dop":"2025-04-06","serial_number":"12688159397227300","imei1":"12688159397227300","imei2":"12688159397227300","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:52:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155596,"job_number":"JOB_155596","tr_customer_id":155613,"tr_customer_product_id":155603,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:52:55.000Z","modified_at":"2026-01-16T03:52:55.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13879202526275","imei1":"13879202526275","imei2":"13879202526275","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:52:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155597,"job_number":"JOB_155597","tr_customer_id":155614,"tr_customer_product_id":155604,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:52:56.000Z","modified_at":"2026-01-16T03:53:32.000Z","name":"Charles Beahan","mobile_number":"879-881-3306","email_id":"Lesley.Wiza@yahoo.com","dop":"2025-04-06","serial_number":"11118465697725","imei1":"11118465697725","imei2":"11118465697725","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:53:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155598,"job_number":"JOB_155598","tr_customer_id":155615,"tr_customer_product_id":155605,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:52:57.000Z","modified_at":"2026-01-16T03:52:57.000Z","name":"Shaun Daugherty","mobile_number":"212-435-4799","email_id":"Emory_Boyle@gmail.com","dop":"2025-04-06","serial_number":"14386751033941178","imei1":"14386751033941178","imei2":"14386751033941178","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:52:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155599,"job_number":"JOB_155599","tr_customer_id":155616,"tr_customer_product_id":155606,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:59:15.000Z","modified_at":"2026-01-16T03:59:15.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"55679896736205","imei1":"55679896736205","imei2":"55679896736205","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:59:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155600,"job_number":"JOB_155600","tr_customer_id":155617,"tr_customer_product_id":155607,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:59:15.000Z","modified_at":"2026-01-16T03:59:15.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"19996846776849","imei1":"19996846776849","imei2":"19996846776849","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:59:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155601,"job_number":"JOB_155601","tr_customer_id":155618,"tr_customer_product_id":155608,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:59:15.000Z","modified_at":"2026-01-16T03:59:15.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"82684415450071","imei1":"82684415450071","imei2":"82684415450071","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:59:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155602,"job_number":"JOB_155602","tr_customer_id":155619,"tr_customer_product_id":155609,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:59:16.000Z","modified_at":"2026-01-16T03:59:16.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"52193120627047","imei1":"52193120627047","imei2":"52193120627047","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:59:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155603,"job_number":"JOB_155603","tr_customer_id":155620,"tr_customer_product_id":155610,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:59:16.000Z","modified_at":"2026-01-16T03:59:16.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"46949627597686","imei1":"46949627597686","imei2":"46949627597686","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:59:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155604,"job_number":"JOB_155604","tr_customer_id":155621,"tr_customer_product_id":155611,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:59:16.000Z","modified_at":"2026-01-16T03:59:16.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"44032828979392","imei1":"44032828979392","imei2":"44032828979392","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:59:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155605,"job_number":"JOB_155605","tr_customer_id":155622,"tr_customer_product_id":155612,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:59:17.000Z","modified_at":"2026-01-16T03:59:41.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"27088464727844","imei1":"27088464727844","imei2":"27088464727844","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:59:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155606,"job_number":"JOB_155606","tr_customer_id":155623,"tr_customer_product_id":155613,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:59:46.000Z","modified_at":"2026-01-16T03:59:46.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"23662326267766","imei1":"23662326267766","imei2":"23662326267766","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:59:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155607,"job_number":"JOB_155607","tr_customer_id":155624,"tr_customer_product_id":155614,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:59:46.000Z","modified_at":"2026-01-16T03:59:46.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"16791202927977","imei1":"16791202927977","imei2":"16791202927977","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:59:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155608,"job_number":"JOB_155608","tr_customer_id":155625,"tr_customer_product_id":155615,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:59:47.000Z","modified_at":"2026-01-16T03:59:47.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"50134645980601","imei1":"50134645980601","imei2":"50134645980601","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:59:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155609,"job_number":"JOB_155609","tr_customer_id":155626,"tr_customer_product_id":155616,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:59:47.000Z","modified_at":"2026-01-16T03:59:47.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"68962444174633","imei1":"68962444174633","imei2":"68962444174633","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:59:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155610,"job_number":"JOB_155610","tr_customer_id":155627,"tr_customer_product_id":155617,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:59:47.000Z","modified_at":"2026-01-16T03:59:47.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"45385731072059","imei1":"45385731072059","imei2":"45385731072059","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:59:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155611,"job_number":"JOB_155611","tr_customer_id":155628,"tr_customer_product_id":155618,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:59:48.000Z","modified_at":"2026-01-16T03:59:48.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"55903931546619","imei1":"55903931546619","imei2":"55903931546619","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:59:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155612,"job_number":"JOB_155612","tr_customer_id":155629,"tr_customer_product_id":155619,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:59:48.000Z","modified_at":"2026-01-16T04:00:11.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"64565458507438","imei1":"64565458507438","imei2":"64565458507438","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T04:00:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155613,"job_number":"JOB_155613","tr_customer_id":155630,"tr_customer_product_id":155620,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:00:17.000Z","modified_at":"2026-01-16T04:00:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"68955586035195","imei1":"68955586035195","imei2":"68955586035195","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:00:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155614,"job_number":"JOB_155614","tr_customer_id":155631,"tr_customer_product_id":155621,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:00:17.000Z","modified_at":"2026-01-16T04:00:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"91851324634423","imei1":"91851324634423","imei2":"91851324634423","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:00:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155615,"job_number":"JOB_155615","tr_customer_id":155632,"tr_customer_product_id":155622,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:00:17.000Z","modified_at":"2026-01-16T04:00:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"92057926201536","imei1":"92057926201536","imei2":"92057926201536","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:00:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155616,"job_number":"JOB_155616","tr_customer_id":155633,"tr_customer_product_id":155623,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:00:18.000Z","modified_at":"2026-01-16T04:00:18.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"71778003089128","imei1":"71778003089128","imei2":"71778003089128","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:00:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155617,"job_number":"JOB_155617","tr_customer_id":155634,"tr_customer_product_id":155624,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:00:18.000Z","modified_at":"2026-01-16T04:00:18.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"18975964669597","imei1":"18975964669597","imei2":"18975964669597","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:00:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155618,"job_number":"JOB_155618","tr_customer_id":155635,"tr_customer_product_id":155625,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:00:18.000Z","modified_at":"2026-01-16T04:00:18.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"17998792860088","imei1":"17998792860088","imei2":"17998792860088","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:00:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155619,"job_number":"JOB_155619","tr_customer_id":155636,"tr_customer_product_id":155626,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:00:19.000Z","modified_at":"2026-01-16T04:00:42.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"54487455581876","imei1":"54487455581876","imei2":"54487455581876","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T04:00:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155620,"job_number":"JOB_155620","tr_customer_id":155637,"tr_customer_product_id":155627,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:29:32.000Z","modified_at":"2026-01-16T04:30:09.000Z","name":"Llewellyn Prohaska","mobile_number":"610-288-6429","email_id":"Minerva78@yahoo.com","dop":"2025-04-06","serial_number":"12792562532060","imei1":"12792562532060","imei2":"12792562532060","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T04:30:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155621,"job_number":"JOB_155621","tr_customer_id":155638,"tr_customer_product_id":155628,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:29:33.000Z","modified_at":"2026-01-16T04:29:33.000Z","name":"Verona Kuhic","mobile_number":"702-491-5172","email_id":"Charlie_Barton72@yahoo.com","dop":"2025-04-06","serial_number":"19769433139222860","imei1":"19769433139222860","imei2":"19769433139222860","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:29:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155622,"job_number":"JOB_155622","tr_customer_id":155639,"tr_customer_product_id":155629,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:32:19.000Z","modified_at":"2026-01-16T04:32:19.000Z","name":"tanmay agashe","mobile_number":"6757898909","email_id":"tanmay@gmail.com","dop":"2026-01-06","serial_number":"69346567893444","imei1":"69346567893444","imei2":"69346567893444","popurl":"2026-01-06T04:32:17.377643300Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:32:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155623,"job_number":"JOB_155623","tr_customer_id":155640,"tr_customer_product_id":155630,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:33:29.000Z","modified_at":"2026-01-16T04:33:29.000Z","name":"tanmay agashe","mobile_number":"6757898909","email_id":"tanmay@gmail.com","dop":"2026-01-06","serial_number":"08546567895390","imei1":"08546567895390","imei2":"08546567895390","popurl":"2026-01-06T04:33:26.974525700Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:33:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155624,"job_number":"JOB_155624","tr_customer_id":155641,"tr_customer_product_id":155631,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:36:56.000Z","modified_at":"2026-01-16T04:36:56.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-06","serial_number":"48420047314707","imei1":"48420047314707","imei2":"48420047314707","popurl":"2026-01-06T04:36:56.128196432Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:36:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155625,"job_number":"JOB_155625","tr_customer_id":155642,"tr_customer_product_id":155632,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:36:57.000Z","modified_at":"2026-01-16T04:36:57.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-06","serial_number":"70527248391176","imei1":"70527248391176","imei2":"70527248391176","popurl":"2026-01-06T04:36:57.252103837Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:36:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155626,"job_number":"JOB_155626","tr_customer_id":155643,"tr_customer_product_id":155633,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:38:26.000Z","modified_at":"2026-01-16T04:38:26.000Z","name":"tanmay agashe","mobile_number":"6757898909","email_id":"tanmay@gmail.com","dop":"2026-01-06","serial_number":"69346567893456","imei1":"69346567893456","imei2":"69346567893456","popurl":"2026-01-06T04:38:23.685345700Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:38:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155627,"job_number":"JOB_155627","tr_customer_id":155644,"tr_customer_product_id":155634,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:40:32.000Z","modified_at":"2026-01-16T04:40:32.000Z","name":"Shashank Shekhar","mobile_number":"9742666189","email_id":"101shashank@gmail.com","dop":"2025-04-06","serial_number":"99966430226557","imei1":"99966430226557","imei2":"99966430226557","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:40:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155628,"job_number":"JOB_155628","tr_customer_id":155645,"tr_customer_product_id":155635,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:44:27.000Z","modified_at":"2026-01-16T04:44:27.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"103926275605255","imei1":"103926275605255","imei2":"103926275605255","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:44:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155629,"job_number":"JOB_155629","tr_customer_id":155646,"tr_customer_product_id":155636,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:44:27.000Z","modified_at":"2026-01-16T04:44:37.000Z","name":"Calista Daniel","mobile_number":"945-733-5658","email_id":"Bruce24@yahoo.com","dop":"2025-07-01","serial_number":"103103343205438","imei1":"103103343205438","imei2":"103103343205438","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T04:44:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155630,"job_number":"JOB_155630","tr_customer_id":155647,"tr_customer_product_id":155637,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:44:38.000Z","modified_at":"2026-01-16T04:44:38.000Z","name":"Easter Koch","mobile_number":"928-250-5732","email_id":"Dayne.Effertz@yahoo.com","dop":"2025-04-06","serial_number":"14889558276512","imei1":"14889558276512","imei2":"14889558276512","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:44:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155631,"job_number":"JOB_155631","tr_customer_id":155648,"tr_customer_product_id":155638,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:44:39.000Z","modified_at":"2026-01-16T04:44:39.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"105776069693431","imei1":"105776069693431","imei2":"105776069693431","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:44:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155632,"job_number":"JOB_155632","tr_customer_id":155649,"tr_customer_product_id":155639,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:44:39.000Z","modified_at":"2026-01-16T04:44:48.000Z","name":"Octavia Hayes","mobile_number":"586-290-0739","email_id":"Torey_Rodriguez@yahoo.com","dop":"2025-07-01","serial_number":"102714794736504","imei1":"102714794736504","imei2":"102714794736504","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T04:44:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155633,"job_number":"JOB_155633","tr_customer_id":155650,"tr_customer_product_id":155640,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:49:12.000Z","modified_at":"2026-01-16T04:49:12.000Z","name":"Uday Raj","mobile_number":"9834786543","email_id":"uday.r@gmail.com","dop":"2025-02-01","serial_number":"19899393010120","imei1":"19899393010120","imei2":"19899393010120","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:49:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155634,"job_number":"JOB_155634","tr_customer_id":155651,"tr_customer_product_id":155641,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:50:18.000Z","modified_at":"2026-01-16T04:50:18.000Z","name":"Manuel Zieme","mobile_number":"595-247-0610","email_id":"Else_Hansen@hotmail.com","dop":"2025-02-01","serial_number":"74609272541571","imei1":"74609272541571","imei2":"74609272541571","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:50:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155638,"job_number":"JOB_155638","tr_customer_id":155655,"tr_customer_product_id":155645,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:55:57.000Z","modified_at":"2026-01-16T04:55:57.000Z","name":"Shashank Shekhar","mobile_number":"9742666189","email_id":"101shashank@gmail.com","dop":"2025-04-06","serial_number":"99966430226599","imei1":"99966430226599","imei2":"99966430226599","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:55:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155639,"job_number":"JOB_155639","tr_customer_id":155656,"tr_customer_product_id":155646,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:56:17.000Z","modified_at":"2026-01-16T04:56:58.000Z","name":"Pierre Hessel","mobile_number":"993-972-7998","email_id":"Cruz_McKenzie55@yahoo.com","dop":"2025-04-06","serial_number":"12694237194878","imei1":"12694237194878","imei2":"12694237194878","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T04:56:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155640,"job_number":"JOB_155640","tr_customer_id":155657,"tr_customer_product_id":155647,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:56:19.000Z","modified_at":"2026-01-16T04:56:19.000Z","name":"Bulah Simonis","mobile_number":"730-658-6104","email_id":"Jaquan_Zemlak47@yahoo.com","dop":"2025-04-06","serial_number":"15413693824894536","imei1":"15413693824894536","imei2":"15413693824894536","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:56:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155641,"job_number":"JOB_155641","tr_customer_id":155658,"tr_customer_product_id":155648,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:56:38.000Z","modified_at":"2026-01-16T04:57:15.000Z","name":"Blaze Pouros","mobile_number":"664-921-1098","email_id":"Brice.Jenkins@yahoo.com","dop":"2025-04-06","serial_number":"15691029113077","imei1":"15691029113077","imei2":"15691029113077","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T04:57:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155642,"job_number":"JOB_155642","tr_customer_id":155659,"tr_customer_product_id":155649,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:56:40.000Z","modified_at":"2026-01-16T04:56:40.000Z","name":"Helene Schinner","mobile_number":"395-771-3770","email_id":"Ernestine.Cronin@hotmail.com","dop":"2025-04-06","serial_number":"15241876165367484","imei1":"15241876165367484","imei2":"15241876165367484","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:56:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155643,"job_number":"JOB_155643","tr_customer_id":155660,"tr_customer_product_id":155650,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:57:26.000Z","modified_at":"2026-01-16T04:57:26.000Z","name":"Shashank Shekhar","mobile_number":"9742666189","email_id":"101shashank@gmail.com","dop":"2025-04-06","serial_number":"99966430226598","imei1":"99966430226598","imei2":"99966430226598","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:57:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155647,"job_number":"JOB_155647","tr_customer_id":155664,"tr_customer_product_id":155654,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T05:09:30.000Z","modified_at":"2026-01-16T06:13:07.000Z","name":"Amaya Langworth","mobile_number":"910-429-7055","email_id":"Gisselle.Hintz68@gmail.com","dop":"2025-12-03","serial_number":"84685174909017","imei1":"84685174909017","imei2":"84685174909017","popurl":"2025-12-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-16T06:13:07.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":155648,"job_number":"JOB_155648","tr_customer_id":155665,"tr_customer_product_id":155655,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T05:09:43.000Z","modified_at":"2026-01-16T05:09:43.000Z","name":"Shashank Shekhar","mobile_number":"9742666189","email_id":"101shashank@gmail.com","dop":"2025-04-06","serial_number":"99966430226597","imei1":"99966430226597","imei2":"99966430226597","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T05:09:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155649,"job_number":"JOB_155649","tr_customer_id":155666,"tr_customer_product_id":155656,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T05:41:28.000Z","modified_at":"2026-01-16T05:41:28.000Z","name":"tanmay agashe","mobile_number":"6757898909","email_id":"tanmay@gmail.com","dop":"2026-01-06","serial_number":"11346567890346","imei1":"11346567890346","imei2":"11346567890346","popurl":"2026-01-06T05:41:27.997331187Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T05:41:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155650,"job_number":"JOB_155650","tr_customer_id":155667,"tr_customer_product_id":155657,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:00:16.000Z","modified_at":"2026-01-16T06:00:16.000Z","name":"Shashank Shekhar","mobile_number":"9742666189","email_id":"101shashank@gmail.com","dop":"2025-04-06","serial_number":"99999999999999","imei1":"99999999999999","imei2":"99999999999999","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:00:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155651,"job_number":"JOB_155651","tr_customer_id":155668,"tr_customer_product_id":155658,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:02:15.000Z","modified_at":"2026-01-16T06:02:15.000Z","name":"Shashank Shekhar","mobile_number":"9742666189","email_id":"101shashank@gmail.com","dop":"2025-04-06","serial_number":"89999999999999","imei1":"89999999999999","imei2":"89999999999999","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:02:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155652,"job_number":"JOB_155652","tr_customer_id":155669,"tr_customer_product_id":155659,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:09:47.000Z","modified_at":"2026-01-16T06:09:47.000Z","name":"Shashank Shekhar","mobile_number":"9742666189","email_id":"101shashank@gmail.com","dop":"2025-04-06","serial_number":"79999999999999","imei1":"79999999999999","imei2":"79999999999999","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:09:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155653,"job_number":"JOB_155653","tr_customer_id":155670,"tr_customer_product_id":155660,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:15:48.000Z","modified_at":"2026-01-16T06:15:48.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"18546374862748","imei1":"18546374862748","imei2":"18546374862748","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:15:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155654,"job_number":"JOB_155654","tr_customer_id":155671,"tr_customer_product_id":155661,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:15:49.000Z","modified_at":"2026-01-16T06:15:49.000Z","name":"Thad Walker","mobile_number":"563-474-2227","email_id":"Aisha.Ernser46@gmail.com","dop":"2025-09-16","serial_number":"13154157928705","imei1":"13154157928705","imei2":"13154157928705","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:15:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155655,"job_number":"JOB_155655","tr_customer_id":155672,"tr_customer_product_id":155662,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:16:02.000Z","modified_at":"2026-01-16T06:16:02.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14523335535044","imei1":"14523335535044","imei2":"14523335535044","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:16:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155656,"job_number":"JOB_155656","tr_customer_id":155673,"tr_customer_product_id":155663,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:16:02.000Z","modified_at":"2026-01-16T06:16:41.000Z","name":"April Turner","mobile_number":"687-855-3445","email_id":"Armando.McLaughlin1@yahoo.com","dop":"2025-04-06","serial_number":"16817630391135","imei1":"16817630391135","imei2":"16817630391135","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:16:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155657,"job_number":"JOB_155657","tr_customer_id":155674,"tr_customer_product_id":155664,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:16:03.000Z","modified_at":"2026-01-16T06:16:03.000Z","name":"Deja Price","mobile_number":"296-505-1529","email_id":"Audra.OConnell@hotmail.com","dop":"2025-04-06","serial_number":"14443526690699648","imei1":"14443526690699648","imei2":"14443526690699648","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:16:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155658,"job_number":"JOB_155658","tr_customer_id":155675,"tr_customer_product_id":155665,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:16:08.000Z","modified_at":"2026-01-16T06:16:08.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"17736769273208","imei1":"17736769273208","imei2":"17736769273208","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:16:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155659,"job_number":"JOB_155659","tr_customer_id":155676,"tr_customer_product_id":155666,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:16:08.000Z","modified_at":"2026-01-16T06:16:08.000Z","name":"Dee Schneider","mobile_number":"392-427-4595","email_id":"Novella90@gmail.com","dop":"2025-09-16","serial_number":"11356350277950","imei1":"11356350277950","imei2":"11356350277950","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:16:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155662,"job_number":"JOB_155662","tr_customer_id":155679,"tr_customer_product_id":155669,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:16:27.000Z","modified_at":"2026-01-16T06:16:27.000Z","name":"kajal p","mobile_number":"9243526785","email_id":"kajal@gmail.com","dop":"2025-09-16","serial_number":"18580675192414","imei1":"18580675192414","imei2":"18580675192414","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:16:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155663,"job_number":"JOB_155663","tr_customer_id":155680,"tr_customer_product_id":155670,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:16:27.000Z","modified_at":"2026-01-16T06:16:27.000Z","name":"Samir Schroeder","mobile_number":"500-386-9531","email_id":"Fern_Padberg@gmail.com","dop":"2025-09-16","serial_number":"12184243985175","imei1":"12184243985175","imei2":"12184243985175","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:16:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155664,"job_number":"JOB_155664","tr_customer_id":155681,"tr_customer_product_id":155671,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:16:48.000Z","modified_at":"2026-01-16T06:16:48.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18600269206682","imei1":"18600269206682","imei2":"18600269206682","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:16:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155665,"job_number":"JOB_155665","tr_customer_id":155682,"tr_customer_product_id":155672,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:16:48.000Z","modified_at":"2026-01-16T06:17:27.000Z","name":"Deron Ullrich","mobile_number":"395-700-2186","email_id":"Elmira_Hintz36@gmail.com","dop":"2025-04-06","serial_number":"16538863290454","imei1":"16538863290454","imei2":"16538863290454","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:17:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155666,"job_number":"JOB_155666","tr_customer_id":155683,"tr_customer_product_id":155673,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:16:50.000Z","modified_at":"2026-01-16T06:16:50.000Z","name":"Oscar Johns","mobile_number":"347-783-3469","email_id":"Kiarra_Hagenes@gmail.com","dop":"2025-04-06","serial_number":"19132541795594000","imei1":"19132541795594000","imei2":"19132541795594000","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:16:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155668,"job_number":"JOB_155668","tr_customer_id":155685,"tr_customer_product_id":155675,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:17:35.000Z","modified_at":"2026-01-16T06:17:35.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13511268549250","imei1":"13511268549250","imei2":"13511268549250","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:17:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155669,"job_number":"JOB_155669","tr_customer_id":155686,"tr_customer_product_id":155676,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:17:35.000Z","modified_at":"2026-01-16T06:18:19.000Z","name":"Ewell Corkery","mobile_number":"813-982-6579","email_id":"Ken_Schultz@gmail.com","dop":"2025-04-06","serial_number":"19024072169478","imei1":"19024072169478","imei2":"19024072169478","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:18:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155670,"job_number":"JOB_155670","tr_customer_id":155687,"tr_customer_product_id":155677,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:17:36.000Z","modified_at":"2026-01-16T06:17:36.000Z","name":"Deron Beier","mobile_number":"606-949-3926","email_id":"Rhea19@yahoo.com","dop":"2025-04-06","serial_number":"15698729394533112","imei1":"15698729394533112","imei2":"15698729394533112","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:17:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155683,"job_number":"JOB_155683","tr_customer_id":155700,"tr_customer_product_id":155690,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:21:41.000Z","modified_at":"2026-01-16T06:21:41.000Z","name":"Gaurav Kumain","mobile_number":"8787474487","email_id":"qwssww@gmail.com","dop":"2025-04-06","serial_number":"16572885284302","imei1":"16572885284302","imei2":"16572885284302","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:21:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155684,"job_number":"JOB_155684","tr_customer_id":155701,"tr_customer_product_id":155691,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:21:57.000Z","modified_at":"2026-01-16T06:21:57.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10234419614103","imei1":"10234419614103","imei2":"10234419614103","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:21:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155685,"job_number":"JOB_155685","tr_customer_id":155702,"tr_customer_product_id":155692,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:21:57.000Z","modified_at":"2026-01-16T06:22:35.000Z","name":"Samir D'Amore","mobile_number":"287-776-3356","email_id":"Penelope46@yahoo.com","dop":"2025-06-18","serial_number":"10347834948635","imei1":"10347834948635","imei2":"10347834948635","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:22:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155686,"job_number":"JOB_155686","tr_customer_id":155703,"tr_customer_product_id":155693,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:21:58.000Z","modified_at":"2026-01-16T06:21:58.000Z","name":"Freda Jacobs","mobile_number":"892-616-9044","email_id":"Emie_Conroy@yahoo.com","dop":"2025-06-18","serial_number":"1095232156265707","imei1":"1095232156265707","imei2":"1095232156265707","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:21:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155687,"job_number":"JOB_155687","tr_customer_id":155704,"tr_customer_product_id":155694,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:22:43.000Z","modified_at":"2026-01-16T06:22:43.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10129626372569","imei1":"10129626372569","imei2":"10129626372569","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:22:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155688,"job_number":"JOB_155688","tr_customer_id":155705,"tr_customer_product_id":155695,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:22:43.000Z","modified_at":"2026-01-16T06:23:20.000Z","name":"Cicero Tillman","mobile_number":"475-579-0102","email_id":"Will83@yahoo.com","dop":"2025-06-18","serial_number":"10857174494582","imei1":"10857174494582","imei2":"10857174494582","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:23:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155689,"job_number":"JOB_155689","tr_customer_id":155706,"tr_customer_product_id":155696,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:22:43.000Z","modified_at":"2026-01-16T06:22:43.000Z","name":"Lionel Murphy","mobile_number":"209-798-6385","email_id":"Bailey80@gmail.com","dop":"2025-06-18","serial_number":"1091165450394017","imei1":"1091165450394017","imei2":"1091165450394017","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:22:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155690,"job_number":"JOB_155690","tr_customer_id":155707,"tr_customer_product_id":155697,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:26:17.000Z","modified_at":"2026-01-16T06:26:17.000Z","name":"Gaurav Kumain","mobile_number":"8787474487","email_id":"qwssww@gmail.com","dop":"2025-04-06","serial_number":"16572885284303","imei1":"16572885284303","imei2":"16572885284303","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:26:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155691,"job_number":"JOB_155691","tr_customer_id":155708,"tr_customer_product_id":155698,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:27:01.000Z","modified_at":"2026-01-16T06:27:01.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18792914001763","imei1":"18792914001763","imei2":"18792914001763","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:27:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155692,"job_number":"JOB_155692","tr_customer_id":155709,"tr_customer_product_id":155699,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:27:02.000Z","modified_at":"2026-01-16T06:27:38.000Z","name":"Torey Kozey","mobile_number":"636-891-6782","email_id":"Maurice_Adams78@yahoo.com","dop":"2025-04-06","serial_number":"11986473215005","imei1":"11986473215005","imei2":"11986473215005","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:27:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155693,"job_number":"JOB_155693","tr_customer_id":155710,"tr_customer_product_id":155700,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:27:03.000Z","modified_at":"2026-01-16T06:27:03.000Z","name":"Heidi Donnelly","mobile_number":"765-761-1553","email_id":"Claud21@yahoo.com","dop":"2025-04-06","serial_number":"15136441970902784","imei1":"15136441970902784","imei2":"15136441970902784","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:27:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155694,"job_number":"JOB_155694","tr_customer_id":155711,"tr_customer_product_id":155701,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:27:45.000Z","modified_at":"2026-01-16T06:27:45.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12474350256277","imei1":"12474350256277","imei2":"12474350256277","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:27:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155695,"job_number":"JOB_155695","tr_customer_id":155712,"tr_customer_product_id":155702,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:27:45.000Z","modified_at":"2026-01-16T06:28:20.000Z","name":"Darrell Miller","mobile_number":"719-750-9013","email_id":"Gideon_Goyette94@yahoo.com","dop":"2025-04-06","serial_number":"17237194779382","imei1":"17237194779382","imei2":"17237194779382","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:28:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155696,"job_number":"JOB_155696","tr_customer_id":155713,"tr_customer_product_id":155703,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:27:46.000Z","modified_at":"2026-01-16T06:27:46.000Z","name":"Rudy Stiedemann","mobile_number":"442-264-6155","email_id":"Jaylin.Runolfsson@yahoo.com","dop":"2025-04-06","serial_number":"13492937547637564","imei1":"13492937547637564","imei2":"13492937547637564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:27:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155697,"job_number":"JOB_155697","tr_customer_id":155714,"tr_customer_product_id":155704,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:28:27.000Z","modified_at":"2026-01-16T06:28:27.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19306329118267","imei1":"19306329118267","imei2":"19306329118267","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:28:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155698,"job_number":"JOB_155698","tr_customer_id":155715,"tr_customer_product_id":155705,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:28:27.000Z","modified_at":"2026-01-16T06:29:03.000Z","name":"Nasir Welch","mobile_number":"897-283-4490","email_id":"Leslie.Schulist74@gmail.com","dop":"2025-04-06","serial_number":"19464405202138","imei1":"19464405202138","imei2":"19464405202138","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:29:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155699,"job_number":"JOB_155699","tr_customer_id":155716,"tr_customer_product_id":155706,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:28:29.000Z","modified_at":"2026-01-16T06:28:29.000Z","name":"Derick Green","mobile_number":"343-294-0155","email_id":"Thurman59@yahoo.com","dop":"2025-04-06","serial_number":"16809733002813264","imei1":"16809733002813264","imei2":"16809733002813264","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:28:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155702,"job_number":"JOB_155702","tr_customer_id":155719,"tr_customer_product_id":155709,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:29:30.000Z","modified_at":"2026-01-16T06:29:30.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12160862483626","imei1":"12160862483626","imei2":"12160862483626","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:29:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155703,"job_number":"JOB_155703","tr_customer_id":155720,"tr_customer_product_id":155710,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:29:30.000Z","modified_at":"2026-01-16T06:30:11.000Z","name":"Ollie Stroman","mobile_number":"478-870-0177","email_id":"Ada.Block@yahoo.com","dop":"2025-04-06","serial_number":"16953975620819","imei1":"16953975620819","imei2":"16953975620819","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:30:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155704,"job_number":"JOB_155704","tr_customer_id":155721,"tr_customer_product_id":155711,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:29:32.000Z","modified_at":"2026-01-16T06:29:32.000Z","name":"Rhianna Schoen","mobile_number":"212-665-2079","email_id":"Lottie.Armstrong@yahoo.com","dop":"2025-04-06","serial_number":"11901143664342048","imei1":"11901143664342048","imei2":"11901143664342048","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:29:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155705,"job_number":"JOB_155705","tr_customer_id":155722,"tr_customer_product_id":155712,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:30:19.000Z","modified_at":"2026-01-16T06:30:19.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12674320033800","imei1":"12674320033800","imei2":"12674320033800","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:30:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155706,"job_number":"JOB_155706","tr_customer_id":155723,"tr_customer_product_id":155713,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:30:19.000Z","modified_at":"2026-01-16T06:31:00.000Z","name":"Rigoberto Jacobson","mobile_number":"569-401-2122","email_id":"Crawford.Roberts76@gmail.com","dop":"2025-04-06","serial_number":"12380357433051","imei1":"12380357433051","imei2":"12380357433051","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:31:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155707,"job_number":"JOB_155707","tr_customer_id":155724,"tr_customer_product_id":155714,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:30:20.000Z","modified_at":"2026-01-16T06:30:20.000Z","name":"Laron Durgan","mobile_number":"264-200-0555","email_id":"Alayna17@hotmail.com","dop":"2025-04-06","serial_number":"11805549138506768","imei1":"11805549138506768","imei2":"11805549138506768","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:30:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155708,"job_number":"JOB_155708","tr_customer_id":155725,"tr_customer_product_id":155715,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:31:08.000Z","modified_at":"2026-01-16T06:31:08.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10291803468165","imei1":"10291803468165","imei2":"10291803468165","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:31:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155709,"job_number":"JOB_155709","tr_customer_id":155726,"tr_customer_product_id":155716,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:31:08.000Z","modified_at":"2026-01-16T06:31:49.000Z","name":"Alejandra Reilly","mobile_number":"780-420-5912","email_id":"Bertha54@yahoo.com","dop":"2025-04-06","serial_number":"18483580835511","imei1":"18483580835511","imei2":"18483580835511","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:31:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155710,"job_number":"JOB_155710","tr_customer_id":155727,"tr_customer_product_id":155717,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:31:09.000Z","modified_at":"2026-01-16T06:31:09.000Z","name":"Velda Heaney","mobile_number":"352-758-7513","email_id":"Diamond_Reynolds52@hotmail.com","dop":"2025-04-06","serial_number":"14976485295733564","imei1":"14976485295733564","imei2":"14976485295733564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:31:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155711,"job_number":"JOB_155711","tr_customer_id":155728,"tr_customer_product_id":155718,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:33:23.000Z","modified_at":"2026-01-16T06:34:14.000Z","name":"Wilton Stehr","mobile_number":"271-924-0498","email_id":"Isac_Effertz57@yahoo.com","dop":"2025-04-06","serial_number":"18310168636984","imei1":"18310168636984","imei2":"18310168636984","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:34:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155712,"job_number":"JOB_155712","tr_customer_id":155729,"tr_customer_product_id":155719,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:33:25.000Z","modified_at":"2026-01-16T06:33:25.000Z","name":"Darren Terry","mobile_number":"941-848-4064","email_id":"Derek_Waters93@gmail.com","dop":"2025-04-06","serial_number":"16510770579164860","imei1":"16510770579164860","imei2":"16510770579164860","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:33:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155713,"job_number":"JOB_155713","tr_customer_id":155730,"tr_customer_product_id":155720,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:34:10.000Z","modified_at":"2026-01-16T06:34:10.000Z","name":"Gaurav Kumain","mobile_number":"8787474487","email_id":"qwssww@gmail.com","dop":"2025-04-06","serial_number":"16572885284304","imei1":"16572885284304","imei2":"16572885284303","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:34:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155714,"job_number":"JOB_155714","tr_customer_id":155731,"tr_customer_product_id":155721,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:34:13.000Z","modified_at":"2026-01-16T06:34:13.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18183250601741","imei1":"18183250601741","imei2":"18183250601741","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:34:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155715,"job_number":"JOB_155715","tr_customer_id":155732,"tr_customer_product_id":155722,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:34:13.000Z","modified_at":"2026-01-16T06:34:55.000Z","name":"Mike Yundt","mobile_number":"256-731-8532","email_id":"Leopold13@yahoo.com","dop":"2025-04-06","serial_number":"16034146038240","imei1":"16034146038240","imei2":"16034146038240","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:34:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155716,"job_number":"JOB_155716","tr_customer_id":155733,"tr_customer_product_id":155723,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:34:15.000Z","modified_at":"2026-01-16T06:34:15.000Z","name":"Noemie Moore","mobile_number":"922-216-5908","email_id":"Adelia.Legros@gmail.com","dop":"2025-04-06","serial_number":"19849856542088270","imei1":"19849856542088270","imei2":"19849856542088270","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:34:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155717,"job_number":"JOB_155717","tr_customer_id":155734,"tr_customer_product_id":155724,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:34:34.000Z","modified_at":"2026-01-16T06:34:34.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10401945627152","imei1":"10401945627152","imei2":"10401945627152","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:34:34.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":155718,"job_number":"JOB_155718","tr_customer_id":155735,"tr_customer_product_id":155725,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:34:34.000Z","modified_at":"2026-01-16T06:35:11.000Z","name":"Mafalda McKenzie","mobile_number":"920-632-5357","email_id":"Westley_Bartell48@yahoo.com","dop":"2000-01-31","serial_number":"10845527250382","imei1":"10845527250382","imei2":"10845527250382","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:35:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155719,"job_number":"JOB_155719","tr_customer_id":155736,"tr_customer_product_id":155726,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:34:36.000Z","modified_at":"2026-01-16T06:34:36.000Z","name":"Axel Yundt","mobile_number":"982-777-0534","email_id":"Cleta.Schneider50@yahoo.com","dop":"2000-01-31","serial_number":"1075302203986053","imei1":"1075302203986053","imei2":"1075302203986053","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:34:36.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":155720,"job_number":"JOB_155720","tr_customer_id":155737,"tr_customer_product_id":155727,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:35:04.000Z","modified_at":"2026-01-16T06:35:04.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13402961231475","imei1":"13402961231475","imei2":"13402961231475","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:35:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155721,"job_number":"JOB_155721","tr_customer_id":155738,"tr_customer_product_id":155728,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:35:04.000Z","modified_at":"2026-01-16T06:35:54.000Z","name":"Jamison Lockman","mobile_number":"833-480-5080","email_id":"Glenda24@hotmail.com","dop":"2025-04-06","serial_number":"11180391073842","imei1":"11180391073842","imei2":"11180391073842","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:35:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155722,"job_number":"JOB_155722","tr_customer_id":155739,"tr_customer_product_id":155729,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:35:06.000Z","modified_at":"2026-01-16T06:35:06.000Z","name":"Amanda Considine","mobile_number":"587-276-9658","email_id":"Valerie76@gmail.com","dop":"2025-04-06","serial_number":"19754602933334430","imei1":"19754602933334430","imei2":"19754602933334430","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:35:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155723,"job_number":"JOB_155723","tr_customer_id":155740,"tr_customer_product_id":155730,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:35:18.000Z","modified_at":"2026-01-16T06:35:18.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10385237056781","imei1":"10385237056781","imei2":"10385237056781","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:35:18.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":155724,"job_number":"JOB_155724","tr_customer_id":155741,"tr_customer_product_id":155731,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:35:18.000Z","modified_at":"2026-01-16T06:35:54.000Z","name":"Laurianne Auer","mobile_number":"786-311-5641","email_id":"Selmer7@yahoo.com","dop":"2000-01-31","serial_number":"10684109007475","imei1":"10684109007475","imei2":"10684109007475","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:35:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155725,"job_number":"JOB_155725","tr_customer_id":155742,"tr_customer_product_id":155732,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:35:20.000Z","modified_at":"2026-01-16T06:35:20.000Z","name":"Columbus Schumm","mobile_number":"994-986-8614","email_id":"Maybelle_Langosh96@yahoo.com","dop":"2000-01-31","serial_number":"1023850899366975","imei1":"1023850899366975","imei2":"1023850899366975","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:35:20.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":155726,"job_number":"JOB_155726","tr_customer_id":155743,"tr_customer_product_id":155733,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:35:50.000Z","modified_at":"2026-01-16T06:35:50.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12561051754101","imei1":"12561051754101","imei2":"12561051754101","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:35:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155727,"job_number":"JOB_155727","tr_customer_id":155744,"tr_customer_product_id":155734,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:35:51.000Z","modified_at":"2026-01-16T06:36:29.000Z","name":"Eva Rippin","mobile_number":"651-415-0665","email_id":"Amber.Bergnaum@yahoo.com","dop":"2025-04-06","serial_number":"12282164406009","imei1":"12282164406009","imei2":"12282164406009","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:36:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155728,"job_number":"JOB_155728","tr_customer_id":155745,"tr_customer_product_id":155735,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:35:52.000Z","modified_at":"2026-01-16T06:35:52.000Z","name":"Ebony Wintheiser","mobile_number":"567-275-3241","email_id":"Elinore.Goldner@gmail.com","dop":"2025-04-06","serial_number":"13695480512531648","imei1":"13695480512531648","imei2":"13695480512531648","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:35:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155729,"job_number":"JOB_155729","tr_customer_id":155746,"tr_customer_product_id":155736,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:36:01.000Z","modified_at":"2026-01-16T06:36:01.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10651292496707","imei1":"10651292496707","imei2":"10651292496707","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:36:01.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":155730,"job_number":"JOB_155730","tr_customer_id":155747,"tr_customer_product_id":155737,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:36:01.000Z","modified_at":"2026-01-16T06:36:36.000Z","name":"Gerda Lubowitz","mobile_number":"270-389-9105","email_id":"Vivienne_Marks54@gmail.com","dop":"2000-01-31","serial_number":"10037800508870","imei1":"10037800508870","imei2":"10037800508870","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:36:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155731,"job_number":"JOB_155731","tr_customer_id":155748,"tr_customer_product_id":155738,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:36:02.000Z","modified_at":"2026-01-16T06:36:02.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10905864665923","imei1":"10905864665923","imei2":"10905864665923","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:36:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155732,"job_number":"JOB_155732","tr_customer_id":155749,"tr_customer_product_id":155739,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:36:02.000Z","modified_at":"2026-01-16T06:36:42.000Z","name":"Retha Doyle","mobile_number":"322-358-5895","email_id":"Lucy.Wilderman@yahoo.com","dop":"2025-04-06","serial_number":"14618890772741","imei1":"14618890772741","imei2":"14618890772741","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:36:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155733,"job_number":"JOB_155733","tr_customer_id":155750,"tr_customer_product_id":155740,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:36:02.000Z","modified_at":"2026-01-16T06:36:02.000Z","name":"Bobby Kuvalis","mobile_number":"236-505-5749","email_id":"Dariana_Pouros98@yahoo.com","dop":"2000-01-31","serial_number":"1053825763001151","imei1":"1053825763001151","imei2":"1053825763001151","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:36:02.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":155734,"job_number":"JOB_155734","tr_customer_id":155751,"tr_customer_product_id":155741,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:36:03.000Z","modified_at":"2026-01-16T06:36:03.000Z","name":"Evangeline Emard","mobile_number":"685-236-5910","email_id":"Ezra4@hotmail.com","dop":"2025-04-06","serial_number":"15454439136977072","imei1":"15454439136977072","imei2":"15454439136977072","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:36:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155735,"job_number":"JOB_155735","tr_customer_id":155752,"tr_customer_product_id":155742,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:36:36.000Z","modified_at":"2026-01-16T06:36:36.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18011725642892","imei1":"18011725642892","imei2":"18011725642892","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:36:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155736,"job_number":"JOB_155736","tr_customer_id":155753,"tr_customer_product_id":155743,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:36:37.000Z","modified_at":"2026-01-16T06:37:14.000Z","name":"Lacey Hessel","mobile_number":"568-278-2896","email_id":"Shanny.Blick97@yahoo.com","dop":"2025-04-06","serial_number":"13713984603110","imei1":"13713984603110","imei2":"13713984603110","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:37:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155737,"job_number":"JOB_155737","tr_customer_id":155754,"tr_customer_product_id":155744,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:36:38.000Z","modified_at":"2026-01-16T06:36:38.000Z","name":"Lenore White","mobile_number":"315-988-3242","email_id":"Myrna.Cruickshank@gmail.com","dop":"2025-04-06","serial_number":"16588747903909444","imei1":"16588747903909444","imei2":"16588747903909444","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:36:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155738,"job_number":"JOB_155738","tr_customer_id":155755,"tr_customer_product_id":155745,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:36:43.000Z","modified_at":"2026-01-16T06:36:43.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10838737959437","imei1":"10838737959437","imei2":"10838737959437","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:36:43.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":155739,"job_number":"JOB_155739","tr_customer_id":155756,"tr_customer_product_id":155746,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:36:44.000Z","modified_at":"2026-01-16T06:37:19.000Z","name":"Dejon Lakin","mobile_number":"335-907-8039","email_id":"Lauren.Hayes92@yahoo.com","dop":"2000-01-31","serial_number":"10267037698192","imei1":"10267037698192","imei2":"10267037698192","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:37:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155740,"job_number":"JOB_155740","tr_customer_id":155757,"tr_customer_product_id":155747,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:36:45.000Z","modified_at":"2026-01-16T06:36:45.000Z","name":"Elmo Hilll","mobile_number":"347-380-2254","email_id":"Shakira_Mitchell@yahoo.com","dop":"2000-01-31","serial_number":"1075873331519296","imei1":"1075873331519296","imei2":"1075873331519296","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:36:45.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":155741,"job_number":"JOB_155741","tr_customer_id":155758,"tr_customer_product_id":155748,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:37:21.000Z","modified_at":"2026-01-16T06:37:21.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18479831109450","imei1":"18479831109450","imei2":"18479831109450","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:37:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155742,"job_number":"JOB_155742","tr_customer_id":155759,"tr_customer_product_id":155749,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:37:22.000Z","modified_at":"2026-01-16T06:38:00.000Z","name":"Jayme Douglas","mobile_number":"532-355-5229","email_id":"Mikel_Padberg62@gmail.com","dop":"2025-04-06","serial_number":"12386822199817","imei1":"12386822199817","imei2":"12386822199817","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:38:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155743,"job_number":"JOB_155743","tr_customer_id":155760,"tr_customer_product_id":155750,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:37:23.000Z","modified_at":"2026-01-16T06:37:23.000Z","name":"Clifton Will","mobile_number":"466-925-6032","email_id":"Sydnie50@hotmail.com","dop":"2025-04-06","serial_number":"17264357883813052","imei1":"17264357883813052","imei2":"17264357883813052","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:37:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155744,"job_number":"JOB_155744","tr_customer_id":155761,"tr_customer_product_id":155751,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:40:24.000Z","modified_at":"2026-01-16T06:40:24.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11421853362375","imei1":"11421853362375","imei2":"11421853362375","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:40:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155745,"job_number":"JOB_155745","tr_customer_id":155762,"tr_customer_product_id":155752,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:40:24.000Z","modified_at":"2026-01-16T06:41:00.000Z","name":"Litzy Becker","mobile_number":"927-899-7268","email_id":"Alfonso.Johnston31@yahoo.com","dop":"2025-04-06","serial_number":"17301731604560","imei1":"17301731604560","imei2":"17301731604560","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:41:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155746,"job_number":"JOB_155746","tr_customer_id":155763,"tr_customer_product_id":155753,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:40:25.000Z","modified_at":"2026-01-16T06:40:25.000Z","name":"Ophelia Kohler","mobile_number":"852-921-4197","email_id":"Dianna.Feil@yahoo.com","dop":"2025-04-06","serial_number":"12271151503417396","imei1":"12271151503417396","imei2":"12271151503417396","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:40:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155747,"job_number":"JOB_155747","tr_customer_id":155764,"tr_customer_product_id":155754,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:41:07.000Z","modified_at":"2026-01-16T06:41:07.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17527577093892","imei1":"17527577093892","imei2":"17527577093892","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:41:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155748,"job_number":"JOB_155748","tr_customer_id":155765,"tr_customer_product_id":155755,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:41:07.000Z","modified_at":"2026-01-16T06:41:43.000Z","name":"Mariano Rice","mobile_number":"468-584-7081","email_id":"Coy.Kassulke63@yahoo.com","dop":"2025-04-06","serial_number":"12971650487339","imei1":"12971650487339","imei2":"12971650487339","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:41:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155749,"job_number":"JOB_155749","tr_customer_id":155766,"tr_customer_product_id":155756,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:41:09.000Z","modified_at":"2026-01-16T06:41:09.000Z","name":"Giuseppe Carter","mobile_number":"956-449-4965","email_id":"Sonya54@yahoo.com","dop":"2025-04-06","serial_number":"10273525838172484","imei1":"10273525838172484","imei2":"10273525838172484","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:41:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155750,"job_number":"JOB_155750","tr_customer_id":155767,"tr_customer_product_id":155757,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:41:19.000Z","modified_at":"2026-01-16T06:41:58.000Z","name":"Era Conn","mobile_number":"211-457-8514","email_id":"Colleen71@gmail.com","dop":"2025-04-06","serial_number":"14607941375750","imei1":"14607941375750","imei2":"14607941375750","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:41:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155751,"job_number":"JOB_155751","tr_customer_id":155768,"tr_customer_product_id":155758,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:41:20.000Z","modified_at":"2026-01-16T06:41:20.000Z","name":"Dustin Carroll","mobile_number":"720-927-0260","email_id":"Alba46@gmail.com","dop":"2025-04-06","serial_number":"19432793905878870","imei1":"19432793905878870","imei2":"19432793905878870","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:41:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155752,"job_number":"JOB_155752","tr_customer_id":155769,"tr_customer_product_id":155759,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:41:21.000Z","modified_at":"2026-01-16T06:41:21.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10167067858945","imei1":"10167067858945","imei2":"10167067858945","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:41:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155753,"job_number":"JOB_155753","tr_customer_id":155770,"tr_customer_product_id":155760,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:41:22.000Z","modified_at":"2026-01-16T06:41:58.000Z","name":"Jessika Sauer","mobile_number":"974-395-5344","email_id":"Kevon_Gutkowski66@gmail.com","dop":"2025-04-06","serial_number":"17489862917540","imei1":"17489862917540","imei2":"17489862917540","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:41:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155754,"job_number":"JOB_155754","tr_customer_id":155771,"tr_customer_product_id":155761,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:41:23.000Z","modified_at":"2026-01-16T06:41:23.000Z","name":"Lonzo Considine","mobile_number":"669-263-4928","email_id":"Kiera23@yahoo.com","dop":"2025-04-06","serial_number":"15136230129385224","imei1":"15136230129385224","imei2":"15136230129385224","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:41:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155755,"job_number":"JOB_155755","tr_customer_id":155772,"tr_customer_product_id":155762,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:41:42.000Z","modified_at":"2026-01-16T06:42:21.000Z","name":"Daphne Bechtelar","mobile_number":"808-234-3950","email_id":"Cristobal.Conn@gmail.com","dop":"2025-04-06","serial_number":"13859799202004","imei1":"13859799202004","imei2":"13859799202004","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:42:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155756,"job_number":"JOB_155756","tr_customer_id":155773,"tr_customer_product_id":155763,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:41:43.000Z","modified_at":"2026-01-16T06:41:43.000Z","name":"Tianna Swift","mobile_number":"829-786-2295","email_id":"Earl61@hotmail.com","dop":"2025-04-06","serial_number":"14694088865761580","imei1":"14694088865761580","imei2":"14694088865761580","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:41:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155757,"job_number":"JOB_155757","tr_customer_id":155774,"tr_customer_product_id":155764,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:41:50.000Z","modified_at":"2026-01-16T06:41:50.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16157917824236","imei1":"16157917824236","imei2":"16157917824236","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:41:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155758,"job_number":"JOB_155758","tr_customer_id":155775,"tr_customer_product_id":155765,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:41:50.000Z","modified_at":"2026-01-16T06:42:26.000Z","name":"Cassandre Jacobi","mobile_number":"850-268-7166","email_id":"Norwood.Barton5@yahoo.com","dop":"2025-04-06","serial_number":"14243627246357","imei1":"14243627246357","imei2":"14243627246357","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:42:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155759,"job_number":"JOB_155759","tr_customer_id":155776,"tr_customer_product_id":155766,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:41:51.000Z","modified_at":"2026-01-16T06:41:51.000Z","name":"Stella Erdman","mobile_number":"654-871-8951","email_id":"Clare82@gmail.com","dop":"2025-04-06","serial_number":"10811966025947974","imei1":"10811966025947974","imei2":"10811966025947974","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:41:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155760,"job_number":"JOB_155760","tr_customer_id":155777,"tr_customer_product_id":155767,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:42:00.000Z","modified_at":"2026-01-16T06:42:00.000Z","name":"Gaurav Kumain","mobile_number":"8787474487","email_id":"qwssww@gmail.com","dop":"2025-04-06","serial_number":"16572885284305","imei1":"16572885284305","imei2":"16572885284305","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:42:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155761,"job_number":"JOB_155761","tr_customer_id":155778,"tr_customer_product_id":155768,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:42:06.000Z","modified_at":"2026-01-16T06:42:06.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12398337583225","imei1":"12398337583225","imei2":"12398337583225","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:42:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155762,"job_number":"JOB_155762","tr_customer_id":155779,"tr_customer_product_id":155769,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:42:06.000Z","modified_at":"2026-01-16T06:42:49.000Z","name":"Lambert Romaguera","mobile_number":"575-935-0067","email_id":"Berta_Macejkovic@gmail.com","dop":"2025-04-06","serial_number":"14883302352445","imei1":"14883302352445","imei2":"14883302352445","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:42:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155763,"job_number":"JOB_155763","tr_customer_id":155780,"tr_customer_product_id":155770,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:42:08.000Z","modified_at":"2026-01-16T06:42:08.000Z","name":"Julia Moen","mobile_number":"321-971-0040","email_id":"Ramon54@hotmail.com","dop":"2025-04-06","serial_number":"16373246844481656","imei1":"16373246844481656","imei2":"16373246844481656","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:42:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155764,"job_number":"JOB_155764","tr_customer_id":155781,"tr_customer_product_id":155771,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:42:44.000Z","modified_at":"2026-01-16T06:42:44.000Z","name":"Gaurav Kumain","mobile_number":"8787474487","email_id":"qwssww@gmail.com","dop":"2025-04-06","serial_number":"16572885284306","imei1":"16572885284306","imei2":"16572885284306","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:42:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155765,"job_number":"JOB_155765","tr_customer_id":155782,"tr_customer_product_id":155772,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:42:57.000Z","modified_at":"2026-01-16T06:42:57.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16683229693587","imei1":"16683229693587","imei2":"16683229693587","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:42:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155766,"job_number":"JOB_155766","tr_customer_id":155783,"tr_customer_product_id":155773,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:42:57.000Z","modified_at":"2026-01-16T06:43:37.000Z","name":"Jerad Ratke","mobile_number":"442-531-9934","email_id":"Regan_OKon21@hotmail.com","dop":"2025-04-06","serial_number":"14751056389494","imei1":"14751056389494","imei2":"14751056389494","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:43:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155767,"job_number":"JOB_155767","tr_customer_id":155784,"tr_customer_product_id":155774,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:42:58.000Z","modified_at":"2026-01-16T06:42:58.000Z","name":"Vladimir Runte","mobile_number":"429-717-1121","email_id":"Kira_Stracke17@hotmail.com","dop":"2025-04-06","serial_number":"18403541612665524","imei1":"18403541612665524","imei2":"18403541612665524","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:42:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155768,"job_number":"JOB_155768","tr_customer_id":155785,"tr_customer_product_id":155775,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:46:44.000Z","modified_at":"2026-01-16T06:46:44.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10725069005359","imei1":"10725069005359","imei2":"10725069005359","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:46:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155769,"job_number":"JOB_155769","tr_customer_id":155786,"tr_customer_product_id":155776,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:46:44.000Z","modified_at":"2026-01-16T06:47:19.000Z","name":"Angelita Cremin","mobile_number":"999-346-0038","email_id":"Karelle56@gmail.com","dop":"2025-04-06","serial_number":"19340401206102","imei1":"19340401206102","imei2":"19340401206102","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:47:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155770,"job_number":"JOB_155770","tr_customer_id":155787,"tr_customer_product_id":155777,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:46:45.000Z","modified_at":"2026-01-16T06:46:45.000Z","name":"Leopoldo Gislason","mobile_number":"268-936-4383","email_id":"Connor97@gmail.com","dop":"2025-04-06","serial_number":"16617283109406458","imei1":"16617283109406458","imei2":"16617283109406458","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:46:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155771,"job_number":"JOB_155771","tr_customer_id":155788,"tr_customer_product_id":155778,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:46:50.000Z","modified_at":"2026-01-16T06:47:34.000Z","name":"Assunta Olson","mobile_number":"694-867-5601","email_id":"Katelyn.Crona21@yahoo.com","dop":"2025-04-06","serial_number":"14506832890592","imei1":"14506832890592","imei2":"14506832890592","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:47:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155772,"job_number":"JOB_155772","tr_customer_id":155789,"tr_customer_product_id":155779,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:46:51.000Z","modified_at":"2026-01-16T06:46:51.000Z","name":"Fae Murazik","mobile_number":"346-564-2712","email_id":"Lenora.Kunze@gmail.com","dop":"2025-04-06","serial_number":"13755674628984042","imei1":"13755674628984042","imei2":"13755674628984042","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:46:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155773,"job_number":"JOB_155773","tr_customer_id":155790,"tr_customer_product_id":155780,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:47:26.000Z","modified_at":"2026-01-16T06:47:26.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18041222648615","imei1":"18041222648615","imei2":"18041222648615","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:47:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155774,"job_number":"JOB_155774","tr_customer_id":155791,"tr_customer_product_id":155781,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:47:26.000Z","modified_at":"2026-01-16T06:48:00.000Z","name":"Jimmie Bins","mobile_number":"950-428-2732","email_id":"Mae.Kirlin41@hotmail.com","dop":"2025-04-06","serial_number":"11906500997937","imei1":"11906500997937","imei2":"11906500997937","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:48:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155775,"job_number":"JOB_155775","tr_customer_id":155792,"tr_customer_product_id":155782,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:47:27.000Z","modified_at":"2026-01-16T06:47:27.000Z","name":"Cynthia Greenholt","mobile_number":"695-701-0115","email_id":"Jovany72@gmail.com","dop":"2025-04-06","serial_number":"11836973861407318","imei1":"11836973861407318","imei2":"11836973861407318","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:47:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155776,"job_number":"JOB_155776","tr_customer_id":155793,"tr_customer_product_id":155783,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:48:07.000Z","modified_at":"2026-01-16T06:48:07.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10369012279854","imei1":"10369012279854","imei2":"10369012279854","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:48:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155777,"job_number":"JOB_155777","tr_customer_id":155794,"tr_customer_product_id":155784,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:48:07.000Z","modified_at":"2026-01-16T06:48:42.000Z","name":"Ashlynn Farrell","mobile_number":"461-825-6931","email_id":"Charley.Boyle@yahoo.com","dop":"2025-04-06","serial_number":"15723477770811","imei1":"15723477770811","imei2":"15723477770811","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:48:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155778,"job_number":"JOB_155778","tr_customer_id":155795,"tr_customer_product_id":155785,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:48:09.000Z","modified_at":"2026-01-16T06:48:09.000Z","name":"Stanford Dibbert","mobile_number":"393-702-4663","email_id":"Loy_Welch84@hotmail.com","dop":"2025-04-06","serial_number":"18618603978201628","imei1":"18618603978201628","imei2":"18618603978201628","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:48:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155779,"job_number":"JOB_155779","tr_customer_id":155796,"tr_customer_product_id":155786,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T07:00:16.000Z","modified_at":"2026-01-16T07:00:53.000Z","name":"Alysha Botsford","mobile_number":"371-683-7753","email_id":"Frida.Kreiger@gmail.com","dop":"2025-04-06","serial_number":"15936738577588","imei1":"15936738577588","imei2":"15936738577588","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T07:00:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155780,"job_number":"JOB_155780","tr_customer_id":155797,"tr_customer_product_id":155787,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T07:00:17.000Z","modified_at":"2026-01-16T07:00:17.000Z","name":"Enos Adams","mobile_number":"618-705-8656","email_id":"Lavina_Streich65@gmail.com","dop":"2025-04-06","serial_number":"16095089629971664","imei1":"16095089629971664","imei2":"16095089629971664","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T07:00:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155787,"job_number":"JOB_155787","tr_customer_id":155804,"tr_customer_product_id":155794,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T07:42:34.000Z","modified_at":"2026-01-16T07:43:07.000Z","name":"Nathanael Moen","mobile_number":"999-980-8246","email_id":"Mariela.Kozey62@hotmail.com","dop":"2025-04-06","serial_number":"14422282238553","imei1":"14422282238553","imei2":"14422282238553","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-16T07:43:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155788,"job_number":"JOB_155788","tr_customer_id":155805,"tr_customer_product_id":155795,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T07:42:35.000Z","modified_at":"2026-01-16T07:42:35.000Z","name":"Alize Abbott","mobile_number":"852-313-2612","email_id":"Connie.Dach15@hotmail.com","dop":"2025-04-06","serial_number":"19903792800148290","imei1":"19903792800148290","imei2":"19903792800148290","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T07:42:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155443,"job_number":"JOB_155443","tr_customer_id":155460,"tr_customer_product_id":155450,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:39.000Z","modified_at":"2026-01-16T03:49:39.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Lilyan_Pouros@yahoo.com","dop":"2025-07-02","serial_number":"18379672176321","imei1":"18379672176321","imei2":"18379672176321","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155456,"job_number":"JOB_155456","tr_customer_id":155473,"tr_customer_product_id":155463,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:55.000Z","modified_at":"2026-01-16T03:49:55.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Ila_Halvorson@hotmail.com","dop":"2025-07-02","serial_number":"12646098675885","imei1":"12646098675885","imei2":"12646098675885","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155468,"job_number":"JOB_155468","tr_customer_id":155485,"tr_customer_product_id":155475,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:11.000Z","modified_at":"2026-01-16T03:50:11.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Rhianna_Hamill22@yahoo.com","dop":"2025-07-02","serial_number":"18556463680068","imei1":"18556463680068","imei2":"18556463680068","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155491,"job_number":"JOB_155491","tr_customer_id":155508,"tr_customer_product_id":155498,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:19.000Z","modified_at":"2026-01-16T03:50:42.000Z","name":"Kianna Walter","mobile_number":"766-473-7208","email_id":"Elvie.Halvorson@yahoo.com","dop":"2025-10-01","serial_number":"12643475059657","imei1":"12643475059657","imei2":"12643475059657","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:50:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155495,"job_number":"JOB_155495","tr_customer_id":155512,"tr_customer_product_id":155502,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:32.000Z","modified_at":"2026-01-16T03:50:32.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"177238735641284","imei1":"177238735641284","imei2":"177238735641284","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155496,"job_number":"JOB_155496","tr_customer_id":155513,"tr_customer_product_id":155503,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:32.000Z","modified_at":"2026-01-16T03:50:32.000Z","name":"Genesis Goyette","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"182069094863967","imei1":"182069094863967","imei2":"182069094863967","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155497,"job_number":"JOB_155497","tr_customer_id":155514,"tr_customer_product_id":155504,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:32.000Z","modified_at":"2026-01-16T03:50:32.000Z","name":"Estelle Adams","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"114168222400852","imei1":"114168222400852","imei2":"114168222400852","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155500,"job_number":"JOB_155500","tr_customer_id":155517,"tr_customer_product_id":155507,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:33.000Z","modified_at":"2026-01-16T03:50:33.000Z","name":"Amir McClure","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"185006500135435","imei1":"185006500135435","imei2":"185006500135435","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155512,"job_number":"JOB_155512","tr_customer_id":155529,"tr_customer_product_id":155519,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:45.000Z","modified_at":"2026-01-16T03:50:45.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"140076611883558","imei1":"140076611883558","imei2":"140076611883558","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155514,"job_number":"JOB_155514","tr_customer_id":155531,"tr_customer_product_id":155521,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:45.000Z","modified_at":"2026-01-16T03:50:45.000Z","name":"Allen Gibson","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"130161965485867","imei1":"130161965485867","imei2":"130161965485867","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155515,"job_number":"JOB_155515","tr_customer_id":155532,"tr_customer_product_id":155522,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:45.000Z","modified_at":"2026-01-16T03:50:45.000Z","name":"Okey Ward","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"106528169716897","imei1":"106528169716897","imei2":"106528169716897","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155516,"job_number":"JOB_155516","tr_customer_id":155533,"tr_customer_product_id":155523,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:46.000Z","modified_at":"2026-01-16T03:50:46.000Z","name":"Eloy Aufderhar","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"165442554199153","imei1":"165442554199153","imei2":"165442554199153","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155539,"job_number":"JOB_155539","tr_customer_id":155556,"tr_customer_product_id":155546,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:12.000Z","modified_at":"2026-01-16T03:51:12.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"107677851288975","imei1":"107677851288975","imei2":"107677851288975","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155540,"job_number":"JOB_155540","tr_customer_id":155557,"tr_customer_product_id":155547,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:12.000Z","modified_at":"2026-01-16T03:51:22.000Z","name":"Luis Romaguera","mobile_number":"868-464-5699","email_id":"Ona96@hotmail.com","dop":"2025-06-09","serial_number":"101696792019597","imei1":"101696792019597","imei2":"101696792019597","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:51:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155541,"job_number":"JOB_155541","tr_customer_id":155558,"tr_customer_product_id":155548,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:13.000Z","modified_at":"2026-01-16T03:51:13.000Z","name":"Sophia Bashirian","mobile_number":"427-803-8299","email_id":"Lauren_Ferry51@hotmail.com","dop":"2025-06-09","serial_number":"104354884652418","imei1":"104354884652418","imei2":"104354884652418","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155554,"job_number":"JOB_155554","tr_customer_id":155571,"tr_customer_product_id":155561,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:26.000Z","modified_at":"2026-01-16T03:51:26.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"106172652499721","imei1":"106172652499721","imei2":"106172652499721","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155556,"job_number":"JOB_155556","tr_customer_id":155573,"tr_customer_product_id":155563,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:26.000Z","modified_at":"2026-01-16T03:51:36.000Z","name":"Enrique Runolfsdottir","mobile_number":"768-879-1361","email_id":"Hester.Boehm51@gmail.com","dop":"2025-06-09","serial_number":"105072518539991","imei1":"105072518539991","imei2":"105072518539991","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:51:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155558,"job_number":"JOB_155558","tr_customer_id":155575,"tr_customer_product_id":155565,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:27.000Z","modified_at":"2026-01-16T03:51:27.000Z","name":"Elsie Kuhn","mobile_number":"310-825-6108","email_id":"Herbert.Feeney0@yahoo.com","dop":"2025-06-09","serial_number":"106732827060674","imei1":"106732827060674","imei2":"106732827060674","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155572,"job_number":"JOB_155572","tr_customer_id":155589,"tr_customer_product_id":155579,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:40.000Z","modified_at":"2026-01-16T03:51:40.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"109431713859796","imei1":"109431713859796","imei2":"109431713859796","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155573,"job_number":"JOB_155573","tr_customer_id":155590,"tr_customer_product_id":155580,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:41.000Z","modified_at":"2026-01-16T03:51:51.000Z","name":"Joanie Franecki","mobile_number":"901-445-1012","email_id":"Buster.Gottlieb5@gmail.com","dop":"2025-06-09","serial_number":"103865359975097","imei1":"103865359975097","imei2":"103865359975097","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:51:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155575,"job_number":"JOB_155575","tr_customer_id":155592,"tr_customer_product_id":155582,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:41.000Z","modified_at":"2026-01-16T03:51:41.000Z","name":"Verda Koch","mobile_number":"523-762-5776","email_id":"Alden.McGlynn@gmail.com","dop":"2025-06-09","serial_number":"100563256446896","imei1":"100563256446896","imei2":"100563256446896","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155635,"job_number":"JOB_155635","tr_customer_id":155652,"tr_customer_product_id":155642,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:50:59.000Z","modified_at":"2026-01-16T04:51:04.000Z","name":"saitama sensei","mobile_number":"248-751-1631","email_id":"saitama@yopmail.com","dop":"2026-01-10","serial_number":"47399400994679","imei1":"47399400994679","imei2":"47399400994679","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T04:51:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155636,"job_number":"JOB_155636","tr_customer_id":155653,"tr_customer_product_id":155643,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:51:05.000Z","modified_at":"2026-01-16T04:51:11.000Z","name":"tanjiro kamado","mobile_number":"988-706-9340","email_id":"tanjiro@g.com","dop":"2026-01-10","serial_number":"279171853241368","imei1":"279171853241368","imei2":"279171853241368","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T04:51:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155637,"job_number":"JOB_155637","tr_customer_id":155654,"tr_customer_product_id":155644,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:51:13.000Z","modified_at":"2026-01-16T04:51:18.000Z","name":"giyu tomiaka","mobile_number":"785-583-9338","email_id":"giyu@g.com","dop":"2026-01-10","serial_number":"268699225418318","imei1":"268699225418318","imei2":"268699225418318","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T04:51:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155644,"job_number":"JOB_155644","tr_customer_id":155661,"tr_customer_product_id":155651,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:57:29.000Z","modified_at":"2026-01-16T04:57:34.000Z","name":"saitama sensei","mobile_number":"874-541-6279","email_id":"saitama@yopmail.com","dop":"2026-01-10","serial_number":"497171649338053","imei1":"497171649338053","imei2":"497171649338053","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T04:57:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155645,"job_number":"JOB_155645","tr_customer_id":155662,"tr_customer_product_id":155652,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:57:36.000Z","modified_at":"2026-01-16T04:57:40.000Z","name":"tanjiro kamado","mobile_number":"765-262-5354","email_id":"tanjiro@g.com","dop":"2026-01-10","serial_number":"612205718039404","imei1":"612205718039404","imei2":"612205718039404","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T04:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155646,"job_number":"JOB_155646","tr_customer_id":155663,"tr_customer_product_id":155653,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:57:41.000Z","modified_at":"2026-01-16T04:57:47.000Z","name":"giyu tomiaka","mobile_number":"870-634-2232","email_id":"giyu@g.com","dop":"2026-01-10","serial_number":"926735047862750","imei1":"926735047862750","imei2":"926735047862750","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T04:57:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155660,"job_number":"JOB_155660","tr_customer_id":155677,"tr_customer_product_id":155667,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:16:09.000Z","modified_at":"2026-01-16T06:16:19.000Z","name":"Brain Ziemann","mobile_number":"817-293-2111","email_id":"Angelo.Howe11@yahoo.com","dop":"2025-11-04","serial_number":"27372645612775","imei1":"27372645612775","imei2":"27372645612775","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:16:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155661,"job_number":"JOB_155661","tr_customer_id":155678,"tr_customer_product_id":155668,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:16:23.000Z","modified_at":"2026-01-16T06:16:47.000Z","name":"Jacklyn Ritchie","mobile_number":"359-464-7744","email_id":"Xzavier43@gmail.com","dop":"2025-11-04","serial_number":"51181756420704","imei1":"51181756420704","imei2":"51181756420704","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:16:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155667,"job_number":"JOB_155667","tr_customer_id":155684,"tr_customer_product_id":155674,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:16:59.000Z","modified_at":"2026-01-16T06:17:20.000Z","name":"London Anderson","mobile_number":"879-652-3082","email_id":"Ceasar_Ortiz22@yahoo.com","dop":"2025-10-01","serial_number":"16020492474347","imei1":"16020492474347","imei2":"16020492474347","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:17:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155671,"job_number":"JOB_155671","tr_customer_id":155688,"tr_customer_product_id":155678,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:19:17.000Z","modified_at":"2026-01-16T06:19:17.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"105156524394051","imei1":"105156524394051","imei2":"105156524394051","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:19:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155672,"job_number":"JOB_155672","tr_customer_id":155689,"tr_customer_product_id":155679,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:19:18.000Z","modified_at":"2026-01-16T06:19:28.000Z","name":"Henri Wiegand","mobile_number":"572-809-5221","email_id":"Demetrius.Ledner51@gmail.com","dop":"2025-06-09","serial_number":"101352267333727","imei1":"101352267333727","imei2":"101352267333727","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:19:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155673,"job_number":"JOB_155673","tr_customer_id":155690,"tr_customer_product_id":155680,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:19:18.000Z","modified_at":"2026-01-16T06:19:18.000Z","name":"Curtis Armstrong","mobile_number":"313-856-2419","email_id":"Freddy31@hotmail.com","dop":"2025-06-09","serial_number":"106576638988751","imei1":"106576638988751","imei2":"106576638988751","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:19:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155674,"job_number":"JOB_155674","tr_customer_id":155691,"tr_customer_product_id":155681,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:19:32.000Z","modified_at":"2026-01-16T06:19:32.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"102674885112431","imei1":"102674885112431","imei2":"102674885112431","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:19:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155675,"job_number":"JOB_155675","tr_customer_id":155692,"tr_customer_product_id":155682,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:19:33.000Z","modified_at":"2026-01-16T06:19:43.000Z","name":"Jalyn Lang","mobile_number":"520-674-1694","email_id":"Amber_Weimann@hotmail.com","dop":"2025-06-09","serial_number":"108675004765256","imei1":"108675004765256","imei2":"108675004765256","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:19:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155676,"job_number":"JOB_155676","tr_customer_id":155693,"tr_customer_product_id":155683,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:19:33.000Z","modified_at":"2026-01-16T06:19:33.000Z","name":"Kiera Herman","mobile_number":"741-763-6738","email_id":"Caleb63@yahoo.com","dop":"2025-06-09","serial_number":"102246556351467","imei1":"102246556351467","imei2":"102246556351467","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:19:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155677,"job_number":"JOB_155677","tr_customer_id":155694,"tr_customer_product_id":155684,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:19:47.000Z","modified_at":"2026-01-16T06:19:47.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"103481953362932","imei1":"103481953362932","imei2":"103481953362932","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:19:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155678,"job_number":"JOB_155678","tr_customer_id":155695,"tr_customer_product_id":155685,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:19:48.000Z","modified_at":"2026-01-16T06:19:58.000Z","name":"Arianna Kuhlman","mobile_number":"258-389-0077","email_id":"Garrett.Herzog44@yahoo.com","dop":"2025-06-09","serial_number":"107519804436607","imei1":"107519804436607","imei2":"107519804436607","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:19:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155679,"job_number":"JOB_155679","tr_customer_id":155696,"tr_customer_product_id":155686,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:19:48.000Z","modified_at":"2026-01-16T06:19:48.000Z","name":"Zachariah Tremblay","mobile_number":"739-893-9626","email_id":"Katelin.OConnell@hotmail.com","dop":"2025-06-09","serial_number":"103143000565201","imei1":"103143000565201","imei2":"103143000565201","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:19:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155680,"job_number":"JOB_155680","tr_customer_id":155697,"tr_customer_product_id":155687,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:21:02.000Z","modified_at":"2026-01-16T06:21:12.000Z","name":"shoaib shaikh","mobile_number":"9191987787","email_id":"shaikhshoaib@gmail.com","dop":"2025-12-13","serial_number":"69891090792801","imei1":"69891090792801","imei2":"69891090792801","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:21:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155681,"job_number":"JOB_155681","tr_customer_id":155698,"tr_customer_product_id":155688,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:21:17.000Z","modified_at":"2026-01-16T06:21:27.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"10508605830768","imei1":"10508605830768","imei2":"10508605830768","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:21:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155682,"job_number":"JOB_155682","tr_customer_id":155699,"tr_customer_product_id":155689,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:21:31.000Z","modified_at":"2026-01-16T06:21:41.000Z","name":"jatin sharma","mobile_number":"9191976787","email_id":"jatinvsharma@gmail.com","dop":"2025-12-13","serial_number":"52494104589384","imei1":"52494104589384","imei2":"52494104589384","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:21:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155700,"job_number":"JOB_155700","tr_customer_id":155717,"tr_customer_product_id":155707,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:28:59.000Z","modified_at":"2026-01-16T06:29:09.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"66704215038985","imei1":"66704215038985","imei2":"66704215038985","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:29:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155701,"job_number":"JOB_155701","tr_customer_id":155718,"tr_customer_product_id":155708,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:29:13.000Z","modified_at":"2026-01-16T06:29:24.000Z","name":"jatin sharma","mobile_number":"9191976787","email_id":"jatinvsharma@gmail.com","dop":"2025-12-13","serial_number":"19299433226645","imei1":"19299433226645","imei2":"19299433226645","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:29:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155781,"job_number":"JOB_155781","tr_customer_id":155798,"tr_customer_product_id":155788,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T07:24:24.000Z","modified_at":"2026-01-16T07:24:35.000Z","name":"Ewald O'Kon","mobile_number":"878-426-9764","email_id":"Jennings_Jacobi@hotmail.com","dop":"2025-11-04","serial_number":"86801042517635","imei1":"86801042517635","imei2":"86801042517635","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T07:24:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155782,"job_number":"JOB_155782","tr_customer_id":155799,"tr_customer_product_id":155789,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T07:24:39.000Z","modified_at":"2026-01-16T07:24:51.000Z","name":"Marielle Schoen","mobile_number":"557-337-2290","email_id":"Dena.Ritchie@yahoo.com","dop":"2025-11-04","serial_number":"97713114123277","imei1":"97713114123277","imei2":"97713114123277","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T07:24:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155783,"job_number":"JOB_155783","tr_customer_id":155800,"tr_customer_product_id":155790,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T07:24:57.000Z","modified_at":"2026-01-16T07:25:13.000Z","name":"Ismael Von","mobile_number":"473-578-3510","email_id":"Myriam_Mante5@yahoo.com","dop":"2025-11-04","serial_number":"77724937856255","imei1":"77724937856255","imei2":"77724937856255","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T07:25:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155784,"job_number":"JOB_155784","tr_customer_id":155801,"tr_customer_product_id":155791,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T07:31:21.000Z","modified_at":"2026-01-16T07:31:21.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Bettie_Hintz@gmail.com","dop":"2025-07-02","serial_number":"14422875302832","imei1":"14422875302832","imei2":"14422875302832","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T07:31:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155785,"job_number":"JOB_155785","tr_customer_id":155802,"tr_customer_product_id":155792,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T07:31:39.000Z","modified_at":"2026-01-16T07:31:39.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Grayce13@yahoo.com","dop":"2025-07-02","serial_number":"15860432272873","imei1":"15860432272873","imei2":"15860432272873","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T07:31:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155786,"job_number":"JOB_155786","tr_customer_id":155803,"tr_customer_product_id":155793,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T07:31:57.000Z","modified_at":"2026-01-16T07:31:57.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Royce.Feeney@gmail.com","dop":"2025-07-02","serial_number":"19792604241672","imei1":"19792604241672","imei2":"19792604241672","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T07:31:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155789,"job_number":"JOB_155789","tr_customer_id":155806,"tr_customer_product_id":155796,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T07:42:50.000Z","modified_at":"2026-01-16T07:43:01.000Z","name":"Ruby Jerde","mobile_number":"325-899-3758","email_id":"Jack.Jerde20@hotmail.com","dop":"2025-11-04","serial_number":"66921671520550","imei1":"66921671520550","imei2":"66921671520550","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T07:43:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155790,"job_number":"JOB_155790","tr_customer_id":155807,"tr_customer_product_id":155797,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T07:43:05.000Z","modified_at":"2026-01-16T07:43:05.000Z","name":"Keanu Reichel","mobile_number":"742-495-9768","email_id":"Maryse_Huels@yahoo.com","dop":"2025-11-04","serial_number":"56767976450249","imei1":"56767976450249","imei2":"56767976450249","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T07:43:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/search' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"searchText":"JOB_99821"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/search
Response Information
Response Code: 200 - OK
Mean time per request: 256ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg1NDkzODJ9.7Q_cftzxwaYd9kRfPtYAbNXiAp6wEuaefivGfjrL8NY
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 81abbe5c-db68-411d-a274-8c1afa0b34bf
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 36
Request Body
{
            "searchText": "JOB_104254"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Fri, 16 Jan 2026 07:43:08 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_99821' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/details/155790
Response Information
Response Code: 200 - OK
Mean time per request: 260ms
Mean size per request: 33B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg1NDkzODJ9.7Q_cftzxwaYd9kRfPtYAbNXiAp6wEuaefivGfjrL8NY
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token e426625e-7bde-4d6b-9ccb-b19e9ffdf18a
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 33
ETag W/"21-a549D1gRd+HW17tYvMzi9u5U1G4"
Vary Accept-Encoding
Date Fri, 16 Jan 2026 07:43:08 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":null}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamsup","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 251ms
Mean size per request: 698B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 94f37ff1-6343-457d-861f-228fa3e612ee
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 59
Request Body
{
            "username": "iamsup",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 698
ETag W/"2ba-SOsPZ7HJkovg5AaCl2o6HS4SBCg"
Vary Accept-Encoding
Date Fri, 16 Jan 2026 07:43:08 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg1NDkzODh9.dfip84PJ5gEaspYvqIjqh4L53gCpw_ELDFBtbrSKkuo"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 250ms
Mean size per request: 444B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg1NDkzODh9.dfip84PJ5gEaspYvqIjqh4L53gCpw_ELDFBtbrSKkuo
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token e24c9696-9c97-4e7d-9f42-5a761abd3c78
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 444
ETag W/"1bc-5jtJRsd0hZILh8Na44eS7Os72ts"
Vary Accept-Encoding
Date Fri, 16 Jan 2026 07:43:08 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":1,"first_name":"John","last_name":"Cena","login_id":"iamsup","mobile_number":"9988778899","email_id":"john@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":2,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Supervisor","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 280ms
Mean size per request: 248B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg1NDkzODh9.dfip84PJ5gEaspYvqIjqh4L53gCpw_ELDFBtbrSKkuo
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token a332327f-5652-48a0-9301-a19056d56c19
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 248
ETag W/"f8-cIlJgePgjiy1lhbHL77ZHdq5AMo"
Vary Accept-Encoding
Date Fri, 16 Jan 2026 07:43:09 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for assignment","key":"pending_for_assignment","count":255},{"label":"Pending for repair","key":"pending_for_repair","count":1},{"label":"Pending for delivery","key":"pending_for_delivery","count":1}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/pending' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/job/pending
Response Information
Response Code: 200 - OK
Mean time per request: 283ms
Mean size per request: 247.63KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI5Mzc1MTB9.-O6f2f7yIF827L6J6ejis6RAsTLeJu8tivTqfyx0T-Y
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token b265ef8a-552f-4154-82d3-e61e4812831e
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"3de88-Uv6Imwyahs2buVcyg6xKtabt0u8"
Vary Accept-Encoding
Content-Encoding gzip
Date Fri, 16 Jan 2026 07:43:09 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":155465,"job_number":"JOB_155465","tr_customer_id":155482,"tr_customer_product_id":155472,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:06.000Z","modified_at":"2026-01-16T03:50:06.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10335752715658","imei1":"10335752715658","imei2":"10335752715658","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:06.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":155467,"job_number":"JOB_155467","tr_customer_id":155484,"tr_customer_product_id":155474,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:08.000Z","modified_at":"2026-01-16T03:50:08.000Z","name":"Tyreek Herman","mobile_number":"911-362-4523","email_id":"Paolo_Steuber85@gmail.com","dop":"2000-01-31","serial_number":"1082437193483165","imei1":"1082437193483165","imei2":"1082437193483165","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:08.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":155518,"job_number":"JOB_155518","tr_customer_id":155535,"tr_customer_product_id":155525,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:48.000Z","modified_at":"2026-01-16T03:50:48.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10243583498088","imei1":"10243583498088","imei2":"10243583498088","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:48.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":155522,"job_number":"JOB_155522","tr_customer_id":155539,"tr_customer_product_id":155529,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:50.000Z","modified_at":"2026-01-16T03:50:50.000Z","name":"Anastacio Braun","mobile_number":"901-520-5880","email_id":"Felicity52@gmail.com","dop":"2000-01-31","serial_number":"1016974076082802","imei1":"1016974076082802","imei2":"1016974076082802","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:50.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":155562,"job_number":"JOB_155562","tr_customer_id":155579,"tr_customer_product_id":155569,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:29.000Z","modified_at":"2026-01-16T03:51:29.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10925451969242","imei1":"10925451969242","imei2":"10925451969242","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:29.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":155565,"job_number":"JOB_155565","tr_customer_id":155582,"tr_customer_product_id":155572,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:31.000Z","modified_at":"2026-01-16T03:51:31.000Z","name":"Ottis Renner","mobile_number":"358-402-7539","email_id":"Hilton_Bashirian37@hotmail.com","dop":"2000-01-31","serial_number":"1064606040334572","imei1":"1064606040334572","imei2":"1064606040334572","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:31.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":155587,"job_number":"JOB_155587","tr_customer_id":155604,"tr_customer_product_id":155594,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:52:10.000Z","modified_at":"2026-01-16T03:52:10.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10664513632723","imei1":"10664513632723","imei2":"10664513632723","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:52:10.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":155591,"job_number":"JOB_155591","tr_customer_id":155608,"tr_customer_product_id":155598,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:52:11.000Z","modified_at":"2026-01-16T03:52:11.000Z","name":"Ruth Walker","mobile_number":"616-481-2833","email_id":"Ruben_Koepp@yahoo.com","dop":"2000-01-31","serial_number":"1061713939377417","imei1":"1061713939377417","imei2":"1061713939377417","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:52:11.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":155717,"job_number":"JOB_155717","tr_customer_id":155734,"tr_customer_product_id":155724,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:34:34.000Z","modified_at":"2026-01-16T06:34:34.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10401945627152","imei1":"10401945627152","imei2":"10401945627152","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:34:34.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":155719,"job_number":"JOB_155719","tr_customer_id":155736,"tr_customer_product_id":155726,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:34:36.000Z","modified_at":"2026-01-16T06:34:36.000Z","name":"Axel Yundt","mobile_number":"982-777-0534","email_id":"Cleta.Schneider50@yahoo.com","dop":"2000-01-31","serial_number":"1075302203986053","imei1":"1075302203986053","imei2":"1075302203986053","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:34:36.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":155723,"job_number":"JOB_155723","tr_customer_id":155740,"tr_customer_product_id":155730,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:35:18.000Z","modified_at":"2026-01-16T06:35:18.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10385237056781","imei1":"10385237056781","imei2":"10385237056781","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:35:18.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":155725,"job_number":"JOB_155725","tr_customer_id":155742,"tr_customer_product_id":155732,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:35:20.000Z","modified_at":"2026-01-16T06:35:20.000Z","name":"Columbus Schumm","mobile_number":"994-986-8614","email_id":"Maybelle_Langosh96@yahoo.com","dop":"2000-01-31","serial_number":"1023850899366975","imei1":"1023850899366975","imei2":"1023850899366975","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:35:20.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":155729,"job_number":"JOB_155729","tr_customer_id":155746,"tr_customer_product_id":155736,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:36:01.000Z","modified_at":"2026-01-16T06:36:01.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10651292496707","imei1":"10651292496707","imei2":"10651292496707","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:36:01.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":155733,"job_number":"JOB_155733","tr_customer_id":155750,"tr_customer_product_id":155740,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:36:02.000Z","modified_at":"2026-01-16T06:36:02.000Z","name":"Bobby Kuvalis","mobile_number":"236-505-5749","email_id":"Dariana_Pouros98@yahoo.com","dop":"2000-01-31","serial_number":"1053825763001151","imei1":"1053825763001151","imei2":"1053825763001151","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:36:02.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":155738,"job_number":"JOB_155738","tr_customer_id":155755,"tr_customer_product_id":155745,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:36:43.000Z","modified_at":"2026-01-16T06:36:43.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10838737959437","imei1":"10838737959437","imei2":"10838737959437","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:36:43.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":155740,"job_number":"JOB_155740","tr_customer_id":155757,"tr_customer_product_id":155747,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:36:45.000Z","modified_at":"2026-01-16T06:36:45.000Z","name":"Elmo Hilll","mobile_number":"347-380-2254","email_id":"Shakira_Mitchell@yahoo.com","dop":"2000-01-31","serial_number":"1075873331519296","imei1":"1075873331519296","imei2":"1075873331519296","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:36:45.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":155411,"job_number":"JOB_155411","tr_customer_id":155428,"tr_customer_product_id":155418,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-15T21:01:25.000Z","modified_at":"2026-01-15T21:01:25.000Z","name":"Jatin Sharma","mobile_number":"7293847564","email_id":"jatin@gmail.com","dop":"2026-01-05","serial_number":"19700432156456","imei1":"19700432156456","imei2":"19700432156456","popurl":"2026-01-05T21:01:25.131688Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-15T21:01:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155412,"job_number":"JOB_155412","tr_customer_id":155429,"tr_customer_product_id":155419,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-15T21:41:25.000Z","modified_at":"2026-01-15T21:41:25.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17371819848162","imei1":"17371819848162","imei2":"17371819848162","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-15T21:41:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155414,"job_number":"JOB_155414","tr_customer_id":155431,"tr_customer_product_id":155421,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-15T21:41:27.000Z","modified_at":"2026-01-15T21:41:27.000Z","name":"Flossie Cummings","mobile_number":"921-914-1867","email_id":"Keely.Rippin11@gmail.com","dop":"2025-04-06","serial_number":"18268087434067132","imei1":"18268087434067132","imei2":"18268087434067132","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-15T21:41:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155415,"job_number":"JOB_155415","tr_customer_id":155432,"tr_customer_product_id":155422,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-15T21:42:09.000Z","modified_at":"2026-01-15T21:42:09.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12016416486423","imei1":"12016416486423","imei2":"12016416486423","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-15T21:42:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155417,"job_number":"JOB_155417","tr_customer_id":155434,"tr_customer_product_id":155424,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-15T21:42:11.000Z","modified_at":"2026-01-15T21:42:11.000Z","name":"Kitty McKenzie","mobile_number":"298-489-7203","email_id":"Ocie8@yahoo.com","dop":"2025-04-06","serial_number":"10767668882516688","imei1":"10767668882516688","imei2":"10767668882516688","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-15T21:42:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155418,"job_number":"JOB_155418","tr_customer_id":155435,"tr_customer_product_id":155425,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-15T21:42:53.000Z","modified_at":"2026-01-15T21:42:53.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17973642239007","imei1":"17973642239007","imei2":"17973642239007","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-15T21:42:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155420,"job_number":"JOB_155420","tr_customer_id":155437,"tr_customer_product_id":155427,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-15T21:42:55.000Z","modified_at":"2026-01-15T21:42:55.000Z","name":"Fiona Bergnaum","mobile_number":"696-724-9206","email_id":"Philip_Kreiger@yahoo.com","dop":"2025-04-06","serial_number":"11094037818513450","imei1":"11094037818513450","imei2":"11094037818513450","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-15T21:42:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155421,"job_number":"JOB_155421","tr_customer_id":155438,"tr_customer_product_id":155428,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-15T23:39:27.000Z","modified_at":"2026-01-15T23:39:27.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-05","serial_number":"18836592954988","imei1":"18836592954988","imei2":"18836592954988","popurl":"2026-01-05T23:39:26.971049634Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-15T23:39:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155422,"job_number":"JOB_155422","tr_customer_id":155439,"tr_customer_product_id":155429,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-15T23:39:28.000Z","modified_at":"2026-01-15T23:39:28.000Z","name":"Balachandra Shukla","mobile_number":"7050415457","email_id":"dhatri.khatri@gmail.com","dop":"2026-01-05","serial_number":"145122789970760","imei1":"145122789970760","imei2":"145122789970760","popurl":"www.bhaasvan-menon.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-15T23:39:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155423,"job_number":"JOB_155423","tr_customer_id":155440,"tr_customer_product_id":155430,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-15T23:41:57.000Z","modified_at":"2026-01-15T23:41:57.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-05","serial_number":"79946591955889","imei1":"79946591955889","imei2":"79946591955889","popurl":"2026-01-05T23:41:57.222395089Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-15T23:41:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155424,"job_number":"JOB_155424","tr_customer_id":155441,"tr_customer_product_id":155431,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T02:42:48.000Z","modified_at":"2026-01-16T02:42:48.000Z","name":"Stanton Swift","mobile_number":"327-426-1232","email_id":"Nina14@hotmail.com","dop":"2025-04-06","serial_number":"15029261700906","imei1":"15029261700906","imei2":"15029261700906","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T02:42:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155427,"job_number":"JOB_155427","tr_customer_id":155444,"tr_customer_product_id":155434,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:48:47.000Z","modified_at":"2026-01-16T03:48:47.000Z","name":"Adolf Jenkins","mobile_number":"288-664-8968","email_id":"Kaya78@yahoo.com","dop":"2025-04-06","serial_number":"17466723092028176","imei1":"17466723092028176","imei2":"17466723092028176","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:48:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155429,"job_number":"JOB_155429","tr_customer_id":155446,"tr_customer_product_id":155436,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:02.000Z","modified_at":"2026-01-16T03:49:02.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"10119186116387","imei1":"10119186116387","imei2":"10119186116387","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155431,"job_number":"JOB_155431","tr_customer_id":155448,"tr_customer_product_id":155438,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:04.000Z","modified_at":"2026-01-16T03:49:04.000Z","name":"Freddie Frami","mobile_number":"345-589-2458","email_id":"Carter_Smitham@yahoo.com","dop":"2025-04-06","serial_number":"16508086076502222","imei1":"16508086076502222","imei2":"16508086076502222","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155433,"job_number":"JOB_155433","tr_customer_id":155450,"tr_customer_product_id":155440,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:28.000Z","modified_at":"2026-01-16T03:49:28.000Z","name":"Art Harber","mobile_number":"463-936-0910","email_id":"Lyla.Bernhard@yahoo.com","dop":"2025-04-06","serial_number":"13856155720402280","imei1":"13856155720402280","imei2":"13856155720402280","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155434,"job_number":"JOB_155434","tr_customer_id":155451,"tr_customer_product_id":155441,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:29.000Z","modified_at":"2026-01-16T03:49:29.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10800725289146","imei1":"10800725289146","imei2":"10800725289146","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155436,"job_number":"JOB_155436","tr_customer_id":155453,"tr_customer_product_id":155443,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:30.000Z","modified_at":"2026-01-16T03:49:30.000Z","name":"Myra Schoen","mobile_number":"843-860-1700","email_id":"Hyman.Macejkovic@hotmail.com","dop":"2025-06-18","serial_number":"1012929871257721","imei1":"1012929871257721","imei2":"1012929871257721","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155437,"job_number":"JOB_155437","tr_customer_id":155454,"tr_customer_product_id":155444,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:31.000Z","modified_at":"2026-01-16T03:49:31.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16293613818984","imei1":"16293613818984","imei2":"16293613818984","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155439,"job_number":"JOB_155439","tr_customer_id":155456,"tr_customer_product_id":155446,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:32.000Z","modified_at":"2026-01-16T03:49:32.000Z","name":"Orpha Russel","mobile_number":"851-416-0509","email_id":"Alford.Rath@gmail.com","dop":"2025-04-06","serial_number":"15917139307603264","imei1":"15917139307603264","imei2":"15917139307603264","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155440,"job_number":"JOB_155440","tr_customer_id":155457,"tr_customer_product_id":155447,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:34.000Z","modified_at":"2026-01-16T03:49:34.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13793635124344","imei1":"13793635124344","imei2":"13793635124344","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155442,"job_number":"JOB_155442","tr_customer_id":155459,"tr_customer_product_id":155449,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:36.000Z","modified_at":"2026-01-16T03:49:36.000Z","name":"Odell Metz","mobile_number":"924-648-1872","email_id":"Anthony69@yahoo.com","dop":"2025-04-06","serial_number":"18593202335272896","imei1":"18593202335272896","imei2":"18593202335272896","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155445,"job_number":"JOB_155445","tr_customer_id":155462,"tr_customer_product_id":155452,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:41.000Z","modified_at":"2026-01-16T03:49:41.000Z","name":"Annamae Jerde","mobile_number":"425-305-0390","email_id":"Paula79@gmail.com","dop":"2025-04-06","serial_number":"19676312487162080","imei1":"19676312487162080","imei2":"19676312487162080","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155446,"job_number":"JOB_155446","tr_customer_id":155463,"tr_customer_product_id":155453,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:46.000Z","modified_at":"2026-01-16T03:49:46.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"10719081751979","imei1":"10719081751979","imei2":"10719081751979","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155448,"job_number":"JOB_155448","tr_customer_id":155465,"tr_customer_product_id":155455,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:48.000Z","modified_at":"2026-01-16T03:49:48.000Z","name":"Chloe Harber","mobile_number":"215-331-2312","email_id":"Alfreda90@hotmail.com","dop":"2025-04-06","serial_number":"13418452620890480","imei1":"13418452620890480","imei2":"13418452620890480","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155450,"job_number":"JOB_155450","tr_customer_id":155467,"tr_customer_product_id":155457,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:51.000Z","modified_at":"2026-01-16T03:49:51.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19393676832997","imei1":"19393676832997","imei2":"19393676832997","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155452,"job_number":"JOB_155452","tr_customer_id":155469,"tr_customer_product_id":155459,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:51.000Z","modified_at":"2026-01-16T03:49:51.000Z","name":"Jazmyn Frami","mobile_number":"378-941-0210","email_id":"Jaquan_Beahan42@hotmail.com","dop":"2025-04-06","serial_number":"17218371108995020","imei1":"17218371108995020","imei2":"17218371108995020","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155453,"job_number":"JOB_155453","tr_customer_id":155470,"tr_customer_product_id":155460,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:52.000Z","modified_at":"2026-01-16T03:49:52.000Z","name":"Rodolfo Leannon","mobile_number":"233-470-1532","email_id":"Lera_OConnell28@yahoo.com","dop":"2025-04-06","serial_number":"15617838244611716","imei1":"15617838244611716","imei2":"15617838244611716","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155454,"job_number":"JOB_155454","tr_customer_id":155471,"tr_customer_product_id":155461,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:53.000Z","modified_at":"2026-01-16T03:49:53.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15556448528914","imei1":"15556448528914","imei2":"15556448528914","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155457,"job_number":"JOB_155457","tr_customer_id":155474,"tr_customer_product_id":155464,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:55.000Z","modified_at":"2026-01-16T03:49:55.000Z","name":"Augustine Larkin","mobile_number":"840-287-8921","email_id":"Nat92@gmail.com","dop":"2025-04-06","serial_number":"11732202568883996","imei1":"11732202568883996","imei2":"11732202568883996","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155458,"job_number":"JOB_155458","tr_customer_id":155475,"tr_customer_product_id":155465,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:56.000Z","modified_at":"2026-01-16T03:49:56.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"15432771432624","imei1":"15432771432624","imei2":"15432771432624","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155459,"job_number":"JOB_155459","tr_customer_id":155476,"tr_customer_product_id":155466,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:57.000Z","modified_at":"2026-01-16T03:49:57.000Z","name":"Ransom Cremin","mobile_number":"700-905-1228","email_id":"Amie_Stokes15@yahoo.com","dop":"2025-09-16","serial_number":"14198812392049","imei1":"14198812392049","imei2":"14198812392049","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155461,"job_number":"JOB_155461","tr_customer_id":155478,"tr_customer_product_id":155468,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:59.000Z","modified_at":"2026-01-16T03:49:59.000Z","name":"Lily DuBuque","mobile_number":"648-726-2493","email_id":"Flo_Ullrich@yahoo.com","dop":"2025-04-06","serial_number":"15093397526373716","imei1":"15093397526373716","imei2":"15093397526373716","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155462,"job_number":"JOB_155462","tr_customer_id":155479,"tr_customer_product_id":155469,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:00.000Z","modified_at":"2026-01-16T03:50:00.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16302143032329","imei1":"16302143032329","imei2":"16302143032329","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155464,"job_number":"JOB_155464","tr_customer_id":155481,"tr_customer_product_id":155471,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:01.000Z","modified_at":"2026-01-16T03:50:01.000Z","name":"Keon Schiller","mobile_number":"979-646-1577","email_id":"Cali.Schmeler@hotmail.com","dop":"2025-04-06","serial_number":"12456741384347064","imei1":"12456741384347064","imei2":"12456741384347064","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155469,"job_number":"JOB_155469","tr_customer_id":155486,"tr_customer_product_id":155476,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:12.000Z","modified_at":"2026-01-16T03:50:12.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17572605359542","imei1":"17572605359542","imei2":"17572605359542","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155471,"job_number":"JOB_155471","tr_customer_id":155488,"tr_customer_product_id":155478,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:13.000Z","modified_at":"2026-01-16T03:50:13.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19644397672208","imei1":"19644397672208","imei2":"19644397672208","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155472,"job_number":"JOB_155472","tr_customer_id":155489,"tr_customer_product_id":155479,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:13.000Z","modified_at":"2026-01-16T03:50:13.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12617466503159","imei1":"12617466503159","imei2":"12617466503159","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155475,"job_number":"JOB_155475","tr_customer_id":155492,"tr_customer_product_id":155482,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:14.000Z","modified_at":"2026-01-16T03:50:14.000Z","name":"Adelle Krajcik","mobile_number":"702-372-6251","email_id":"Ariel79@yahoo.com","dop":"2025-04-06","serial_number":"14100259099568680","imei1":"14100259099568680","imei2":"14100259099568680","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155476,"job_number":"JOB_155476","tr_customer_id":155493,"tr_customer_product_id":155483,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:14.000Z","modified_at":"2026-01-16T03:50:14.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10878708681342","imei1":"10878708681342","imei2":"10878708681342","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155478,"job_number":"JOB_155478","tr_customer_id":155495,"tr_customer_product_id":155485,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:14.000Z","modified_at":"2026-01-16T03:50:14.000Z","name":"Burley Ferry","mobile_number":"454-889-2257","email_id":"Emmanuel87@gmail.com","dop":"2025-06-18","serial_number":"1039806240125689","imei1":"1039806240125689","imei2":"1039806240125689","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155479,"job_number":"JOB_155479","tr_customer_id":155496,"tr_customer_product_id":155486,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:14.000Z","modified_at":"2026-01-16T03:50:14.000Z","name":"Clair Botsford","mobile_number":"852-670-2187","email_id":"Jadon13@yahoo.com","dop":"2025-04-06","serial_number":"10514325053134684","imei1":"10514325053134684","imei2":"10514325053134684","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155480,"job_number":"JOB_155480","tr_customer_id":155497,"tr_customer_product_id":155487,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:15.000Z","modified_at":"2026-01-16T03:50:15.000Z","name":"Cordia Heller","mobile_number":"902-286-2145","email_id":"Mozelle.Mante84@hotmail.com","dop":"2025-04-06","serial_number":"11145369566089634","imei1":"11145369566089634","imei2":"11145369566089634","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155482,"job_number":"JOB_155482","tr_customer_id":155499,"tr_customer_product_id":155489,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:16.000Z","modified_at":"2026-01-16T03:50:16.000Z","name":"Darlene Moore","mobile_number":"892-634-9185","email_id":"Cydney49@hotmail.com","dop":"2025-05-30","serial_number":"18010154364704","imei1":"18010154364704","imei2":"18010154364704","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155483,"job_number":"JOB_155483","tr_customer_id":155500,"tr_customer_product_id":155490,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:16.000Z","modified_at":"2026-01-16T03:50:16.000Z","name":"jatin sharma","mobile_number":"7045663552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15086916354521","imei1":"15086916354521","imei2":"15086916354521","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155485,"job_number":"JOB_155485","tr_customer_id":155502,"tr_customer_product_id":155492,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:17.000Z","modified_at":"2026-01-16T03:50:17.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"11210325396648","imei1":"11210325396648","imei2":"11210325396648","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155486,"job_number":"JOB_155486","tr_customer_id":155503,"tr_customer_product_id":155493,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:17.000Z","modified_at":"2026-01-16T03:50:17.000Z","name":"Michel Brown","mobile_number":"210-573-5638","email_id":"Beulah_Haley@gmail.com","dop":"2025-09-16","serial_number":"18378684230417","imei1":"18378684230417","imei2":"18378684230417","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155487,"job_number":"JOB_155487","tr_customer_id":155504,"tr_customer_product_id":155494,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:17.000Z","modified_at":"2026-01-16T03:50:17.000Z","name":"Laverne Hermann","mobile_number":"255-258-5851","email_id":"Elias.Pfeffer@gmail.com","dop":"2025-05-30","serial_number":"1773393727488693","imei1":"1773393727488693","imei2":"1773393727488693","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155488,"job_number":"JOB_155488","tr_customer_id":155505,"tr_customer_product_id":155495,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:18.000Z","modified_at":"2026-01-16T03:50:18.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19489164608557","imei1":"19489164608557","imei2":"19489164608557","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155490,"job_number":"JOB_155490","tr_customer_id":155507,"tr_customer_product_id":155497,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:18.000Z","modified_at":"2026-01-16T03:50:18.000Z","name":"Effie Hirthe","mobile_number":"904-504-7871","email_id":"Jaleel33@hotmail.com","dop":"2025-04-06","serial_number":"18365556496908364","imei1":"18365556496908364","imei2":"18365556496908364","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155492,"job_number":"JOB_155492","tr_customer_id":155509,"tr_customer_product_id":155499,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:19.000Z","modified_at":"2026-01-16T03:50:19.000Z","name":"Jayda Erdman","mobile_number":"904-994-2013","email_id":"Dulce_Runolfsson@yahoo.com","dop":"2025-04-06","serial_number":"11507241961359184","imei1":"11507241961359184","imei2":"11507241961359184","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155493,"job_number":"JOB_155493","tr_customer_id":155510,"tr_customer_product_id":155500,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:31.000Z","modified_at":"2026-01-16T03:50:31.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"11665058321236","imei1":"11665058321236","imei2":"11665058321236","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155498,"job_number":"JOB_155498","tr_customer_id":155515,"tr_customer_product_id":155505,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:32.000Z","modified_at":"2026-01-16T03:50:32.000Z","name":"Lea Kihn","mobile_number":"556-210-1089","email_id":"Ali84@hotmail.com","dop":"2025-04-06","serial_number":"16466499992899680","imei1":"16466499992899680","imei2":"16466499992899680","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155499,"job_number":"JOB_155499","tr_customer_id":155516,"tr_customer_product_id":155506,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:33.000Z","modified_at":"2026-01-16T03:50:33.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15903991764733","imei1":"15903991764733","imei2":"15903991764733","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155502,"job_number":"JOB_155502","tr_customer_id":155519,"tr_customer_product_id":155509,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:35.000Z","modified_at":"2026-01-16T03:50:35.000Z","name":"Jamie Ernser","mobile_number":"374-907-2440","email_id":"Malvina.Pacocha@gmail.com","dop":"2025-04-06","serial_number":"17748897172456848","imei1":"17748897172456848","imei2":"17748897172456848","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155503,"job_number":"JOB_155503","tr_customer_id":155520,"tr_customer_product_id":155510,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:36.000Z","modified_at":"2026-01-16T03:50:36.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19065261548627","imei1":"19065261548627","imei2":"19065261548627","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155505,"job_number":"JOB_155505","tr_customer_id":155522,"tr_customer_product_id":155512,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:38.000Z","modified_at":"2026-01-16T03:50:38.000Z","name":"kajal p","mobile_number":"9243526785","email_id":"kajal@gmail.com","dop":"2025-09-16","serial_number":"19786927864918","imei1":"19786927864918","imei2":"19786927864918","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155506,"job_number":"JOB_155506","tr_customer_id":155523,"tr_customer_product_id":155513,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:38.000Z","modified_at":"2026-01-16T03:50:38.000Z","name":"Demarco Morar","mobile_number":"802-374-9441","email_id":"Elinor_Powlowski@hotmail.com","dop":"2025-04-06","serial_number":"14884336901649836","imei1":"14884336901649836","imei2":"14884336901649836","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155507,"job_number":"JOB_155507","tr_customer_id":155524,"tr_customer_product_id":155514,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:38.000Z","modified_at":"2026-01-16T03:50:38.000Z","name":"Ronny Schultz","mobile_number":"861-583-1061","email_id":"Stefan_Walker@gmail.com","dop":"2025-09-16","serial_number":"19753865477342","imei1":"19753865477342","imei2":"19753865477342","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155508,"job_number":"JOB_155508","tr_customer_id":155525,"tr_customer_product_id":155515,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:39.000Z","modified_at":"2026-01-16T03:50:39.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10896625273451","imei1":"10896625273451","imei2":"10896625273451","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155510,"job_number":"JOB_155510","tr_customer_id":155527,"tr_customer_product_id":155517,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:40.000Z","modified_at":"2026-01-16T03:50:40.000Z","name":"Jaron Feest","mobile_number":"740-734-6885","email_id":"Danial.Cronin@yahoo.com","dop":"2025-04-06","serial_number":"17939993103907352","imei1":"17939993103907352","imei2":"17939993103907352","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155511,"job_number":"JOB_155511","tr_customer_id":155528,"tr_customer_product_id":155518,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:45.000Z","modified_at":"2026-01-16T03:50:45.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18468031412321","imei1":"18468031412321","imei2":"18468031412321","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155517,"job_number":"JOB_155517","tr_customer_id":155534,"tr_customer_product_id":155524,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:46.000Z","modified_at":"2026-01-16T03:50:46.000Z","name":"Alfonso Schuster","mobile_number":"596-673-4473","email_id":"Kristin.Kunze19@gmail.com","dop":"2025-04-06","serial_number":"18495685243234810","imei1":"18495685243234810","imei2":"18495685243234810","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155520,"job_number":"JOB_155520","tr_customer_id":155537,"tr_customer_product_id":155527,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:50.000Z","modified_at":"2026-01-16T03:50:50.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"12504133162441","imei1":"12504133162441","imei2":"12504133162441","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155523,"job_number":"JOB_155523","tr_customer_id":155540,"tr_customer_product_id":155530,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:51.000Z","modified_at":"2026-01-16T03:50:51.000Z","name":"Jordan Ziemann","mobile_number":"836-352-6987","email_id":"Nia.Goyette@gmail.com","dop":"2025-04-06","serial_number":"19850680721486776","imei1":"19850680721486776","imei2":"19850680721486776","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155524,"job_number":"JOB_155524","tr_customer_id":155541,"tr_customer_product_id":155531,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:55.000Z","modified_at":"2026-01-16T03:50:55.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16423158069554","imei1":"16423158069554","imei2":"16423158069554","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155526,"job_number":"JOB_155526","tr_customer_id":155543,"tr_customer_product_id":155533,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:56.000Z","modified_at":"2026-01-16T03:50:56.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10347985625835","imei1":"10347985625835","imei2":"10347985625835","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155528,"job_number":"JOB_155528","tr_customer_id":155545,"tr_customer_product_id":155535,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:57.000Z","modified_at":"2026-01-16T03:50:57.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13234120169371","imei1":"13234120169371","imei2":"13234120169371","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155530,"job_number":"JOB_155530","tr_customer_id":155547,"tr_customer_product_id":155537,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:57.000Z","modified_at":"2026-01-16T03:50:57.000Z","name":"Meda Walsh","mobile_number":"402-626-6241","email_id":"Wiley_Stracke5@gmail.com","dop":"2025-04-06","serial_number":"13747391731916862","imei1":"13747391731916862","imei2":"13747391731916862","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155531,"job_number":"JOB_155531","tr_customer_id":155548,"tr_customer_product_id":155538,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:57.000Z","modified_at":"2026-01-16T03:50:57.000Z","name":"Tressa Schmidt","mobile_number":"255-268-1194","email_id":"Gussie_Green38@yahoo.com","dop":"2025-04-06","serial_number":"16742634488338564","imei1":"16742634488338564","imei2":"16742634488338564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155532,"job_number":"JOB_155532","tr_customer_id":155549,"tr_customer_product_id":155539,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:58.000Z","modified_at":"2026-01-16T03:50:58.000Z","name":"Darian Boehm","mobile_number":"957-847-5047","email_id":"Claud4@hotmail.com","dop":"2025-04-06","serial_number":"12928885925226012","imei1":"12928885925226012","imei2":"12928885925226012","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155533,"job_number":"JOB_155533","tr_customer_id":155550,"tr_customer_product_id":155540,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:59.000Z","modified_at":"2026-01-16T03:50:59.000Z","name":"uday p","mobile_number":"9321453112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14398387861925","imei1":"14398387861925","imei2":"14398387861925","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155535,"job_number":"JOB_155535","tr_customer_id":155552,"tr_customer_product_id":155542,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:01.000Z","modified_at":"2026-01-16T03:51:01.000Z","name":"Domenic Price","mobile_number":"346-210-5716","email_id":"Orrin3@gmail.com","dop":"2025-04-06","serial_number":"16630065822437874","imei1":"16630065822437874","imei2":"16630065822437874","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155536,"job_number":"JOB_155536","tr_customer_id":155553,"tr_customer_product_id":155543,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:03.000Z","modified_at":"2026-01-16T03:51:03.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18332089318935","imei1":"18332089318935","imei2":"18332089318935","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155538,"job_number":"JOB_155538","tr_customer_id":155555,"tr_customer_product_id":155545,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:04.000Z","modified_at":"2026-01-16T03:51:05.000Z","name":"Kaylie Dibbert","mobile_number":"361-667-3413","email_id":"Darrel.McClure@hotmail.com","dop":"2025-04-06","serial_number":"13762468584946532","imei1":"13762468584946532","imei2":"13762468584946532","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155542,"job_number":"JOB_155542","tr_customer_id":155559,"tr_customer_product_id":155549,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:15.000Z","modified_at":"2026-01-16T03:51:15.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15292948162076","imei1":"15292948162076","imei2":"15292948162076","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155544,"job_number":"JOB_155544","tr_customer_id":155561,"tr_customer_product_id":155551,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:15.000Z","modified_at":"2026-01-16T03:51:15.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10220185382921","imei1":"10220185382921","imei2":"10220185382921","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155546,"job_number":"JOB_155546","tr_customer_id":155563,"tr_customer_product_id":155553,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:16.000Z","modified_at":"2026-01-16T03:51:16.000Z","name":"Kim Cummings","mobile_number":"954-724-1965","email_id":"Ethan_Hamill65@gmail.com","dop":"2025-04-06","serial_number":"18181308170976684","imei1":"18181308170976684","imei2":"18181308170976684","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155547,"job_number":"JOB_155547","tr_customer_id":155564,"tr_customer_product_id":155554,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:17.000Z","modified_at":"2026-01-16T03:51:17.000Z","name":"Rebekah Grimes","mobile_number":"675-677-4348","email_id":"Ava.Hessel16@gmail.com","dop":"2025-04-06","serial_number":"18320242708107970","imei1":"18320242708107970","imei2":"18320242708107970","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155548,"job_number":"JOB_155548","tr_customer_id":155565,"tr_customer_product_id":155555,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:22.000Z","modified_at":"2026-01-16T03:51:22.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10279049663315","imei1":"10279049663315","imei2":"10279049663315","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155550,"job_number":"JOB_155550","tr_customer_id":155567,"tr_customer_product_id":155557,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:24.000Z","modified_at":"2026-01-16T03:51:24.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18104702137004","imei1":"18104702137004","imei2":"18104702137004","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155551,"job_number":"JOB_155551","tr_customer_id":155568,"tr_customer_product_id":155558,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:24.000Z","modified_at":"2026-01-16T03:51:24.000Z","name":"Demetris Hoeger","mobile_number":"447-771-3560","email_id":"Dorothea68@yahoo.com","dop":"2025-04-06","serial_number":"15621074934773772","imei1":"15621074934773772","imei2":"15621074934773772","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155553,"job_number":"JOB_155553","tr_customer_id":155570,"tr_customer_product_id":155560,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:25.000Z","modified_at":"2026-01-16T03:51:25.000Z","name":"Abbie Wuckert","mobile_number":"206-389-3007","email_id":"Myrtle.Quigley@gmail.com","dop":"2025-04-06","serial_number":"14565136203651584","imei1":"14565136203651584","imei2":"14565136203651584","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155555,"job_number":"JOB_155555","tr_customer_id":155572,"tr_customer_product_id":155562,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:26.000Z","modified_at":"2026-01-16T03:51:26.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12605576992444","imei1":"12605576992444","imei2":"12605576992444","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155559,"job_number":"JOB_155559","tr_customer_id":155576,"tr_customer_product_id":155566,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:28.000Z","modified_at":"2026-01-16T03:51:28.000Z","name":"Zion Bauch","mobile_number":"692-848-8489","email_id":"Annette.Ruecker43@yahoo.com","dop":"2025-04-06","serial_number":"18298127751541190","imei1":"18298127751541190","imei2":"18298127751541190","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155560,"job_number":"JOB_155560","tr_customer_id":155577,"tr_customer_product_id":155567,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:28.000Z","modified_at":"2026-01-16T03:51:28.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10416165476171","imei1":"10416165476171","imei2":"10416165476171","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155564,"job_number":"JOB_155564","tr_customer_id":155581,"tr_customer_product_id":155571,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:30.000Z","modified_at":"2026-01-16T03:51:30.000Z","name":"Marie Hodkiewicz","mobile_number":"275-790-4139","email_id":"Ethel.Dietrich28@yahoo.com","dop":"2025-04-06","serial_number":"13158708301214292","imei1":"13158708301214292","imei2":"13158708301214292","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155566,"job_number":"JOB_155566","tr_customer_id":155583,"tr_customer_product_id":155573,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:31.000Z","modified_at":"2026-01-16T03:51:31.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"17875399270506","imei1":"17875399270506","imei2":"17875399270506","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155568,"job_number":"JOB_155568","tr_customer_id":155585,"tr_customer_product_id":155575,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:33.000Z","modified_at":"2026-01-16T03:51:33.000Z","name":"Ernest Cruickshank","mobile_number":"407-556-2259","email_id":"Carissa_Harvey37@yahoo.com","dop":"2025-04-06","serial_number":"15251772289918766","imei1":"15251772289918766","imei2":"15251772289918766","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155569,"job_number":"JOB_155569","tr_customer_id":155586,"tr_customer_product_id":155576,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:37.000Z","modified_at":"2026-01-16T03:51:37.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10786774607727","imei1":"10786774607727","imei2":"10786774607727","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155571,"job_number":"JOB_155571","tr_customer_id":155588,"tr_customer_product_id":155578,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:39.000Z","modified_at":"2026-01-16T03:51:39.000Z","name":"Velda Larkin","mobile_number":"337-756-9217","email_id":"Jacques.Haag@hotmail.com","dop":"2025-04-06","serial_number":"10101919151497432","imei1":"10101919151497432","imei2":"10101919151497432","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155574,"job_number":"JOB_155574","tr_customer_id":155591,"tr_customer_product_id":155581,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:41.000Z","modified_at":"2026-01-16T03:51:41.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18184916324061","imei1":"18184916324061","imei2":"18184916324061","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155577,"job_number":"JOB_155577","tr_customer_id":155594,"tr_customer_product_id":155584,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:41.000Z","modified_at":"2026-01-16T03:51:41.000Z","name":"kajal t","mobile_number":"7045663551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11384338003770","imei1":"11384338003770","imei2":"11384338003770","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155579,"job_number":"JOB_155579","tr_customer_id":155596,"tr_customer_product_id":155586,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:43.000Z","modified_at":"2026-01-16T03:51:43.000Z","name":"Jabari Kunde","mobile_number":"954-406-0914","email_id":"Victor_Krajcik@gmail.com","dop":"2025-04-06","serial_number":"11611265135004896","imei1":"11611265135004896","imei2":"11611265135004896","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155580,"job_number":"JOB_155580","tr_customer_id":155597,"tr_customer_product_id":155587,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:43.000Z","modified_at":"2026-01-16T03:51:43.000Z","name":"Tomas Roberts","mobile_number":"776-379-8889","email_id":"Eliezer8@gmail.com","dop":"2025-04-06","serial_number":"13955614928200576","imei1":"13955614928200576","imei2":"13955614928200576","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155581,"job_number":"JOB_155581","tr_customer_id":155598,"tr_customer_product_id":155588,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:52:00.000Z","modified_at":"2026-01-16T03:52:00.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19429865798035","imei1":"19429865798035","imei2":"19429865798035","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:52:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155583,"job_number":"JOB_155583","tr_customer_id":155600,"tr_customer_product_id":155590,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:52:02.000Z","modified_at":"2026-01-16T03:52:02.000Z","name":"Weldon D'Amore","mobile_number":"607-807-9954","email_id":"Alexandrea.Schowalter5@hotmail.com","dop":"2025-04-06","serial_number":"17554577331481782","imei1":"17554577331481782","imei2":"17554577331481782","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:52:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155584,"job_number":"JOB_155584","tr_customer_id":155601,"tr_customer_product_id":155591,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:52:06.000Z","modified_at":"2026-01-16T03:52:06.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19012225031503","imei1":"19012225031503","imei2":"19012225031503","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:52:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155586,"job_number":"JOB_155586","tr_customer_id":155603,"tr_customer_product_id":155593,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:52:08.000Z","modified_at":"2026-01-16T03:52:08.000Z","name":"Eddie Gislason","mobile_number":"754-707-6987","email_id":"Easter.Hermann@yahoo.com","dop":"2025-04-06","serial_number":"18229952976923830","imei1":"18229952976923830","imei2":"18229952976923830","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:52:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155589,"job_number":"JOB_155589","tr_customer_id":155606,"tr_customer_product_id":155596,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:52:11.000Z","modified_at":"2026-01-16T03:52:11.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19403500536776","imei1":"19403500536776","imei2":"19403500536776","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:52:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155592,"job_number":"JOB_155592","tr_customer_id":155609,"tr_customer_product_id":155599,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:52:13.000Z","modified_at":"2026-01-16T03:52:13.000Z","name":"Kellie Wilkinson","mobile_number":"235-587-2754","email_id":"August32@hotmail.com","dop":"2025-04-06","serial_number":"19623236794676320","imei1":"19623236794676320","imei2":"19623236794676320","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:52:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155593,"job_number":"JOB_155593","tr_customer_id":155610,"tr_customer_product_id":155600,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:52:45.000Z","modified_at":"2026-01-16T03:52:45.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18303156352590","imei1":"18303156352590","imei2":"18303156352590","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155595,"job_number":"JOB_155595","tr_customer_id":155612,"tr_customer_product_id":155602,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:52:47.000Z","modified_at":"2026-01-16T03:52:47.000Z","name":"Edgardo Cole","mobile_number":"390-640-9809","email_id":"Ismael.Feest89@yahoo.com","dop":"2025-04-06","serial_number":"12688159397227300","imei1":"12688159397227300","imei2":"12688159397227300","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:52:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155596,"job_number":"JOB_155596","tr_customer_id":155613,"tr_customer_product_id":155603,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:52:55.000Z","modified_at":"2026-01-16T03:52:55.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13879202526275","imei1":"13879202526275","imei2":"13879202526275","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:52:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155598,"job_number":"JOB_155598","tr_customer_id":155615,"tr_customer_product_id":155605,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:52:57.000Z","modified_at":"2026-01-16T03:52:57.000Z","name":"Shaun Daugherty","mobile_number":"212-435-4799","email_id":"Emory_Boyle@gmail.com","dop":"2025-04-06","serial_number":"14386751033941178","imei1":"14386751033941178","imei2":"14386751033941178","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:52:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155599,"job_number":"JOB_155599","tr_customer_id":155616,"tr_customer_product_id":155606,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:59:15.000Z","modified_at":"2026-01-16T03:59:15.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"55679896736205","imei1":"55679896736205","imei2":"55679896736205","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:59:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155600,"job_number":"JOB_155600","tr_customer_id":155617,"tr_customer_product_id":155607,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:59:15.000Z","modified_at":"2026-01-16T03:59:15.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"19996846776849","imei1":"19996846776849","imei2":"19996846776849","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:59:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155601,"job_number":"JOB_155601","tr_customer_id":155618,"tr_customer_product_id":155608,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:59:15.000Z","modified_at":"2026-01-16T03:59:15.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"82684415450071","imei1":"82684415450071","imei2":"82684415450071","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:59:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155602,"job_number":"JOB_155602","tr_customer_id":155619,"tr_customer_product_id":155609,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:59:16.000Z","modified_at":"2026-01-16T03:59:16.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"52193120627047","imei1":"52193120627047","imei2":"52193120627047","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:59:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155603,"job_number":"JOB_155603","tr_customer_id":155620,"tr_customer_product_id":155610,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:59:16.000Z","modified_at":"2026-01-16T03:59:16.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"46949627597686","imei1":"46949627597686","imei2":"46949627597686","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:59:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155604,"job_number":"JOB_155604","tr_customer_id":155621,"tr_customer_product_id":155611,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:59:16.000Z","modified_at":"2026-01-16T03:59:16.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"44032828979392","imei1":"44032828979392","imei2":"44032828979392","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:59:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155606,"job_number":"JOB_155606","tr_customer_id":155623,"tr_customer_product_id":155613,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:59:46.000Z","modified_at":"2026-01-16T03:59:46.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"23662326267766","imei1":"23662326267766","imei2":"23662326267766","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:59:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155607,"job_number":"JOB_155607","tr_customer_id":155624,"tr_customer_product_id":155614,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:59:46.000Z","modified_at":"2026-01-16T03:59:46.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"16791202927977","imei1":"16791202927977","imei2":"16791202927977","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:59:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155608,"job_number":"JOB_155608","tr_customer_id":155625,"tr_customer_product_id":155615,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:59:47.000Z","modified_at":"2026-01-16T03:59:47.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"50134645980601","imei1":"50134645980601","imei2":"50134645980601","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:59:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155609,"job_number":"JOB_155609","tr_customer_id":155626,"tr_customer_product_id":155616,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:59:47.000Z","modified_at":"2026-01-16T03:59:47.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"68962444174633","imei1":"68962444174633","imei2":"68962444174633","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:59:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155610,"job_number":"JOB_155610","tr_customer_id":155627,"tr_customer_product_id":155617,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:59:47.000Z","modified_at":"2026-01-16T03:59:47.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"45385731072059","imei1":"45385731072059","imei2":"45385731072059","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:59:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155611,"job_number":"JOB_155611","tr_customer_id":155628,"tr_customer_product_id":155618,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:59:48.000Z","modified_at":"2026-01-16T03:59:48.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"55903931546619","imei1":"55903931546619","imei2":"55903931546619","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:59:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155613,"job_number":"JOB_155613","tr_customer_id":155630,"tr_customer_product_id":155620,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:00:17.000Z","modified_at":"2026-01-16T04:00:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"68955586035195","imei1":"68955586035195","imei2":"68955586035195","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:00:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155614,"job_number":"JOB_155614","tr_customer_id":155631,"tr_customer_product_id":155621,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:00:17.000Z","modified_at":"2026-01-16T04:00:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"91851324634423","imei1":"91851324634423","imei2":"91851324634423","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:00:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155615,"job_number":"JOB_155615","tr_customer_id":155632,"tr_customer_product_id":155622,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:00:17.000Z","modified_at":"2026-01-16T04:00:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"92057926201536","imei1":"92057926201536","imei2":"92057926201536","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:00:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155616,"job_number":"JOB_155616","tr_customer_id":155633,"tr_customer_product_id":155623,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:00:18.000Z","modified_at":"2026-01-16T04:00:18.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"71778003089128","imei1":"71778003089128","imei2":"71778003089128","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:00:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155617,"job_number":"JOB_155617","tr_customer_id":155634,"tr_customer_product_id":155624,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:00:18.000Z","modified_at":"2026-01-16T04:00:18.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"18975964669597","imei1":"18975964669597","imei2":"18975964669597","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:00:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155618,"job_number":"JOB_155618","tr_customer_id":155635,"tr_customer_product_id":155625,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:00:18.000Z","modified_at":"2026-01-16T04:00:18.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"17998792860088","imei1":"17998792860088","imei2":"17998792860088","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:00:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155621,"job_number":"JOB_155621","tr_customer_id":155638,"tr_customer_product_id":155628,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:29:33.000Z","modified_at":"2026-01-16T04:29:33.000Z","name":"Verona Kuhic","mobile_number":"702-491-5172","email_id":"Charlie_Barton72@yahoo.com","dop":"2025-04-06","serial_number":"19769433139222860","imei1":"19769433139222860","imei2":"19769433139222860","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:29:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155622,"job_number":"JOB_155622","tr_customer_id":155639,"tr_customer_product_id":155629,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:32:19.000Z","modified_at":"2026-01-16T04:32:19.000Z","name":"tanmay agashe","mobile_number":"6757898909","email_id":"tanmay@gmail.com","dop":"2026-01-06","serial_number":"69346567893444","imei1":"69346567893444","imei2":"69346567893444","popurl":"2026-01-06T04:32:17.377643300Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:32:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155623,"job_number":"JOB_155623","tr_customer_id":155640,"tr_customer_product_id":155630,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:33:29.000Z","modified_at":"2026-01-16T04:33:29.000Z","name":"tanmay agashe","mobile_number":"6757898909","email_id":"tanmay@gmail.com","dop":"2026-01-06","serial_number":"08546567895390","imei1":"08546567895390","imei2":"08546567895390","popurl":"2026-01-06T04:33:26.974525700Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:33:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155624,"job_number":"JOB_155624","tr_customer_id":155641,"tr_customer_product_id":155631,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:36:56.000Z","modified_at":"2026-01-16T04:36:56.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-06","serial_number":"48420047314707","imei1":"48420047314707","imei2":"48420047314707","popurl":"2026-01-06T04:36:56.128196432Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:36:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155625,"job_number":"JOB_155625","tr_customer_id":155642,"tr_customer_product_id":155632,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:36:57.000Z","modified_at":"2026-01-16T04:36:57.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-06","serial_number":"70527248391176","imei1":"70527248391176","imei2":"70527248391176","popurl":"2026-01-06T04:36:57.252103837Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:36:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155626,"job_number":"JOB_155626","tr_customer_id":155643,"tr_customer_product_id":155633,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:38:26.000Z","modified_at":"2026-01-16T04:38:26.000Z","name":"tanmay agashe","mobile_number":"6757898909","email_id":"tanmay@gmail.com","dop":"2026-01-06","serial_number":"69346567893456","imei1":"69346567893456","imei2":"69346567893456","popurl":"2026-01-06T04:38:23.685345700Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:38:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155627,"job_number":"JOB_155627","tr_customer_id":155644,"tr_customer_product_id":155634,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:40:32.000Z","modified_at":"2026-01-16T04:40:32.000Z","name":"Shashank Shekhar","mobile_number":"9742666189","email_id":"101shashank@gmail.com","dop":"2025-04-06","serial_number":"99966430226557","imei1":"99966430226557","imei2":"99966430226557","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:40:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155628,"job_number":"JOB_155628","tr_customer_id":155645,"tr_customer_product_id":155635,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:44:27.000Z","modified_at":"2026-01-16T04:44:27.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"103926275605255","imei1":"103926275605255","imei2":"103926275605255","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:44:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155630,"job_number":"JOB_155630","tr_customer_id":155647,"tr_customer_product_id":155637,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:44:38.000Z","modified_at":"2026-01-16T04:44:38.000Z","name":"Easter Koch","mobile_number":"928-250-5732","email_id":"Dayne.Effertz@yahoo.com","dop":"2025-04-06","serial_number":"14889558276512","imei1":"14889558276512","imei2":"14889558276512","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:44:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155631,"job_number":"JOB_155631","tr_customer_id":155648,"tr_customer_product_id":155638,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:44:39.000Z","modified_at":"2026-01-16T04:44:39.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"105776069693431","imei1":"105776069693431","imei2":"105776069693431","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:44:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155633,"job_number":"JOB_155633","tr_customer_id":155650,"tr_customer_product_id":155640,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:49:12.000Z","modified_at":"2026-01-16T04:49:12.000Z","name":"Uday Raj","mobile_number":"9834786543","email_id":"uday.r@gmail.com","dop":"2025-02-01","serial_number":"19899393010120","imei1":"19899393010120","imei2":"19899393010120","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:49:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155634,"job_number":"JOB_155634","tr_customer_id":155651,"tr_customer_product_id":155641,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:50:18.000Z","modified_at":"2026-01-16T04:50:18.000Z","name":"Manuel Zieme","mobile_number":"595-247-0610","email_id":"Else_Hansen@hotmail.com","dop":"2025-02-01","serial_number":"74609272541571","imei1":"74609272541571","imei2":"74609272541571","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:50:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155638,"job_number":"JOB_155638","tr_customer_id":155655,"tr_customer_product_id":155645,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:55:57.000Z","modified_at":"2026-01-16T04:55:57.000Z","name":"Shashank Shekhar","mobile_number":"9742666189","email_id":"101shashank@gmail.com","dop":"2025-04-06","serial_number":"99966430226599","imei1":"99966430226599","imei2":"99966430226599","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:55:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155640,"job_number":"JOB_155640","tr_customer_id":155657,"tr_customer_product_id":155647,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:56:19.000Z","modified_at":"2026-01-16T04:56:19.000Z","name":"Bulah Simonis","mobile_number":"730-658-6104","email_id":"Jaquan_Zemlak47@yahoo.com","dop":"2025-04-06","serial_number":"15413693824894536","imei1":"15413693824894536","imei2":"15413693824894536","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:56:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155642,"job_number":"JOB_155642","tr_customer_id":155659,"tr_customer_product_id":155649,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:56:40.000Z","modified_at":"2026-01-16T04:56:40.000Z","name":"Helene Schinner","mobile_number":"395-771-3770","email_id":"Ernestine.Cronin@hotmail.com","dop":"2025-04-06","serial_number":"15241876165367484","imei1":"15241876165367484","imei2":"15241876165367484","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:56:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155643,"job_number":"JOB_155643","tr_customer_id":155660,"tr_customer_product_id":155650,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:57:26.000Z","modified_at":"2026-01-16T04:57:26.000Z","name":"Shashank Shekhar","mobile_number":"9742666189","email_id":"101shashank@gmail.com","dop":"2025-04-06","serial_number":"99966430226598","imei1":"99966430226598","imei2":"99966430226598","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:57:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155648,"job_number":"JOB_155648","tr_customer_id":155665,"tr_customer_product_id":155655,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T05:09:43.000Z","modified_at":"2026-01-16T05:09:43.000Z","name":"Shashank Shekhar","mobile_number":"9742666189","email_id":"101shashank@gmail.com","dop":"2025-04-06","serial_number":"99966430226597","imei1":"99966430226597","imei2":"99966430226597","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T05:09:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155649,"job_number":"JOB_155649","tr_customer_id":155666,"tr_customer_product_id":155656,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T05:41:28.000Z","modified_at":"2026-01-16T05:41:28.000Z","name":"tanmay agashe","mobile_number":"6757898909","email_id":"tanmay@gmail.com","dop":"2026-01-06","serial_number":"11346567890346","imei1":"11346567890346","imei2":"11346567890346","popurl":"2026-01-06T05:41:27.997331187Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T05:41:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155650,"job_number":"JOB_155650","tr_customer_id":155667,"tr_customer_product_id":155657,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:00:16.000Z","modified_at":"2026-01-16T06:00:16.000Z","name":"Shashank Shekhar","mobile_number":"9742666189","email_id":"101shashank@gmail.com","dop":"2025-04-06","serial_number":"99999999999999","imei1":"99999999999999","imei2":"99999999999999","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:00:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155651,"job_number":"JOB_155651","tr_customer_id":155668,"tr_customer_product_id":155658,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:02:15.000Z","modified_at":"2026-01-16T06:02:15.000Z","name":"Shashank Shekhar","mobile_number":"9742666189","email_id":"101shashank@gmail.com","dop":"2025-04-06","serial_number":"89999999999999","imei1":"89999999999999","imei2":"89999999999999","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:02:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155652,"job_number":"JOB_155652","tr_customer_id":155669,"tr_customer_product_id":155659,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:09:47.000Z","modified_at":"2026-01-16T06:09:47.000Z","name":"Shashank Shekhar","mobile_number":"9742666189","email_id":"101shashank@gmail.com","dop":"2025-04-06","serial_number":"79999999999999","imei1":"79999999999999","imei2":"79999999999999","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:09:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155653,"job_number":"JOB_155653","tr_customer_id":155670,"tr_customer_product_id":155660,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:15:48.000Z","modified_at":"2026-01-16T06:15:48.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"18546374862748","imei1":"18546374862748","imei2":"18546374862748","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:15:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155654,"job_number":"JOB_155654","tr_customer_id":155671,"tr_customer_product_id":155661,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:15:49.000Z","modified_at":"2026-01-16T06:15:49.000Z","name":"Thad Walker","mobile_number":"563-474-2227","email_id":"Aisha.Ernser46@gmail.com","dop":"2025-09-16","serial_number":"13154157928705","imei1":"13154157928705","imei2":"13154157928705","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:15:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155655,"job_number":"JOB_155655","tr_customer_id":155672,"tr_customer_product_id":155662,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:16:02.000Z","modified_at":"2026-01-16T06:16:02.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14523335535044","imei1":"14523335535044","imei2":"14523335535044","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:16:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155657,"job_number":"JOB_155657","tr_customer_id":155674,"tr_customer_product_id":155664,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:16:03.000Z","modified_at":"2026-01-16T06:16:03.000Z","name":"Deja Price","mobile_number":"296-505-1529","email_id":"Audra.OConnell@hotmail.com","dop":"2025-04-06","serial_number":"14443526690699648","imei1":"14443526690699648","imei2":"14443526690699648","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:16:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155658,"job_number":"JOB_155658","tr_customer_id":155675,"tr_customer_product_id":155665,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:16:08.000Z","modified_at":"2026-01-16T06:16:08.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"17736769273208","imei1":"17736769273208","imei2":"17736769273208","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:16:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155659,"job_number":"JOB_155659","tr_customer_id":155676,"tr_customer_product_id":155666,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:16:08.000Z","modified_at":"2026-01-16T06:16:08.000Z","name":"Dee Schneider","mobile_number":"392-427-4595","email_id":"Novella90@gmail.com","dop":"2025-09-16","serial_number":"11356350277950","imei1":"11356350277950","imei2":"11356350277950","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:16:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155662,"job_number":"JOB_155662","tr_customer_id":155679,"tr_customer_product_id":155669,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:16:27.000Z","modified_at":"2026-01-16T06:16:27.000Z","name":"kajal p","mobile_number":"9243526785","email_id":"kajal@gmail.com","dop":"2025-09-16","serial_number":"18580675192414","imei1":"18580675192414","imei2":"18580675192414","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:16:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155663,"job_number":"JOB_155663","tr_customer_id":155680,"tr_customer_product_id":155670,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:16:27.000Z","modified_at":"2026-01-16T06:16:27.000Z","name":"Samir Schroeder","mobile_number":"500-386-9531","email_id":"Fern_Padberg@gmail.com","dop":"2025-09-16","serial_number":"12184243985175","imei1":"12184243985175","imei2":"12184243985175","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:16:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155664,"job_number":"JOB_155664","tr_customer_id":155681,"tr_customer_product_id":155671,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:16:48.000Z","modified_at":"2026-01-16T06:16:48.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18600269206682","imei1":"18600269206682","imei2":"18600269206682","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:16:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155666,"job_number":"JOB_155666","tr_customer_id":155683,"tr_customer_product_id":155673,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:16:50.000Z","modified_at":"2026-01-16T06:16:50.000Z","name":"Oscar Johns","mobile_number":"347-783-3469","email_id":"Kiarra_Hagenes@gmail.com","dop":"2025-04-06","serial_number":"19132541795594000","imei1":"19132541795594000","imei2":"19132541795594000","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:16:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155668,"job_number":"JOB_155668","tr_customer_id":155685,"tr_customer_product_id":155675,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:17:35.000Z","modified_at":"2026-01-16T06:17:35.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13511268549250","imei1":"13511268549250","imei2":"13511268549250","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:17:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155670,"job_number":"JOB_155670","tr_customer_id":155687,"tr_customer_product_id":155677,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:17:36.000Z","modified_at":"2026-01-16T06:17:36.000Z","name":"Deron Beier","mobile_number":"606-949-3926","email_id":"Rhea19@yahoo.com","dop":"2025-04-06","serial_number":"15698729394533112","imei1":"15698729394533112","imei2":"15698729394533112","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:17:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155683,"job_number":"JOB_155683","tr_customer_id":155700,"tr_customer_product_id":155690,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:21:41.000Z","modified_at":"2026-01-16T06:21:41.000Z","name":"Gaurav Kumain","mobile_number":"8787474487","email_id":"qwssww@gmail.com","dop":"2025-04-06","serial_number":"16572885284302","imei1":"16572885284302","imei2":"16572885284302","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:21:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155684,"job_number":"JOB_155684","tr_customer_id":155701,"tr_customer_product_id":155691,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:21:57.000Z","modified_at":"2026-01-16T06:21:57.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10234419614103","imei1":"10234419614103","imei2":"10234419614103","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:21:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155686,"job_number":"JOB_155686","tr_customer_id":155703,"tr_customer_product_id":155693,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:21:58.000Z","modified_at":"2026-01-16T06:21:58.000Z","name":"Freda Jacobs","mobile_number":"892-616-9044","email_id":"Emie_Conroy@yahoo.com","dop":"2025-06-18","serial_number":"1095232156265707","imei1":"1095232156265707","imei2":"1095232156265707","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:21:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155687,"job_number":"JOB_155687","tr_customer_id":155704,"tr_customer_product_id":155694,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:22:43.000Z","modified_at":"2026-01-16T06:22:43.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10129626372569","imei1":"10129626372569","imei2":"10129626372569","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:22:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155689,"job_number":"JOB_155689","tr_customer_id":155706,"tr_customer_product_id":155696,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:22:43.000Z","modified_at":"2026-01-16T06:22:43.000Z","name":"Lionel Murphy","mobile_number":"209-798-6385","email_id":"Bailey80@gmail.com","dop":"2025-06-18","serial_number":"1091165450394017","imei1":"1091165450394017","imei2":"1091165450394017","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:22:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155690,"job_number":"JOB_155690","tr_customer_id":155707,"tr_customer_product_id":155697,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:26:17.000Z","modified_at":"2026-01-16T06:26:17.000Z","name":"Gaurav Kumain","mobile_number":"8787474487","email_id":"qwssww@gmail.com","dop":"2025-04-06","serial_number":"16572885284303","imei1":"16572885284303","imei2":"16572885284303","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:26:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155691,"job_number":"JOB_155691","tr_customer_id":155708,"tr_customer_product_id":155698,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:27:01.000Z","modified_at":"2026-01-16T06:27:01.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18792914001763","imei1":"18792914001763","imei2":"18792914001763","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:27:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155693,"job_number":"JOB_155693","tr_customer_id":155710,"tr_customer_product_id":155700,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:27:03.000Z","modified_at":"2026-01-16T06:27:03.000Z","name":"Heidi Donnelly","mobile_number":"765-761-1553","email_id":"Claud21@yahoo.com","dop":"2025-04-06","serial_number":"15136441970902784","imei1":"15136441970902784","imei2":"15136441970902784","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:27:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155694,"job_number":"JOB_155694","tr_customer_id":155711,"tr_customer_product_id":155701,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:27:45.000Z","modified_at":"2026-01-16T06:27:45.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12474350256277","imei1":"12474350256277","imei2":"12474350256277","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:27:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155696,"job_number":"JOB_155696","tr_customer_id":155713,"tr_customer_product_id":155703,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:27:46.000Z","modified_at":"2026-01-16T06:27:46.000Z","name":"Rudy Stiedemann","mobile_number":"442-264-6155","email_id":"Jaylin.Runolfsson@yahoo.com","dop":"2025-04-06","serial_number":"13492937547637564","imei1":"13492937547637564","imei2":"13492937547637564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:27:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155697,"job_number":"JOB_155697","tr_customer_id":155714,"tr_customer_product_id":155704,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:28:27.000Z","modified_at":"2026-01-16T06:28:27.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19306329118267","imei1":"19306329118267","imei2":"19306329118267","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:28:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155699,"job_number":"JOB_155699","tr_customer_id":155716,"tr_customer_product_id":155706,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:28:29.000Z","modified_at":"2026-01-16T06:28:29.000Z","name":"Derick Green","mobile_number":"343-294-0155","email_id":"Thurman59@yahoo.com","dop":"2025-04-06","serial_number":"16809733002813264","imei1":"16809733002813264","imei2":"16809733002813264","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:28:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155702,"job_number":"JOB_155702","tr_customer_id":155719,"tr_customer_product_id":155709,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:29:30.000Z","modified_at":"2026-01-16T06:29:30.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12160862483626","imei1":"12160862483626","imei2":"12160862483626","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:29:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155704,"job_number":"JOB_155704","tr_customer_id":155721,"tr_customer_product_id":155711,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:29:32.000Z","modified_at":"2026-01-16T06:29:32.000Z","name":"Rhianna Schoen","mobile_number":"212-665-2079","email_id":"Lottie.Armstrong@yahoo.com","dop":"2025-04-06","serial_number":"11901143664342048","imei1":"11901143664342048","imei2":"11901143664342048","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:29:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155705,"job_number":"JOB_155705","tr_customer_id":155722,"tr_customer_product_id":155712,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:30:19.000Z","modified_at":"2026-01-16T06:30:19.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12674320033800","imei1":"12674320033800","imei2":"12674320033800","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:30:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155707,"job_number":"JOB_155707","tr_customer_id":155724,"tr_customer_product_id":155714,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:30:20.000Z","modified_at":"2026-01-16T06:30:20.000Z","name":"Laron Durgan","mobile_number":"264-200-0555","email_id":"Alayna17@hotmail.com","dop":"2025-04-06","serial_number":"11805549138506768","imei1":"11805549138506768","imei2":"11805549138506768","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:30:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155708,"job_number":"JOB_155708","tr_customer_id":155725,"tr_customer_product_id":155715,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:31:08.000Z","modified_at":"2026-01-16T06:31:08.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10291803468165","imei1":"10291803468165","imei2":"10291803468165","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:31:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155710,"job_number":"JOB_155710","tr_customer_id":155727,"tr_customer_product_id":155717,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:31:09.000Z","modified_at":"2026-01-16T06:31:09.000Z","name":"Velda Heaney","mobile_number":"352-758-7513","email_id":"Diamond_Reynolds52@hotmail.com","dop":"2025-04-06","serial_number":"14976485295733564","imei1":"14976485295733564","imei2":"14976485295733564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:31:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155712,"job_number":"JOB_155712","tr_customer_id":155729,"tr_customer_product_id":155719,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:33:25.000Z","modified_at":"2026-01-16T06:33:25.000Z","name":"Darren Terry","mobile_number":"941-848-4064","email_id":"Derek_Waters93@gmail.com","dop":"2025-04-06","serial_number":"16510770579164860","imei1":"16510770579164860","imei2":"16510770579164860","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:33:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155713,"job_number":"JOB_155713","tr_customer_id":155730,"tr_customer_product_id":155720,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:34:10.000Z","modified_at":"2026-01-16T06:34:10.000Z","name":"Gaurav Kumain","mobile_number":"8787474487","email_id":"qwssww@gmail.com","dop":"2025-04-06","serial_number":"16572885284304","imei1":"16572885284304","imei2":"16572885284303","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:34:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155714,"job_number":"JOB_155714","tr_customer_id":155731,"tr_customer_product_id":155721,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:34:13.000Z","modified_at":"2026-01-16T06:34:13.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18183250601741","imei1":"18183250601741","imei2":"18183250601741","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:34:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155716,"job_number":"JOB_155716","tr_customer_id":155733,"tr_customer_product_id":155723,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:34:15.000Z","modified_at":"2026-01-16T06:34:15.000Z","name":"Noemie Moore","mobile_number":"922-216-5908","email_id":"Adelia.Legros@gmail.com","dop":"2025-04-06","serial_number":"19849856542088270","imei1":"19849856542088270","imei2":"19849856542088270","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:34:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155720,"job_number":"JOB_155720","tr_customer_id":155737,"tr_customer_product_id":155727,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:35:04.000Z","modified_at":"2026-01-16T06:35:04.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13402961231475","imei1":"13402961231475","imei2":"13402961231475","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:35:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155722,"job_number":"JOB_155722","tr_customer_id":155739,"tr_customer_product_id":155729,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:35:06.000Z","modified_at":"2026-01-16T06:35:06.000Z","name":"Amanda Considine","mobile_number":"587-276-9658","email_id":"Valerie76@gmail.com","dop":"2025-04-06","serial_number":"19754602933334430","imei1":"19754602933334430","imei2":"19754602933334430","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:35:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155726,"job_number":"JOB_155726","tr_customer_id":155743,"tr_customer_product_id":155733,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:35:50.000Z","modified_at":"2026-01-16T06:35:50.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12561051754101","imei1":"12561051754101","imei2":"12561051754101","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:35:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155728,"job_number":"JOB_155728","tr_customer_id":155745,"tr_customer_product_id":155735,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:35:52.000Z","modified_at":"2026-01-16T06:35:52.000Z","name":"Ebony Wintheiser","mobile_number":"567-275-3241","email_id":"Elinore.Goldner@gmail.com","dop":"2025-04-06","serial_number":"13695480512531648","imei1":"13695480512531648","imei2":"13695480512531648","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:35:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155731,"job_number":"JOB_155731","tr_customer_id":155748,"tr_customer_product_id":155738,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:36:02.000Z","modified_at":"2026-01-16T06:36:02.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10905864665923","imei1":"10905864665923","imei2":"10905864665923","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:36:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155734,"job_number":"JOB_155734","tr_customer_id":155751,"tr_customer_product_id":155741,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:36:03.000Z","modified_at":"2026-01-16T06:36:03.000Z","name":"Evangeline Emard","mobile_number":"685-236-5910","email_id":"Ezra4@hotmail.com","dop":"2025-04-06","serial_number":"15454439136977072","imei1":"15454439136977072","imei2":"15454439136977072","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:36:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155735,"job_number":"JOB_155735","tr_customer_id":155752,"tr_customer_product_id":155742,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:36:36.000Z","modified_at":"2026-01-16T06:36:36.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18011725642892","imei1":"18011725642892","imei2":"18011725642892","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:36:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155737,"job_number":"JOB_155737","tr_customer_id":155754,"tr_customer_product_id":155744,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:36:38.000Z","modified_at":"2026-01-16T06:36:38.000Z","name":"Lenore White","mobile_number":"315-988-3242","email_id":"Myrna.Cruickshank@gmail.com","dop":"2025-04-06","serial_number":"16588747903909444","imei1":"16588747903909444","imei2":"16588747903909444","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:36:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155741,"job_number":"JOB_155741","tr_customer_id":155758,"tr_customer_product_id":155748,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:37:21.000Z","modified_at":"2026-01-16T06:37:21.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18479831109450","imei1":"18479831109450","imei2":"18479831109450","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:37:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155743,"job_number":"JOB_155743","tr_customer_id":155760,"tr_customer_product_id":155750,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:37:23.000Z","modified_at":"2026-01-16T06:37:23.000Z","name":"Clifton Will","mobile_number":"466-925-6032","email_id":"Sydnie50@hotmail.com","dop":"2025-04-06","serial_number":"17264357883813052","imei1":"17264357883813052","imei2":"17264357883813052","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:37:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155744,"job_number":"JOB_155744","tr_customer_id":155761,"tr_customer_product_id":155751,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:40:24.000Z","modified_at":"2026-01-16T06:40:24.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11421853362375","imei1":"11421853362375","imei2":"11421853362375","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:40:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155746,"job_number":"JOB_155746","tr_customer_id":155763,"tr_customer_product_id":155753,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:40:25.000Z","modified_at":"2026-01-16T06:40:25.000Z","name":"Ophelia Kohler","mobile_number":"852-921-4197","email_id":"Dianna.Feil@yahoo.com","dop":"2025-04-06","serial_number":"12271151503417396","imei1":"12271151503417396","imei2":"12271151503417396","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:40:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155747,"job_number":"JOB_155747","tr_customer_id":155764,"tr_customer_product_id":155754,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:41:07.000Z","modified_at":"2026-01-16T06:41:07.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17527577093892","imei1":"17527577093892","imei2":"17527577093892","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:41:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155749,"job_number":"JOB_155749","tr_customer_id":155766,"tr_customer_product_id":155756,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:41:09.000Z","modified_at":"2026-01-16T06:41:09.000Z","name":"Giuseppe Carter","mobile_number":"956-449-4965","email_id":"Sonya54@yahoo.com","dop":"2025-04-06","serial_number":"10273525838172484","imei1":"10273525838172484","imei2":"10273525838172484","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:41:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155751,"job_number":"JOB_155751","tr_customer_id":155768,"tr_customer_product_id":155758,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:41:20.000Z","modified_at":"2026-01-16T06:41:20.000Z","name":"Dustin Carroll","mobile_number":"720-927-0260","email_id":"Alba46@gmail.com","dop":"2025-04-06","serial_number":"19432793905878870","imei1":"19432793905878870","imei2":"19432793905878870","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:41:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155752,"job_number":"JOB_155752","tr_customer_id":155769,"tr_customer_product_id":155759,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:41:21.000Z","modified_at":"2026-01-16T06:41:21.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10167067858945","imei1":"10167067858945","imei2":"10167067858945","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:41:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155754,"job_number":"JOB_155754","tr_customer_id":155771,"tr_customer_product_id":155761,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:41:23.000Z","modified_at":"2026-01-16T06:41:23.000Z","name":"Lonzo Considine","mobile_number":"669-263-4928","email_id":"Kiera23@yahoo.com","dop":"2025-04-06","serial_number":"15136230129385224","imei1":"15136230129385224","imei2":"15136230129385224","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:41:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155756,"job_number":"JOB_155756","tr_customer_id":155773,"tr_customer_product_id":155763,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:41:43.000Z","modified_at":"2026-01-16T06:41:43.000Z","name":"Tianna Swift","mobile_number":"829-786-2295","email_id":"Earl61@hotmail.com","dop":"2025-04-06","serial_number":"14694088865761580","imei1":"14694088865761580","imei2":"14694088865761580","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:41:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155757,"job_number":"JOB_155757","tr_customer_id":155774,"tr_customer_product_id":155764,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:41:50.000Z","modified_at":"2026-01-16T06:41:50.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16157917824236","imei1":"16157917824236","imei2":"16157917824236","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:41:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155759,"job_number":"JOB_155759","tr_customer_id":155776,"tr_customer_product_id":155766,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:41:51.000Z","modified_at":"2026-01-16T06:41:51.000Z","name":"Stella Erdman","mobile_number":"654-871-8951","email_id":"Clare82@gmail.com","dop":"2025-04-06","serial_number":"10811966025947974","imei1":"10811966025947974","imei2":"10811966025947974","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:41:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155760,"job_number":"JOB_155760","tr_customer_id":155777,"tr_customer_product_id":155767,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:42:00.000Z","modified_at":"2026-01-16T06:42:00.000Z","name":"Gaurav Kumain","mobile_number":"8787474487","email_id":"qwssww@gmail.com","dop":"2025-04-06","serial_number":"16572885284305","imei1":"16572885284305","imei2":"16572885284305","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:42:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155761,"job_number":"JOB_155761","tr_customer_id":155778,"tr_customer_product_id":155768,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:42:06.000Z","modified_at":"2026-01-16T06:42:06.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12398337583225","imei1":"12398337583225","imei2":"12398337583225","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:42:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155763,"job_number":"JOB_155763","tr_customer_id":155780,"tr_customer_product_id":155770,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:42:08.000Z","modified_at":"2026-01-16T06:42:08.000Z","name":"Julia Moen","mobile_number":"321-971-0040","email_id":"Ramon54@hotmail.com","dop":"2025-04-06","serial_number":"16373246844481656","imei1":"16373246844481656","imei2":"16373246844481656","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:42:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155764,"job_number":"JOB_155764","tr_customer_id":155781,"tr_customer_product_id":155771,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:42:44.000Z","modified_at":"2026-01-16T06:42:44.000Z","name":"Gaurav Kumain","mobile_number":"8787474487","email_id":"qwssww@gmail.com","dop":"2025-04-06","serial_number":"16572885284306","imei1":"16572885284306","imei2":"16572885284306","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:42:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155765,"job_number":"JOB_155765","tr_customer_id":155782,"tr_customer_product_id":155772,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:42:57.000Z","modified_at":"2026-01-16T06:42:57.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16683229693587","imei1":"16683229693587","imei2":"16683229693587","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:42:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155767,"job_number":"JOB_155767","tr_customer_id":155784,"tr_customer_product_id":155774,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:42:58.000Z","modified_at":"2026-01-16T06:42:58.000Z","name":"Vladimir Runte","mobile_number":"429-717-1121","email_id":"Kira_Stracke17@hotmail.com","dop":"2025-04-06","serial_number":"18403541612665524","imei1":"18403541612665524","imei2":"18403541612665524","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:42:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155768,"job_number":"JOB_155768","tr_customer_id":155785,"tr_customer_product_id":155775,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:46:44.000Z","modified_at":"2026-01-16T06:46:44.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10725069005359","imei1":"10725069005359","imei2":"10725069005359","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:46:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155770,"job_number":"JOB_155770","tr_customer_id":155787,"tr_customer_product_id":155777,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:46:45.000Z","modified_at":"2026-01-16T06:46:45.000Z","name":"Leopoldo Gislason","mobile_number":"268-936-4383","email_id":"Connor97@gmail.com","dop":"2025-04-06","serial_number":"16617283109406458","imei1":"16617283109406458","imei2":"16617283109406458","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:46:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155772,"job_number":"JOB_155772","tr_customer_id":155789,"tr_customer_product_id":155779,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:46:51.000Z","modified_at":"2026-01-16T06:46:51.000Z","name":"Fae Murazik","mobile_number":"346-564-2712","email_id":"Lenora.Kunze@gmail.com","dop":"2025-04-06","serial_number":"13755674628984042","imei1":"13755674628984042","imei2":"13755674628984042","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:46:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155773,"job_number":"JOB_155773","tr_customer_id":155790,"tr_customer_product_id":155780,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:47:26.000Z","modified_at":"2026-01-16T06:47:26.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18041222648615","imei1":"18041222648615","imei2":"18041222648615","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:47:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155775,"job_number":"JOB_155775","tr_customer_id":155792,"tr_customer_product_id":155782,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:47:27.000Z","modified_at":"2026-01-16T06:47:27.000Z","name":"Cynthia Greenholt","mobile_number":"695-701-0115","email_id":"Jovany72@gmail.com","dop":"2025-04-06","serial_number":"11836973861407318","imei1":"11836973861407318","imei2":"11836973861407318","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:47:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155776,"job_number":"JOB_155776","tr_customer_id":155793,"tr_customer_product_id":155783,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:48:07.000Z","modified_at":"2026-01-16T06:48:07.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10369012279854","imei1":"10369012279854","imei2":"10369012279854","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:48:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155778,"job_number":"JOB_155778","tr_customer_id":155795,"tr_customer_product_id":155785,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:48:09.000Z","modified_at":"2026-01-16T06:48:09.000Z","name":"Stanford Dibbert","mobile_number":"393-702-4663","email_id":"Loy_Welch84@hotmail.com","dop":"2025-04-06","serial_number":"18618603978201628","imei1":"18618603978201628","imei2":"18618603978201628","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:48:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155780,"job_number":"JOB_155780","tr_customer_id":155797,"tr_customer_product_id":155787,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T07:00:17.000Z","modified_at":"2026-01-16T07:00:17.000Z","name":"Enos Adams","mobile_number":"618-705-8656","email_id":"Lavina_Streich65@gmail.com","dop":"2025-04-06","serial_number":"16095089629971664","imei1":"16095089629971664","imei2":"16095089629971664","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T07:00:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155788,"job_number":"JOB_155788","tr_customer_id":155805,"tr_customer_product_id":155795,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T07:42:35.000Z","modified_at":"2026-01-16T07:42:35.000Z","name":"Alize Abbott","mobile_number":"852-313-2612","email_id":"Connie.Dach15@hotmail.com","dop":"2025-04-06","serial_number":"19903792800148290","imei1":"19903792800148290","imei2":"19903792800148290","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T07:42:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155443,"job_number":"JOB_155443","tr_customer_id":155460,"tr_customer_product_id":155450,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:39.000Z","modified_at":"2026-01-16T03:49:39.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Lilyan_Pouros@yahoo.com","dop":"2025-07-02","serial_number":"18379672176321","imei1":"18379672176321","imei2":"18379672176321","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155456,"job_number":"JOB_155456","tr_customer_id":155473,"tr_customer_product_id":155463,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:55.000Z","modified_at":"2026-01-16T03:49:55.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Ila_Halvorson@hotmail.com","dop":"2025-07-02","serial_number":"12646098675885","imei1":"12646098675885","imei2":"12646098675885","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155468,"job_number":"JOB_155468","tr_customer_id":155485,"tr_customer_product_id":155475,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:11.000Z","modified_at":"2026-01-16T03:50:11.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Rhianna_Hamill22@yahoo.com","dop":"2025-07-02","serial_number":"18556463680068","imei1":"18556463680068","imei2":"18556463680068","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155495,"job_number":"JOB_155495","tr_customer_id":155512,"tr_customer_product_id":155502,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:32.000Z","modified_at":"2026-01-16T03:50:32.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"177238735641284","imei1":"177238735641284","imei2":"177238735641284","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155496,"job_number":"JOB_155496","tr_customer_id":155513,"tr_customer_product_id":155503,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:32.000Z","modified_at":"2026-01-16T03:50:32.000Z","name":"Genesis Goyette","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"182069094863967","imei1":"182069094863967","imei2":"182069094863967","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155497,"job_number":"JOB_155497","tr_customer_id":155514,"tr_customer_product_id":155504,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:32.000Z","modified_at":"2026-01-16T03:50:32.000Z","name":"Estelle Adams","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"114168222400852","imei1":"114168222400852","imei2":"114168222400852","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155500,"job_number":"JOB_155500","tr_customer_id":155517,"tr_customer_product_id":155507,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:33.000Z","modified_at":"2026-01-16T03:50:33.000Z","name":"Amir McClure","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"185006500135435","imei1":"185006500135435","imei2":"185006500135435","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155512,"job_number":"JOB_155512","tr_customer_id":155529,"tr_customer_product_id":155519,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:45.000Z","modified_at":"2026-01-16T03:50:45.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"140076611883558","imei1":"140076611883558","imei2":"140076611883558","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155514,"job_number":"JOB_155514","tr_customer_id":155531,"tr_customer_product_id":155521,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:45.000Z","modified_at":"2026-01-16T03:50:45.000Z","name":"Allen Gibson","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"130161965485867","imei1":"130161965485867","imei2":"130161965485867","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155515,"job_number":"JOB_155515","tr_customer_id":155532,"tr_customer_product_id":155522,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:45.000Z","modified_at":"2026-01-16T03:50:45.000Z","name":"Okey Ward","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"106528169716897","imei1":"106528169716897","imei2":"106528169716897","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155516,"job_number":"JOB_155516","tr_customer_id":155533,"tr_customer_product_id":155523,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:46.000Z","modified_at":"2026-01-16T03:50:46.000Z","name":"Eloy Aufderhar","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"165442554199153","imei1":"165442554199153","imei2":"165442554199153","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155539,"job_number":"JOB_155539","tr_customer_id":155556,"tr_customer_product_id":155546,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:12.000Z","modified_at":"2026-01-16T03:51:12.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"107677851288975","imei1":"107677851288975","imei2":"107677851288975","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155541,"job_number":"JOB_155541","tr_customer_id":155558,"tr_customer_product_id":155548,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:13.000Z","modified_at":"2026-01-16T03:51:13.000Z","name":"Sophia Bashirian","mobile_number":"427-803-8299","email_id":"Lauren_Ferry51@hotmail.com","dop":"2025-06-09","serial_number":"104354884652418","imei1":"104354884652418","imei2":"104354884652418","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155554,"job_number":"JOB_155554","tr_customer_id":155571,"tr_customer_product_id":155561,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:26.000Z","modified_at":"2026-01-16T03:51:26.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"106172652499721","imei1":"106172652499721","imei2":"106172652499721","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155558,"job_number":"JOB_155558","tr_customer_id":155575,"tr_customer_product_id":155565,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:27.000Z","modified_at":"2026-01-16T03:51:27.000Z","name":"Elsie Kuhn","mobile_number":"310-825-6108","email_id":"Herbert.Feeney0@yahoo.com","dop":"2025-06-09","serial_number":"106732827060674","imei1":"106732827060674","imei2":"106732827060674","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155572,"job_number":"JOB_155572","tr_customer_id":155589,"tr_customer_product_id":155579,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:40.000Z","modified_at":"2026-01-16T03:51:40.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"109431713859796","imei1":"109431713859796","imei2":"109431713859796","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155575,"job_number":"JOB_155575","tr_customer_id":155592,"tr_customer_product_id":155582,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:41.000Z","modified_at":"2026-01-16T03:51:41.000Z","name":"Verda Koch","mobile_number":"523-762-5776","email_id":"Alden.McGlynn@gmail.com","dop":"2025-06-09","serial_number":"100563256446896","imei1":"100563256446896","imei2":"100563256446896","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155671,"job_number":"JOB_155671","tr_customer_id":155688,"tr_customer_product_id":155678,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:19:17.000Z","modified_at":"2026-01-16T06:19:17.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"105156524394051","imei1":"105156524394051","imei2":"105156524394051","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:19:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155673,"job_number":"JOB_155673","tr_customer_id":155690,"tr_customer_product_id":155680,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:19:18.000Z","modified_at":"2026-01-16T06:19:18.000Z","name":"Curtis Armstrong","mobile_number":"313-856-2419","email_id":"Freddy31@hotmail.com","dop":"2025-06-09","serial_number":"106576638988751","imei1":"106576638988751","imei2":"106576638988751","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:19:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155674,"job_number":"JOB_155674","tr_customer_id":155691,"tr_customer_product_id":155681,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:19:32.000Z","modified_at":"2026-01-16T06:19:32.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"102674885112431","imei1":"102674885112431","imei2":"102674885112431","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:19:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155676,"job_number":"JOB_155676","tr_customer_id":155693,"tr_customer_product_id":155683,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:19:33.000Z","modified_at":"2026-01-16T06:19:33.000Z","name":"Kiera Herman","mobile_number":"741-763-6738","email_id":"Caleb63@yahoo.com","dop":"2025-06-09","serial_number":"102246556351467","imei1":"102246556351467","imei2":"102246556351467","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:19:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155677,"job_number":"JOB_155677","tr_customer_id":155694,"tr_customer_product_id":155684,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:19:47.000Z","modified_at":"2026-01-16T06:19:47.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"103481953362932","imei1":"103481953362932","imei2":"103481953362932","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:19:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155679,"job_number":"JOB_155679","tr_customer_id":155696,"tr_customer_product_id":155686,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:19:48.000Z","modified_at":"2026-01-16T06:19:48.000Z","name":"Zachariah Tremblay","mobile_number":"739-893-9626","email_id":"Katelin.OConnell@hotmail.com","dop":"2025-06-09","serial_number":"103143000565201","imei1":"103143000565201","imei2":"103143000565201","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:19:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155784,"job_number":"JOB_155784","tr_customer_id":155801,"tr_customer_product_id":155791,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T07:31:21.000Z","modified_at":"2026-01-16T07:31:21.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Bettie_Hintz@gmail.com","dop":"2025-07-02","serial_number":"14422875302832","imei1":"14422875302832","imei2":"14422875302832","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T07:31:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155785,"job_number":"JOB_155785","tr_customer_id":155802,"tr_customer_product_id":155792,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T07:31:39.000Z","modified_at":"2026-01-16T07:31:39.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Grayce13@yahoo.com","dop":"2025-07-02","serial_number":"15860432272873","imei1":"15860432272873","imei2":"15860432272873","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T07:31:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155786,"job_number":"JOB_155786","tr_customer_id":155803,"tr_customer_product_id":155793,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T07:31:57.000Z","modified_at":"2026-01-16T07:31:57.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Royce.Feeney@gmail.com","dop":"2025-07-02","serial_number":"19792604241672","imei1":"19792604241672","imei2":"19792604241672","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T07:31:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155790,"job_number":"JOB_155790","tr_customer_id":155807,"tr_customer_product_id":155797,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T07:43:05.000Z","modified_at":"2026-01-16T07:43:05.000Z","name":"Keanu Reichel","mobile_number":"742-495-9768","email_id":"Maryse_Huels@yahoo.com","dop":"2025-11-04","serial_number":"56767976450249","imei1":"56767976450249","imei2":"56767976450249","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T07:43:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/mapped' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/engineer/mapped
Response Information
Response Code: 200 - OK
Mean time per request: 250ms
Mean size per request: 866B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg1NDkzODh9.dfip84PJ5gEaspYvqIjqh4L53gCpw_ELDFBtbrSKkuo
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 03fdf904-7ca7-4f66-8612-00bfa4e7a809
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 866
ETag W/"362-uZ8Ftnx2Af1NjAWrk0wJooRkni0"
Vary Accept-Encoding
Date Fri, 16 Jan 2026 07:43:09 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":2,"first_name":"Mark","last_name":"zuk","login_id":"iameng","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":true,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Engineer","service_location":"Service Center A"},{"id":17,"first_name":"Jay ","last_name":"Howard","login_id":"jhoward","mobile_number":"3434524356","email_id":"Jay@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":true,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2022-08-19T13:34:19.000Z","modified_at":"2022-08-19T13:34:19.000Z","role_name":"Engineer","service_location":"Service Center A"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/assign' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"job_id":99821,"engineer_id":17}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/engineer/assign
Response Information
Response Code: 200 - OK
Mean time per request: 263ms
Mean size per request: 54B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg1NDkzODh9.dfip84PJ5gEaspYvqIjqh4L53gCpw_ELDFBtbrSKkuo
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 5e5ad18b-7890-42f0-9a81-81362e0eaa71
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 49
Request Body
{
            "job_id": 155790,
            "engineer_id": 2
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 54
ETag W/"36-SJqPGnqoYGAacRPYXRhhHPv8y+E"
Vary Accept-Encoding
Date Fri, 16 Jan 2026 07:43:10 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Engineer assigned successfully","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/pending' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDEzNjh9.ejrA7BJz_H-2keUgA284RVE6WB4vB5-7eYUdu6PhPXI' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/job/pending
Response Information
Response Code: 200 - OK
Mean time per request: 288ms
Mean size per request: 246.66KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg1NDkzODh9.dfip84PJ5gEaspYvqIjqh4L53gCpw_ELDFBtbrSKkuo
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 2f2713d6-1e0a-4263-be10-6798346ac67d
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"3daa8-rpPAE/L1ctqCC/PlfVXb6y5Cw+Q"
Vary Accept-Encoding
Content-Encoding gzip
Date Fri, 16 Jan 2026 07:43:10 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":155465,"job_number":"JOB_155465","tr_customer_id":155482,"tr_customer_product_id":155472,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:06.000Z","modified_at":"2026-01-16T03:50:06.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10335752715658","imei1":"10335752715658","imei2":"10335752715658","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:06.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":155467,"job_number":"JOB_155467","tr_customer_id":155484,"tr_customer_product_id":155474,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:08.000Z","modified_at":"2026-01-16T03:50:08.000Z","name":"Tyreek Herman","mobile_number":"911-362-4523","email_id":"Paolo_Steuber85@gmail.com","dop":"2000-01-31","serial_number":"1082437193483165","imei1":"1082437193483165","imei2":"1082437193483165","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:08.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":155518,"job_number":"JOB_155518","tr_customer_id":155535,"tr_customer_product_id":155525,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:48.000Z","modified_at":"2026-01-16T03:50:48.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10243583498088","imei1":"10243583498088","imei2":"10243583498088","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:48.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":155522,"job_number":"JOB_155522","tr_customer_id":155539,"tr_customer_product_id":155529,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:50.000Z","modified_at":"2026-01-16T03:50:50.000Z","name":"Anastacio Braun","mobile_number":"901-520-5880","email_id":"Felicity52@gmail.com","dop":"2000-01-31","serial_number":"1016974076082802","imei1":"1016974076082802","imei2":"1016974076082802","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:50.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":155562,"job_number":"JOB_155562","tr_customer_id":155579,"tr_customer_product_id":155569,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:29.000Z","modified_at":"2026-01-16T03:51:29.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10925451969242","imei1":"10925451969242","imei2":"10925451969242","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:29.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":155565,"job_number":"JOB_155565","tr_customer_id":155582,"tr_customer_product_id":155572,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:31.000Z","modified_at":"2026-01-16T03:51:31.000Z","name":"Ottis Renner","mobile_number":"358-402-7539","email_id":"Hilton_Bashirian37@hotmail.com","dop":"2000-01-31","serial_number":"1064606040334572","imei1":"1064606040334572","imei2":"1064606040334572","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:31.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":155587,"job_number":"JOB_155587","tr_customer_id":155604,"tr_customer_product_id":155594,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:52:10.000Z","modified_at":"2026-01-16T03:52:10.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10664513632723","imei1":"10664513632723","imei2":"10664513632723","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:52:10.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":155591,"job_number":"JOB_155591","tr_customer_id":155608,"tr_customer_product_id":155598,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:52:11.000Z","modified_at":"2026-01-16T03:52:11.000Z","name":"Ruth Walker","mobile_number":"616-481-2833","email_id":"Ruben_Koepp@yahoo.com","dop":"2000-01-31","serial_number":"1061713939377417","imei1":"1061713939377417","imei2":"1061713939377417","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:52:11.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":155717,"job_number":"JOB_155717","tr_customer_id":155734,"tr_customer_product_id":155724,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:34:34.000Z","modified_at":"2026-01-16T06:34:34.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10401945627152","imei1":"10401945627152","imei2":"10401945627152","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:34:34.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":155719,"job_number":"JOB_155719","tr_customer_id":155736,"tr_customer_product_id":155726,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:34:36.000Z","modified_at":"2026-01-16T06:34:36.000Z","name":"Axel Yundt","mobile_number":"982-777-0534","email_id":"Cleta.Schneider50@yahoo.com","dop":"2000-01-31","serial_number":"1075302203986053","imei1":"1075302203986053","imei2":"1075302203986053","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:34:36.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":155723,"job_number":"JOB_155723","tr_customer_id":155740,"tr_customer_product_id":155730,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:35:18.000Z","modified_at":"2026-01-16T06:35:18.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10385237056781","imei1":"10385237056781","imei2":"10385237056781","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:35:18.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":155725,"job_number":"JOB_155725","tr_customer_id":155742,"tr_customer_product_id":155732,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:35:20.000Z","modified_at":"2026-01-16T06:35:20.000Z","name":"Columbus Schumm","mobile_number":"994-986-8614","email_id":"Maybelle_Langosh96@yahoo.com","dop":"2000-01-31","serial_number":"1023850899366975","imei1":"1023850899366975","imei2":"1023850899366975","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:35:20.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":155729,"job_number":"JOB_155729","tr_customer_id":155746,"tr_customer_product_id":155736,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:36:01.000Z","modified_at":"2026-01-16T06:36:01.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10651292496707","imei1":"10651292496707","imei2":"10651292496707","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:36:01.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":155733,"job_number":"JOB_155733","tr_customer_id":155750,"tr_customer_product_id":155740,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:36:02.000Z","modified_at":"2026-01-16T06:36:02.000Z","name":"Bobby Kuvalis","mobile_number":"236-505-5749","email_id":"Dariana_Pouros98@yahoo.com","dop":"2000-01-31","serial_number":"1053825763001151","imei1":"1053825763001151","imei2":"1053825763001151","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:36:02.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":155738,"job_number":"JOB_155738","tr_customer_id":155755,"tr_customer_product_id":155745,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:36:43.000Z","modified_at":"2026-01-16T06:36:43.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10838737959437","imei1":"10838737959437","imei2":"10838737959437","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:36:43.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":155740,"job_number":"JOB_155740","tr_customer_id":155757,"tr_customer_product_id":155747,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:36:45.000Z","modified_at":"2026-01-16T06:36:45.000Z","name":"Elmo Hilll","mobile_number":"347-380-2254","email_id":"Shakira_Mitchell@yahoo.com","dop":"2000-01-31","serial_number":"1075873331519296","imei1":"1075873331519296","imei2":"1075873331519296","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:36:45.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":155411,"job_number":"JOB_155411","tr_customer_id":155428,"tr_customer_product_id":155418,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-15T21:01:25.000Z","modified_at":"2026-01-15T21:01:25.000Z","name":"Jatin Sharma","mobile_number":"7293847564","email_id":"jatin@gmail.com","dop":"2026-01-05","serial_number":"19700432156456","imei1":"19700432156456","imei2":"19700432156456","popurl":"2026-01-05T21:01:25.131688Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-15T21:01:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155412,"job_number":"JOB_155412","tr_customer_id":155429,"tr_customer_product_id":155419,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-15T21:41:25.000Z","modified_at":"2026-01-15T21:41:25.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17371819848162","imei1":"17371819848162","imei2":"17371819848162","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-15T21:41:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155414,"job_number":"JOB_155414","tr_customer_id":155431,"tr_customer_product_id":155421,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-15T21:41:27.000Z","modified_at":"2026-01-15T21:41:27.000Z","name":"Flossie Cummings","mobile_number":"921-914-1867","email_id":"Keely.Rippin11@gmail.com","dop":"2025-04-06","serial_number":"18268087434067132","imei1":"18268087434067132","imei2":"18268087434067132","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-15T21:41:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155415,"job_number":"JOB_155415","tr_customer_id":155432,"tr_customer_product_id":155422,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-15T21:42:09.000Z","modified_at":"2026-01-15T21:42:09.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12016416486423","imei1":"12016416486423","imei2":"12016416486423","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-15T21:42:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155417,"job_number":"JOB_155417","tr_customer_id":155434,"tr_customer_product_id":155424,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-15T21:42:11.000Z","modified_at":"2026-01-15T21:42:11.000Z","name":"Kitty McKenzie","mobile_number":"298-489-7203","email_id":"Ocie8@yahoo.com","dop":"2025-04-06","serial_number":"10767668882516688","imei1":"10767668882516688","imei2":"10767668882516688","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-15T21:42:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155418,"job_number":"JOB_155418","tr_customer_id":155435,"tr_customer_product_id":155425,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-15T21:42:53.000Z","modified_at":"2026-01-15T21:42:53.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17973642239007","imei1":"17973642239007","imei2":"17973642239007","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-15T21:42:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155420,"job_number":"JOB_155420","tr_customer_id":155437,"tr_customer_product_id":155427,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-15T21:42:55.000Z","modified_at":"2026-01-15T21:42:55.000Z","name":"Fiona Bergnaum","mobile_number":"696-724-9206","email_id":"Philip_Kreiger@yahoo.com","dop":"2025-04-06","serial_number":"11094037818513450","imei1":"11094037818513450","imei2":"11094037818513450","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-15T21:42:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155421,"job_number":"JOB_155421","tr_customer_id":155438,"tr_customer_product_id":155428,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-15T23:39:27.000Z","modified_at":"2026-01-15T23:39:27.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-05","serial_number":"18836592954988","imei1":"18836592954988","imei2":"18836592954988","popurl":"2026-01-05T23:39:26.971049634Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-15T23:39:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155422,"job_number":"JOB_155422","tr_customer_id":155439,"tr_customer_product_id":155429,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-15T23:39:28.000Z","modified_at":"2026-01-15T23:39:28.000Z","name":"Balachandra Shukla","mobile_number":"7050415457","email_id":"dhatri.khatri@gmail.com","dop":"2026-01-05","serial_number":"145122789970760","imei1":"145122789970760","imei2":"145122789970760","popurl":"www.bhaasvan-menon.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-15T23:39:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155423,"job_number":"JOB_155423","tr_customer_id":155440,"tr_customer_product_id":155430,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-15T23:41:57.000Z","modified_at":"2026-01-15T23:41:57.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-05","serial_number":"79946591955889","imei1":"79946591955889","imei2":"79946591955889","popurl":"2026-01-05T23:41:57.222395089Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-15T23:41:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155424,"job_number":"JOB_155424","tr_customer_id":155441,"tr_customer_product_id":155431,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T02:42:48.000Z","modified_at":"2026-01-16T02:42:48.000Z","name":"Stanton Swift","mobile_number":"327-426-1232","email_id":"Nina14@hotmail.com","dop":"2025-04-06","serial_number":"15029261700906","imei1":"15029261700906","imei2":"15029261700906","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T02:42:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155427,"job_number":"JOB_155427","tr_customer_id":155444,"tr_customer_product_id":155434,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:48:47.000Z","modified_at":"2026-01-16T03:48:47.000Z","name":"Adolf Jenkins","mobile_number":"288-664-8968","email_id":"Kaya78@yahoo.com","dop":"2025-04-06","serial_number":"17466723092028176","imei1":"17466723092028176","imei2":"17466723092028176","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:48:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155429,"job_number":"JOB_155429","tr_customer_id":155446,"tr_customer_product_id":155436,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:02.000Z","modified_at":"2026-01-16T03:49:02.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"10119186116387","imei1":"10119186116387","imei2":"10119186116387","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155431,"job_number":"JOB_155431","tr_customer_id":155448,"tr_customer_product_id":155438,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:04.000Z","modified_at":"2026-01-16T03:49:04.000Z","name":"Freddie Frami","mobile_number":"345-589-2458","email_id":"Carter_Smitham@yahoo.com","dop":"2025-04-06","serial_number":"16508086076502222","imei1":"16508086076502222","imei2":"16508086076502222","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155433,"job_number":"JOB_155433","tr_customer_id":155450,"tr_customer_product_id":155440,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:28.000Z","modified_at":"2026-01-16T03:49:28.000Z","name":"Art Harber","mobile_number":"463-936-0910","email_id":"Lyla.Bernhard@yahoo.com","dop":"2025-04-06","serial_number":"13856155720402280","imei1":"13856155720402280","imei2":"13856155720402280","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155434,"job_number":"JOB_155434","tr_customer_id":155451,"tr_customer_product_id":155441,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:29.000Z","modified_at":"2026-01-16T03:49:29.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10800725289146","imei1":"10800725289146","imei2":"10800725289146","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155436,"job_number":"JOB_155436","tr_customer_id":155453,"tr_customer_product_id":155443,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:30.000Z","modified_at":"2026-01-16T03:49:30.000Z","name":"Myra Schoen","mobile_number":"843-860-1700","email_id":"Hyman.Macejkovic@hotmail.com","dop":"2025-06-18","serial_number":"1012929871257721","imei1":"1012929871257721","imei2":"1012929871257721","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155437,"job_number":"JOB_155437","tr_customer_id":155454,"tr_customer_product_id":155444,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:31.000Z","modified_at":"2026-01-16T03:49:31.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16293613818984","imei1":"16293613818984","imei2":"16293613818984","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155439,"job_number":"JOB_155439","tr_customer_id":155456,"tr_customer_product_id":155446,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:32.000Z","modified_at":"2026-01-16T03:49:32.000Z","name":"Orpha Russel","mobile_number":"851-416-0509","email_id":"Alford.Rath@gmail.com","dop":"2025-04-06","serial_number":"15917139307603264","imei1":"15917139307603264","imei2":"15917139307603264","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155440,"job_number":"JOB_155440","tr_customer_id":155457,"tr_customer_product_id":155447,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:34.000Z","modified_at":"2026-01-16T03:49:34.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13793635124344","imei1":"13793635124344","imei2":"13793635124344","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155442,"job_number":"JOB_155442","tr_customer_id":155459,"tr_customer_product_id":155449,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:36.000Z","modified_at":"2026-01-16T03:49:36.000Z","name":"Odell Metz","mobile_number":"924-648-1872","email_id":"Anthony69@yahoo.com","dop":"2025-04-06","serial_number":"18593202335272896","imei1":"18593202335272896","imei2":"18593202335272896","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155445,"job_number":"JOB_155445","tr_customer_id":155462,"tr_customer_product_id":155452,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:41.000Z","modified_at":"2026-01-16T03:49:41.000Z","name":"Annamae Jerde","mobile_number":"425-305-0390","email_id":"Paula79@gmail.com","dop":"2025-04-06","serial_number":"19676312487162080","imei1":"19676312487162080","imei2":"19676312487162080","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155446,"job_number":"JOB_155446","tr_customer_id":155463,"tr_customer_product_id":155453,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:46.000Z","modified_at":"2026-01-16T03:49:46.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"10719081751979","imei1":"10719081751979","imei2":"10719081751979","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155448,"job_number":"JOB_155448","tr_customer_id":155465,"tr_customer_product_id":155455,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:48.000Z","modified_at":"2026-01-16T03:49:48.000Z","name":"Chloe Harber","mobile_number":"215-331-2312","email_id":"Alfreda90@hotmail.com","dop":"2025-04-06","serial_number":"13418452620890480","imei1":"13418452620890480","imei2":"13418452620890480","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155450,"job_number":"JOB_155450","tr_customer_id":155467,"tr_customer_product_id":155457,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:51.000Z","modified_at":"2026-01-16T03:49:51.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19393676832997","imei1":"19393676832997","imei2":"19393676832997","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155452,"job_number":"JOB_155452","tr_customer_id":155469,"tr_customer_product_id":155459,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:51.000Z","modified_at":"2026-01-16T03:49:51.000Z","name":"Jazmyn Frami","mobile_number":"378-941-0210","email_id":"Jaquan_Beahan42@hotmail.com","dop":"2025-04-06","serial_number":"17218371108995020","imei1":"17218371108995020","imei2":"17218371108995020","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155453,"job_number":"JOB_155453","tr_customer_id":155470,"tr_customer_product_id":155460,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:52.000Z","modified_at":"2026-01-16T03:49:52.000Z","name":"Rodolfo Leannon","mobile_number":"233-470-1532","email_id":"Lera_OConnell28@yahoo.com","dop":"2025-04-06","serial_number":"15617838244611716","imei1":"15617838244611716","imei2":"15617838244611716","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155454,"job_number":"JOB_155454","tr_customer_id":155471,"tr_customer_product_id":155461,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:53.000Z","modified_at":"2026-01-16T03:49:53.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15556448528914","imei1":"15556448528914","imei2":"15556448528914","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155457,"job_number":"JOB_155457","tr_customer_id":155474,"tr_customer_product_id":155464,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:55.000Z","modified_at":"2026-01-16T03:49:55.000Z","name":"Augustine Larkin","mobile_number":"840-287-8921","email_id":"Nat92@gmail.com","dop":"2025-04-06","serial_number":"11732202568883996","imei1":"11732202568883996","imei2":"11732202568883996","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155458,"job_number":"JOB_155458","tr_customer_id":155475,"tr_customer_product_id":155465,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:56.000Z","modified_at":"2026-01-16T03:49:56.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"15432771432624","imei1":"15432771432624","imei2":"15432771432624","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155459,"job_number":"JOB_155459","tr_customer_id":155476,"tr_customer_product_id":155466,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:57.000Z","modified_at":"2026-01-16T03:49:57.000Z","name":"Ransom Cremin","mobile_number":"700-905-1228","email_id":"Amie_Stokes15@yahoo.com","dop":"2025-09-16","serial_number":"14198812392049","imei1":"14198812392049","imei2":"14198812392049","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155461,"job_number":"JOB_155461","tr_customer_id":155478,"tr_customer_product_id":155468,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:59.000Z","modified_at":"2026-01-16T03:49:59.000Z","name":"Lily DuBuque","mobile_number":"648-726-2493","email_id":"Flo_Ullrich@yahoo.com","dop":"2025-04-06","serial_number":"15093397526373716","imei1":"15093397526373716","imei2":"15093397526373716","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155462,"job_number":"JOB_155462","tr_customer_id":155479,"tr_customer_product_id":155469,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:00.000Z","modified_at":"2026-01-16T03:50:00.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16302143032329","imei1":"16302143032329","imei2":"16302143032329","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155464,"job_number":"JOB_155464","tr_customer_id":155481,"tr_customer_product_id":155471,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:01.000Z","modified_at":"2026-01-16T03:50:01.000Z","name":"Keon Schiller","mobile_number":"979-646-1577","email_id":"Cali.Schmeler@hotmail.com","dop":"2025-04-06","serial_number":"12456741384347064","imei1":"12456741384347064","imei2":"12456741384347064","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155469,"job_number":"JOB_155469","tr_customer_id":155486,"tr_customer_product_id":155476,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:12.000Z","modified_at":"2026-01-16T03:50:12.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17572605359542","imei1":"17572605359542","imei2":"17572605359542","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155471,"job_number":"JOB_155471","tr_customer_id":155488,"tr_customer_product_id":155478,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:13.000Z","modified_at":"2026-01-16T03:50:13.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19644397672208","imei1":"19644397672208","imei2":"19644397672208","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155472,"job_number":"JOB_155472","tr_customer_id":155489,"tr_customer_product_id":155479,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:13.000Z","modified_at":"2026-01-16T03:50:13.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12617466503159","imei1":"12617466503159","imei2":"12617466503159","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155475,"job_number":"JOB_155475","tr_customer_id":155492,"tr_customer_product_id":155482,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:14.000Z","modified_at":"2026-01-16T03:50:14.000Z","name":"Adelle Krajcik","mobile_number":"702-372-6251","email_id":"Ariel79@yahoo.com","dop":"2025-04-06","serial_number":"14100259099568680","imei1":"14100259099568680","imei2":"14100259099568680","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155476,"job_number":"JOB_155476","tr_customer_id":155493,"tr_customer_product_id":155483,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:14.000Z","modified_at":"2026-01-16T03:50:14.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10878708681342","imei1":"10878708681342","imei2":"10878708681342","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155478,"job_number":"JOB_155478","tr_customer_id":155495,"tr_customer_product_id":155485,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:14.000Z","modified_at":"2026-01-16T03:50:14.000Z","name":"Burley Ferry","mobile_number":"454-889-2257","email_id":"Emmanuel87@gmail.com","dop":"2025-06-18","serial_number":"1039806240125689","imei1":"1039806240125689","imei2":"1039806240125689","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155479,"job_number":"JOB_155479","tr_customer_id":155496,"tr_customer_product_id":155486,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:14.000Z","modified_at":"2026-01-16T03:50:14.000Z","name":"Clair Botsford","mobile_number":"852-670-2187","email_id":"Jadon13@yahoo.com","dop":"2025-04-06","serial_number":"10514325053134684","imei1":"10514325053134684","imei2":"10514325053134684","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155480,"job_number":"JOB_155480","tr_customer_id":155497,"tr_customer_product_id":155487,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:15.000Z","modified_at":"2026-01-16T03:50:15.000Z","name":"Cordia Heller","mobile_number":"902-286-2145","email_id":"Mozelle.Mante84@hotmail.com","dop":"2025-04-06","serial_number":"11145369566089634","imei1":"11145369566089634","imei2":"11145369566089634","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155482,"job_number":"JOB_155482","tr_customer_id":155499,"tr_customer_product_id":155489,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:16.000Z","modified_at":"2026-01-16T03:50:16.000Z","name":"Darlene Moore","mobile_number":"892-634-9185","email_id":"Cydney49@hotmail.com","dop":"2025-05-30","serial_number":"18010154364704","imei1":"18010154364704","imei2":"18010154364704","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155483,"job_number":"JOB_155483","tr_customer_id":155500,"tr_customer_product_id":155490,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:16.000Z","modified_at":"2026-01-16T03:50:16.000Z","name":"jatin sharma","mobile_number":"7045663552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15086916354521","imei1":"15086916354521","imei2":"15086916354521","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155485,"job_number":"JOB_155485","tr_customer_id":155502,"tr_customer_product_id":155492,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:17.000Z","modified_at":"2026-01-16T03:50:17.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"11210325396648","imei1":"11210325396648","imei2":"11210325396648","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155486,"job_number":"JOB_155486","tr_customer_id":155503,"tr_customer_product_id":155493,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:17.000Z","modified_at":"2026-01-16T03:50:17.000Z","name":"Michel Brown","mobile_number":"210-573-5638","email_id":"Beulah_Haley@gmail.com","dop":"2025-09-16","serial_number":"18378684230417","imei1":"18378684230417","imei2":"18378684230417","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155487,"job_number":"JOB_155487","tr_customer_id":155504,"tr_customer_product_id":155494,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:17.000Z","modified_at":"2026-01-16T03:50:17.000Z","name":"Laverne Hermann","mobile_number":"255-258-5851","email_id":"Elias.Pfeffer@gmail.com","dop":"2025-05-30","serial_number":"1773393727488693","imei1":"1773393727488693","imei2":"1773393727488693","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155488,"job_number":"JOB_155488","tr_customer_id":155505,"tr_customer_product_id":155495,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:18.000Z","modified_at":"2026-01-16T03:50:18.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19489164608557","imei1":"19489164608557","imei2":"19489164608557","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155490,"job_number":"JOB_155490","tr_customer_id":155507,"tr_customer_product_id":155497,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:18.000Z","modified_at":"2026-01-16T03:50:18.000Z","name":"Effie Hirthe","mobile_number":"904-504-7871","email_id":"Jaleel33@hotmail.com","dop":"2025-04-06","serial_number":"18365556496908364","imei1":"18365556496908364","imei2":"18365556496908364","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155492,"job_number":"JOB_155492","tr_customer_id":155509,"tr_customer_product_id":155499,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:19.000Z","modified_at":"2026-01-16T03:50:19.000Z","name":"Jayda Erdman","mobile_number":"904-994-2013","email_id":"Dulce_Runolfsson@yahoo.com","dop":"2025-04-06","serial_number":"11507241961359184","imei1":"11507241961359184","imei2":"11507241961359184","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155493,"job_number":"JOB_155493","tr_customer_id":155510,"tr_customer_product_id":155500,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:31.000Z","modified_at":"2026-01-16T03:50:31.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"11665058321236","imei1":"11665058321236","imei2":"11665058321236","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155498,"job_number":"JOB_155498","tr_customer_id":155515,"tr_customer_product_id":155505,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:32.000Z","modified_at":"2026-01-16T03:50:32.000Z","name":"Lea Kihn","mobile_number":"556-210-1089","email_id":"Ali84@hotmail.com","dop":"2025-04-06","serial_number":"16466499992899680","imei1":"16466499992899680","imei2":"16466499992899680","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155499,"job_number":"JOB_155499","tr_customer_id":155516,"tr_customer_product_id":155506,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:33.000Z","modified_at":"2026-01-16T03:50:33.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15903991764733","imei1":"15903991764733","imei2":"15903991764733","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155502,"job_number":"JOB_155502","tr_customer_id":155519,"tr_customer_product_id":155509,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:35.000Z","modified_at":"2026-01-16T03:50:35.000Z","name":"Jamie Ernser","mobile_number":"374-907-2440","email_id":"Malvina.Pacocha@gmail.com","dop":"2025-04-06","serial_number":"17748897172456848","imei1":"17748897172456848","imei2":"17748897172456848","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155503,"job_number":"JOB_155503","tr_customer_id":155520,"tr_customer_product_id":155510,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:36.000Z","modified_at":"2026-01-16T03:50:36.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19065261548627","imei1":"19065261548627","imei2":"19065261548627","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155505,"job_number":"JOB_155505","tr_customer_id":155522,"tr_customer_product_id":155512,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:38.000Z","modified_at":"2026-01-16T03:50:38.000Z","name":"kajal p","mobile_number":"9243526785","email_id":"kajal@gmail.com","dop":"2025-09-16","serial_number":"19786927864918","imei1":"19786927864918","imei2":"19786927864918","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155506,"job_number":"JOB_155506","tr_customer_id":155523,"tr_customer_product_id":155513,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:38.000Z","modified_at":"2026-01-16T03:50:38.000Z","name":"Demarco Morar","mobile_number":"802-374-9441","email_id":"Elinor_Powlowski@hotmail.com","dop":"2025-04-06","serial_number":"14884336901649836","imei1":"14884336901649836","imei2":"14884336901649836","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155507,"job_number":"JOB_155507","tr_customer_id":155524,"tr_customer_product_id":155514,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:38.000Z","modified_at":"2026-01-16T03:50:38.000Z","name":"Ronny Schultz","mobile_number":"861-583-1061","email_id":"Stefan_Walker@gmail.com","dop":"2025-09-16","serial_number":"19753865477342","imei1":"19753865477342","imei2":"19753865477342","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155508,"job_number":"JOB_155508","tr_customer_id":155525,"tr_customer_product_id":155515,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:39.000Z","modified_at":"2026-01-16T03:50:39.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10896625273451","imei1":"10896625273451","imei2":"10896625273451","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155510,"job_number":"JOB_155510","tr_customer_id":155527,"tr_customer_product_id":155517,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:40.000Z","modified_at":"2026-01-16T03:50:40.000Z","name":"Jaron Feest","mobile_number":"740-734-6885","email_id":"Danial.Cronin@yahoo.com","dop":"2025-04-06","serial_number":"17939993103907352","imei1":"17939993103907352","imei2":"17939993103907352","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155511,"job_number":"JOB_155511","tr_customer_id":155528,"tr_customer_product_id":155518,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:45.000Z","modified_at":"2026-01-16T03:50:45.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18468031412321","imei1":"18468031412321","imei2":"18468031412321","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155517,"job_number":"JOB_155517","tr_customer_id":155534,"tr_customer_product_id":155524,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:46.000Z","modified_at":"2026-01-16T03:50:46.000Z","name":"Alfonso Schuster","mobile_number":"596-673-4473","email_id":"Kristin.Kunze19@gmail.com","dop":"2025-04-06","serial_number":"18495685243234810","imei1":"18495685243234810","imei2":"18495685243234810","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155520,"job_number":"JOB_155520","tr_customer_id":155537,"tr_customer_product_id":155527,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:50.000Z","modified_at":"2026-01-16T03:50:50.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"12504133162441","imei1":"12504133162441","imei2":"12504133162441","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155523,"job_number":"JOB_155523","tr_customer_id":155540,"tr_customer_product_id":155530,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:51.000Z","modified_at":"2026-01-16T03:50:51.000Z","name":"Jordan Ziemann","mobile_number":"836-352-6987","email_id":"Nia.Goyette@gmail.com","dop":"2025-04-06","serial_number":"19850680721486776","imei1":"19850680721486776","imei2":"19850680721486776","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155524,"job_number":"JOB_155524","tr_customer_id":155541,"tr_customer_product_id":155531,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:55.000Z","modified_at":"2026-01-16T03:50:55.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16423158069554","imei1":"16423158069554","imei2":"16423158069554","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155526,"job_number":"JOB_155526","tr_customer_id":155543,"tr_customer_product_id":155533,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:56.000Z","modified_at":"2026-01-16T03:50:56.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10347985625835","imei1":"10347985625835","imei2":"10347985625835","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155528,"job_number":"JOB_155528","tr_customer_id":155545,"tr_customer_product_id":155535,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:57.000Z","modified_at":"2026-01-16T03:50:57.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13234120169371","imei1":"13234120169371","imei2":"13234120169371","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155530,"job_number":"JOB_155530","tr_customer_id":155547,"tr_customer_product_id":155537,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:57.000Z","modified_at":"2026-01-16T03:50:57.000Z","name":"Meda Walsh","mobile_number":"402-626-6241","email_id":"Wiley_Stracke5@gmail.com","dop":"2025-04-06","serial_number":"13747391731916862","imei1":"13747391731916862","imei2":"13747391731916862","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155531,"job_number":"JOB_155531","tr_customer_id":155548,"tr_customer_product_id":155538,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:57.000Z","modified_at":"2026-01-16T03:50:57.000Z","name":"Tressa Schmidt","mobile_number":"255-268-1194","email_id":"Gussie_Green38@yahoo.com","dop":"2025-04-06","serial_number":"16742634488338564","imei1":"16742634488338564","imei2":"16742634488338564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155532,"job_number":"JOB_155532","tr_customer_id":155549,"tr_customer_product_id":155539,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:58.000Z","modified_at":"2026-01-16T03:50:58.000Z","name":"Darian Boehm","mobile_number":"957-847-5047","email_id":"Claud4@hotmail.com","dop":"2025-04-06","serial_number":"12928885925226012","imei1":"12928885925226012","imei2":"12928885925226012","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155533,"job_number":"JOB_155533","tr_customer_id":155550,"tr_customer_product_id":155540,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:59.000Z","modified_at":"2026-01-16T03:50:59.000Z","name":"uday p","mobile_number":"9321453112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14398387861925","imei1":"14398387861925","imei2":"14398387861925","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155535,"job_number":"JOB_155535","tr_customer_id":155552,"tr_customer_product_id":155542,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:01.000Z","modified_at":"2026-01-16T03:51:01.000Z","name":"Domenic Price","mobile_number":"346-210-5716","email_id":"Orrin3@gmail.com","dop":"2025-04-06","serial_number":"16630065822437874","imei1":"16630065822437874","imei2":"16630065822437874","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155536,"job_number":"JOB_155536","tr_customer_id":155553,"tr_customer_product_id":155543,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:03.000Z","modified_at":"2026-01-16T03:51:03.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18332089318935","imei1":"18332089318935","imei2":"18332089318935","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155538,"job_number":"JOB_155538","tr_customer_id":155555,"tr_customer_product_id":155545,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:04.000Z","modified_at":"2026-01-16T03:51:05.000Z","name":"Kaylie Dibbert","mobile_number":"361-667-3413","email_id":"Darrel.McClure@hotmail.com","dop":"2025-04-06","serial_number":"13762468584946532","imei1":"13762468584946532","imei2":"13762468584946532","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155542,"job_number":"JOB_155542","tr_customer_id":155559,"tr_customer_product_id":155549,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:15.000Z","modified_at":"2026-01-16T03:51:15.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15292948162076","imei1":"15292948162076","imei2":"15292948162076","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155544,"job_number":"JOB_155544","tr_customer_id":155561,"tr_customer_product_id":155551,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:15.000Z","modified_at":"2026-01-16T03:51:15.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10220185382921","imei1":"10220185382921","imei2":"10220185382921","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155546,"job_number":"JOB_155546","tr_customer_id":155563,"tr_customer_product_id":155553,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:16.000Z","modified_at":"2026-01-16T03:51:16.000Z","name":"Kim Cummings","mobile_number":"954-724-1965","email_id":"Ethan_Hamill65@gmail.com","dop":"2025-04-06","serial_number":"18181308170976684","imei1":"18181308170976684","imei2":"18181308170976684","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155547,"job_number":"JOB_155547","tr_customer_id":155564,"tr_customer_product_id":155554,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:17.000Z","modified_at":"2026-01-16T03:51:17.000Z","name":"Rebekah Grimes","mobile_number":"675-677-4348","email_id":"Ava.Hessel16@gmail.com","dop":"2025-04-06","serial_number":"18320242708107970","imei1":"18320242708107970","imei2":"18320242708107970","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155548,"job_number":"JOB_155548","tr_customer_id":155565,"tr_customer_product_id":155555,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:22.000Z","modified_at":"2026-01-16T03:51:22.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10279049663315","imei1":"10279049663315","imei2":"10279049663315","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155550,"job_number":"JOB_155550","tr_customer_id":155567,"tr_customer_product_id":155557,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:24.000Z","modified_at":"2026-01-16T03:51:24.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18104702137004","imei1":"18104702137004","imei2":"18104702137004","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155551,"job_number":"JOB_155551","tr_customer_id":155568,"tr_customer_product_id":155558,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:24.000Z","modified_at":"2026-01-16T03:51:24.000Z","name":"Demetris Hoeger","mobile_number":"447-771-3560","email_id":"Dorothea68@yahoo.com","dop":"2025-04-06","serial_number":"15621074934773772","imei1":"15621074934773772","imei2":"15621074934773772","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155553,"job_number":"JOB_155553","tr_customer_id":155570,"tr_customer_product_id":155560,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:25.000Z","modified_at":"2026-01-16T03:51:25.000Z","name":"Abbie Wuckert","mobile_number":"206-389-3007","email_id":"Myrtle.Quigley@gmail.com","dop":"2025-04-06","serial_number":"14565136203651584","imei1":"14565136203651584","imei2":"14565136203651584","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155555,"job_number":"JOB_155555","tr_customer_id":155572,"tr_customer_product_id":155562,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:26.000Z","modified_at":"2026-01-16T03:51:26.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12605576992444","imei1":"12605576992444","imei2":"12605576992444","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155559,"job_number":"JOB_155559","tr_customer_id":155576,"tr_customer_product_id":155566,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:28.000Z","modified_at":"2026-01-16T03:51:28.000Z","name":"Zion Bauch","mobile_number":"692-848-8489","email_id":"Annette.Ruecker43@yahoo.com","dop":"2025-04-06","serial_number":"18298127751541190","imei1":"18298127751541190","imei2":"18298127751541190","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155560,"job_number":"JOB_155560","tr_customer_id":155577,"tr_customer_product_id":155567,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:28.000Z","modified_at":"2026-01-16T03:51:28.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10416165476171","imei1":"10416165476171","imei2":"10416165476171","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155564,"job_number":"JOB_155564","tr_customer_id":155581,"tr_customer_product_id":155571,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:30.000Z","modified_at":"2026-01-16T03:51:30.000Z","name":"Marie Hodkiewicz","mobile_number":"275-790-4139","email_id":"Ethel.Dietrich28@yahoo.com","dop":"2025-04-06","serial_number":"13158708301214292","imei1":"13158708301214292","imei2":"13158708301214292","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155566,"job_number":"JOB_155566","tr_customer_id":155583,"tr_customer_product_id":155573,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:31.000Z","modified_at":"2026-01-16T03:51:31.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"17875399270506","imei1":"17875399270506","imei2":"17875399270506","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155568,"job_number":"JOB_155568","tr_customer_id":155585,"tr_customer_product_id":155575,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:33.000Z","modified_at":"2026-01-16T03:51:33.000Z","name":"Ernest Cruickshank","mobile_number":"407-556-2259","email_id":"Carissa_Harvey37@yahoo.com","dop":"2025-04-06","serial_number":"15251772289918766","imei1":"15251772289918766","imei2":"15251772289918766","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155569,"job_number":"JOB_155569","tr_customer_id":155586,"tr_customer_product_id":155576,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:37.000Z","modified_at":"2026-01-16T03:51:37.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10786774607727","imei1":"10786774607727","imei2":"10786774607727","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155571,"job_number":"JOB_155571","tr_customer_id":155588,"tr_customer_product_id":155578,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:39.000Z","modified_at":"2026-01-16T03:51:39.000Z","name":"Velda Larkin","mobile_number":"337-756-9217","email_id":"Jacques.Haag@hotmail.com","dop":"2025-04-06","serial_number":"10101919151497432","imei1":"10101919151497432","imei2":"10101919151497432","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155574,"job_number":"JOB_155574","tr_customer_id":155591,"tr_customer_product_id":155581,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:41.000Z","modified_at":"2026-01-16T03:51:41.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18184916324061","imei1":"18184916324061","imei2":"18184916324061","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155577,"job_number":"JOB_155577","tr_customer_id":155594,"tr_customer_product_id":155584,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:41.000Z","modified_at":"2026-01-16T03:51:41.000Z","name":"kajal t","mobile_number":"7045663551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11384338003770","imei1":"11384338003770","imei2":"11384338003770","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155579,"job_number":"JOB_155579","tr_customer_id":155596,"tr_customer_product_id":155586,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:43.000Z","modified_at":"2026-01-16T03:51:43.000Z","name":"Jabari Kunde","mobile_number":"954-406-0914","email_id":"Victor_Krajcik@gmail.com","dop":"2025-04-06","serial_number":"11611265135004896","imei1":"11611265135004896","imei2":"11611265135004896","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155580,"job_number":"JOB_155580","tr_customer_id":155597,"tr_customer_product_id":155587,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:43.000Z","modified_at":"2026-01-16T03:51:43.000Z","name":"Tomas Roberts","mobile_number":"776-379-8889","email_id":"Eliezer8@gmail.com","dop":"2025-04-06","serial_number":"13955614928200576","imei1":"13955614928200576","imei2":"13955614928200576","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155581,"job_number":"JOB_155581","tr_customer_id":155598,"tr_customer_product_id":155588,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:52:00.000Z","modified_at":"2026-01-16T03:52:00.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19429865798035","imei1":"19429865798035","imei2":"19429865798035","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:52:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155583,"job_number":"JOB_155583","tr_customer_id":155600,"tr_customer_product_id":155590,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:52:02.000Z","modified_at":"2026-01-16T03:52:02.000Z","name":"Weldon D'Amore","mobile_number":"607-807-9954","email_id":"Alexandrea.Schowalter5@hotmail.com","dop":"2025-04-06","serial_number":"17554577331481782","imei1":"17554577331481782","imei2":"17554577331481782","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:52:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155584,"job_number":"JOB_155584","tr_customer_id":155601,"tr_customer_product_id":155591,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:52:06.000Z","modified_at":"2026-01-16T03:52:06.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19012225031503","imei1":"19012225031503","imei2":"19012225031503","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:52:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155586,"job_number":"JOB_155586","tr_customer_id":155603,"tr_customer_product_id":155593,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:52:08.000Z","modified_at":"2026-01-16T03:52:08.000Z","name":"Eddie Gislason","mobile_number":"754-707-6987","email_id":"Easter.Hermann@yahoo.com","dop":"2025-04-06","serial_number":"18229952976923830","imei1":"18229952976923830","imei2":"18229952976923830","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:52:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155589,"job_number":"JOB_155589","tr_customer_id":155606,"tr_customer_product_id":155596,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:52:11.000Z","modified_at":"2026-01-16T03:52:11.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19403500536776","imei1":"19403500536776","imei2":"19403500536776","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:52:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155592,"job_number":"JOB_155592","tr_customer_id":155609,"tr_customer_product_id":155599,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:52:13.000Z","modified_at":"2026-01-16T03:52:13.000Z","name":"Kellie Wilkinson","mobile_number":"235-587-2754","email_id":"August32@hotmail.com","dop":"2025-04-06","serial_number":"19623236794676320","imei1":"19623236794676320","imei2":"19623236794676320","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:52:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155593,"job_number":"JOB_155593","tr_customer_id":155610,"tr_customer_product_id":155600,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:52:45.000Z","modified_at":"2026-01-16T03:52:45.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18303156352590","imei1":"18303156352590","imei2":"18303156352590","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155595,"job_number":"JOB_155595","tr_customer_id":155612,"tr_customer_product_id":155602,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:52:47.000Z","modified_at":"2026-01-16T03:52:47.000Z","name":"Edgardo Cole","mobile_number":"390-640-9809","email_id":"Ismael.Feest89@yahoo.com","dop":"2025-04-06","serial_number":"12688159397227300","imei1":"12688159397227300","imei2":"12688159397227300","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:52:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155596,"job_number":"JOB_155596","tr_customer_id":155613,"tr_customer_product_id":155603,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:52:55.000Z","modified_at":"2026-01-16T03:52:55.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13879202526275","imei1":"13879202526275","imei2":"13879202526275","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:52:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155598,"job_number":"JOB_155598","tr_customer_id":155615,"tr_customer_product_id":155605,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:52:57.000Z","modified_at":"2026-01-16T03:52:57.000Z","name":"Shaun Daugherty","mobile_number":"212-435-4799","email_id":"Emory_Boyle@gmail.com","dop":"2025-04-06","serial_number":"14386751033941178","imei1":"14386751033941178","imei2":"14386751033941178","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:52:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155599,"job_number":"JOB_155599","tr_customer_id":155616,"tr_customer_product_id":155606,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:59:15.000Z","modified_at":"2026-01-16T03:59:15.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"55679896736205","imei1":"55679896736205","imei2":"55679896736205","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:59:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155600,"job_number":"JOB_155600","tr_customer_id":155617,"tr_customer_product_id":155607,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:59:15.000Z","modified_at":"2026-01-16T03:59:15.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"19996846776849","imei1":"19996846776849","imei2":"19996846776849","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:59:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155601,"job_number":"JOB_155601","tr_customer_id":155618,"tr_customer_product_id":155608,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:59:15.000Z","modified_at":"2026-01-16T03:59:15.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"82684415450071","imei1":"82684415450071","imei2":"82684415450071","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:59:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155602,"job_number":"JOB_155602","tr_customer_id":155619,"tr_customer_product_id":155609,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:59:16.000Z","modified_at":"2026-01-16T03:59:16.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"52193120627047","imei1":"52193120627047","imei2":"52193120627047","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:59:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155603,"job_number":"JOB_155603","tr_customer_id":155620,"tr_customer_product_id":155610,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:59:16.000Z","modified_at":"2026-01-16T03:59:16.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"46949627597686","imei1":"46949627597686","imei2":"46949627597686","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:59:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155604,"job_number":"JOB_155604","tr_customer_id":155621,"tr_customer_product_id":155611,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:59:16.000Z","modified_at":"2026-01-16T03:59:16.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"44032828979392","imei1":"44032828979392","imei2":"44032828979392","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:59:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155606,"job_number":"JOB_155606","tr_customer_id":155623,"tr_customer_product_id":155613,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:59:46.000Z","modified_at":"2026-01-16T03:59:46.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"23662326267766","imei1":"23662326267766","imei2":"23662326267766","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:59:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155607,"job_number":"JOB_155607","tr_customer_id":155624,"tr_customer_product_id":155614,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:59:46.000Z","modified_at":"2026-01-16T03:59:46.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"16791202927977","imei1":"16791202927977","imei2":"16791202927977","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:59:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155608,"job_number":"JOB_155608","tr_customer_id":155625,"tr_customer_product_id":155615,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:59:47.000Z","modified_at":"2026-01-16T03:59:47.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"50134645980601","imei1":"50134645980601","imei2":"50134645980601","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:59:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155609,"job_number":"JOB_155609","tr_customer_id":155626,"tr_customer_product_id":155616,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:59:47.000Z","modified_at":"2026-01-16T03:59:47.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"68962444174633","imei1":"68962444174633","imei2":"68962444174633","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:59:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155610,"job_number":"JOB_155610","tr_customer_id":155627,"tr_customer_product_id":155617,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:59:47.000Z","modified_at":"2026-01-16T03:59:47.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"45385731072059","imei1":"45385731072059","imei2":"45385731072059","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:59:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155611,"job_number":"JOB_155611","tr_customer_id":155628,"tr_customer_product_id":155618,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:59:48.000Z","modified_at":"2026-01-16T03:59:48.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"55903931546619","imei1":"55903931546619","imei2":"55903931546619","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:59:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155613,"job_number":"JOB_155613","tr_customer_id":155630,"tr_customer_product_id":155620,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:00:17.000Z","modified_at":"2026-01-16T04:00:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"68955586035195","imei1":"68955586035195","imei2":"68955586035195","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:00:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155614,"job_number":"JOB_155614","tr_customer_id":155631,"tr_customer_product_id":155621,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:00:17.000Z","modified_at":"2026-01-16T04:00:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"91851324634423","imei1":"91851324634423","imei2":"91851324634423","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:00:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155615,"job_number":"JOB_155615","tr_customer_id":155632,"tr_customer_product_id":155622,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:00:17.000Z","modified_at":"2026-01-16T04:00:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"92057926201536","imei1":"92057926201536","imei2":"92057926201536","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:00:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155616,"job_number":"JOB_155616","tr_customer_id":155633,"tr_customer_product_id":155623,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:00:18.000Z","modified_at":"2026-01-16T04:00:18.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"71778003089128","imei1":"71778003089128","imei2":"71778003089128","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:00:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155617,"job_number":"JOB_155617","tr_customer_id":155634,"tr_customer_product_id":155624,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:00:18.000Z","modified_at":"2026-01-16T04:00:18.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"18975964669597","imei1":"18975964669597","imei2":"18975964669597","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:00:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155618,"job_number":"JOB_155618","tr_customer_id":155635,"tr_customer_product_id":155625,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:00:18.000Z","modified_at":"2026-01-16T04:00:18.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"17998792860088","imei1":"17998792860088","imei2":"17998792860088","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:00:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155621,"job_number":"JOB_155621","tr_customer_id":155638,"tr_customer_product_id":155628,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:29:33.000Z","modified_at":"2026-01-16T04:29:33.000Z","name":"Verona Kuhic","mobile_number":"702-491-5172","email_id":"Charlie_Barton72@yahoo.com","dop":"2025-04-06","serial_number":"19769433139222860","imei1":"19769433139222860","imei2":"19769433139222860","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:29:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155622,"job_number":"JOB_155622","tr_customer_id":155639,"tr_customer_product_id":155629,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:32:19.000Z","modified_at":"2026-01-16T04:32:19.000Z","name":"tanmay agashe","mobile_number":"6757898909","email_id":"tanmay@gmail.com","dop":"2026-01-06","serial_number":"69346567893444","imei1":"69346567893444","imei2":"69346567893444","popurl":"2026-01-06T04:32:17.377643300Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:32:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155623,"job_number":"JOB_155623","tr_customer_id":155640,"tr_customer_product_id":155630,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:33:29.000Z","modified_at":"2026-01-16T04:33:29.000Z","name":"tanmay agashe","mobile_number":"6757898909","email_id":"tanmay@gmail.com","dop":"2026-01-06","serial_number":"08546567895390","imei1":"08546567895390","imei2":"08546567895390","popurl":"2026-01-06T04:33:26.974525700Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:33:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155624,"job_number":"JOB_155624","tr_customer_id":155641,"tr_customer_product_id":155631,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:36:56.000Z","modified_at":"2026-01-16T04:36:56.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-06","serial_number":"48420047314707","imei1":"48420047314707","imei2":"48420047314707","popurl":"2026-01-06T04:36:56.128196432Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:36:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155625,"job_number":"JOB_155625","tr_customer_id":155642,"tr_customer_product_id":155632,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:36:57.000Z","modified_at":"2026-01-16T04:36:57.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-06","serial_number":"70527248391176","imei1":"70527248391176","imei2":"70527248391176","popurl":"2026-01-06T04:36:57.252103837Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:36:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155626,"job_number":"JOB_155626","tr_customer_id":155643,"tr_customer_product_id":155633,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:38:26.000Z","modified_at":"2026-01-16T04:38:26.000Z","name":"tanmay agashe","mobile_number":"6757898909","email_id":"tanmay@gmail.com","dop":"2026-01-06","serial_number":"69346567893456","imei1":"69346567893456","imei2":"69346567893456","popurl":"2026-01-06T04:38:23.685345700Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:38:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155627,"job_number":"JOB_155627","tr_customer_id":155644,"tr_customer_product_id":155634,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:40:32.000Z","modified_at":"2026-01-16T04:40:32.000Z","name":"Shashank Shekhar","mobile_number":"9742666189","email_id":"101shashank@gmail.com","dop":"2025-04-06","serial_number":"99966430226557","imei1":"99966430226557","imei2":"99966430226557","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:40:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155628,"job_number":"JOB_155628","tr_customer_id":155645,"tr_customer_product_id":155635,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:44:27.000Z","modified_at":"2026-01-16T04:44:27.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"103926275605255","imei1":"103926275605255","imei2":"103926275605255","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:44:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155630,"job_number":"JOB_155630","tr_customer_id":155647,"tr_customer_product_id":155637,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:44:38.000Z","modified_at":"2026-01-16T04:44:38.000Z","name":"Easter Koch","mobile_number":"928-250-5732","email_id":"Dayne.Effertz@yahoo.com","dop":"2025-04-06","serial_number":"14889558276512","imei1":"14889558276512","imei2":"14889558276512","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:44:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155631,"job_number":"JOB_155631","tr_customer_id":155648,"tr_customer_product_id":155638,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:44:39.000Z","modified_at":"2026-01-16T04:44:39.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"105776069693431","imei1":"105776069693431","imei2":"105776069693431","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:44:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155633,"job_number":"JOB_155633","tr_customer_id":155650,"tr_customer_product_id":155640,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:49:12.000Z","modified_at":"2026-01-16T04:49:12.000Z","name":"Uday Raj","mobile_number":"9834786543","email_id":"uday.r@gmail.com","dop":"2025-02-01","serial_number":"19899393010120","imei1":"19899393010120","imei2":"19899393010120","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:49:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155634,"job_number":"JOB_155634","tr_customer_id":155651,"tr_customer_product_id":155641,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:50:18.000Z","modified_at":"2026-01-16T04:50:18.000Z","name":"Manuel Zieme","mobile_number":"595-247-0610","email_id":"Else_Hansen@hotmail.com","dop":"2025-02-01","serial_number":"74609272541571","imei1":"74609272541571","imei2":"74609272541571","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:50:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155638,"job_number":"JOB_155638","tr_customer_id":155655,"tr_customer_product_id":155645,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:55:57.000Z","modified_at":"2026-01-16T04:55:57.000Z","name":"Shashank Shekhar","mobile_number":"9742666189","email_id":"101shashank@gmail.com","dop":"2025-04-06","serial_number":"99966430226599","imei1":"99966430226599","imei2":"99966430226599","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:55:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155640,"job_number":"JOB_155640","tr_customer_id":155657,"tr_customer_product_id":155647,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:56:19.000Z","modified_at":"2026-01-16T04:56:19.000Z","name":"Bulah Simonis","mobile_number":"730-658-6104","email_id":"Jaquan_Zemlak47@yahoo.com","dop":"2025-04-06","serial_number":"15413693824894536","imei1":"15413693824894536","imei2":"15413693824894536","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:56:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155642,"job_number":"JOB_155642","tr_customer_id":155659,"tr_customer_product_id":155649,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:56:40.000Z","modified_at":"2026-01-16T04:56:40.000Z","name":"Helene Schinner","mobile_number":"395-771-3770","email_id":"Ernestine.Cronin@hotmail.com","dop":"2025-04-06","serial_number":"15241876165367484","imei1":"15241876165367484","imei2":"15241876165367484","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:56:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155643,"job_number":"JOB_155643","tr_customer_id":155660,"tr_customer_product_id":155650,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:57:26.000Z","modified_at":"2026-01-16T04:57:26.000Z","name":"Shashank Shekhar","mobile_number":"9742666189","email_id":"101shashank@gmail.com","dop":"2025-04-06","serial_number":"99966430226598","imei1":"99966430226598","imei2":"99966430226598","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:57:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155648,"job_number":"JOB_155648","tr_customer_id":155665,"tr_customer_product_id":155655,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T05:09:43.000Z","modified_at":"2026-01-16T05:09:43.000Z","name":"Shashank Shekhar","mobile_number":"9742666189","email_id":"101shashank@gmail.com","dop":"2025-04-06","serial_number":"99966430226597","imei1":"99966430226597","imei2":"99966430226597","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T05:09:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155649,"job_number":"JOB_155649","tr_customer_id":155666,"tr_customer_product_id":155656,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T05:41:28.000Z","modified_at":"2026-01-16T05:41:28.000Z","name":"tanmay agashe","mobile_number":"6757898909","email_id":"tanmay@gmail.com","dop":"2026-01-06","serial_number":"11346567890346","imei1":"11346567890346","imei2":"11346567890346","popurl":"2026-01-06T05:41:27.997331187Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T05:41:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155650,"job_number":"JOB_155650","tr_customer_id":155667,"tr_customer_product_id":155657,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:00:16.000Z","modified_at":"2026-01-16T06:00:16.000Z","name":"Shashank Shekhar","mobile_number":"9742666189","email_id":"101shashank@gmail.com","dop":"2025-04-06","serial_number":"99999999999999","imei1":"99999999999999","imei2":"99999999999999","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:00:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155651,"job_number":"JOB_155651","tr_customer_id":155668,"tr_customer_product_id":155658,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:02:15.000Z","modified_at":"2026-01-16T06:02:15.000Z","name":"Shashank Shekhar","mobile_number":"9742666189","email_id":"101shashank@gmail.com","dop":"2025-04-06","serial_number":"89999999999999","imei1":"89999999999999","imei2":"89999999999999","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:02:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155652,"job_number":"JOB_155652","tr_customer_id":155669,"tr_customer_product_id":155659,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:09:47.000Z","modified_at":"2026-01-16T06:09:47.000Z","name":"Shashank Shekhar","mobile_number":"9742666189","email_id":"101shashank@gmail.com","dop":"2025-04-06","serial_number":"79999999999999","imei1":"79999999999999","imei2":"79999999999999","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:09:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155653,"job_number":"JOB_155653","tr_customer_id":155670,"tr_customer_product_id":155660,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:15:48.000Z","modified_at":"2026-01-16T06:15:48.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"18546374862748","imei1":"18546374862748","imei2":"18546374862748","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:15:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155654,"job_number":"JOB_155654","tr_customer_id":155671,"tr_customer_product_id":155661,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:15:49.000Z","modified_at":"2026-01-16T06:15:49.000Z","name":"Thad Walker","mobile_number":"563-474-2227","email_id":"Aisha.Ernser46@gmail.com","dop":"2025-09-16","serial_number":"13154157928705","imei1":"13154157928705","imei2":"13154157928705","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:15:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155655,"job_number":"JOB_155655","tr_customer_id":155672,"tr_customer_product_id":155662,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:16:02.000Z","modified_at":"2026-01-16T06:16:02.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14523335535044","imei1":"14523335535044","imei2":"14523335535044","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:16:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155657,"job_number":"JOB_155657","tr_customer_id":155674,"tr_customer_product_id":155664,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:16:03.000Z","modified_at":"2026-01-16T06:16:03.000Z","name":"Deja Price","mobile_number":"296-505-1529","email_id":"Audra.OConnell@hotmail.com","dop":"2025-04-06","serial_number":"14443526690699648","imei1":"14443526690699648","imei2":"14443526690699648","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:16:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155658,"job_number":"JOB_155658","tr_customer_id":155675,"tr_customer_product_id":155665,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:16:08.000Z","modified_at":"2026-01-16T06:16:08.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"17736769273208","imei1":"17736769273208","imei2":"17736769273208","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:16:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155659,"job_number":"JOB_155659","tr_customer_id":155676,"tr_customer_product_id":155666,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:16:08.000Z","modified_at":"2026-01-16T06:16:08.000Z","name":"Dee Schneider","mobile_number":"392-427-4595","email_id":"Novella90@gmail.com","dop":"2025-09-16","serial_number":"11356350277950","imei1":"11356350277950","imei2":"11356350277950","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:16:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155662,"job_number":"JOB_155662","tr_customer_id":155679,"tr_customer_product_id":155669,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:16:27.000Z","modified_at":"2026-01-16T06:16:27.000Z","name":"kajal p","mobile_number":"9243526785","email_id":"kajal@gmail.com","dop":"2025-09-16","serial_number":"18580675192414","imei1":"18580675192414","imei2":"18580675192414","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:16:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155663,"job_number":"JOB_155663","tr_customer_id":155680,"tr_customer_product_id":155670,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:16:27.000Z","modified_at":"2026-01-16T06:16:27.000Z","name":"Samir Schroeder","mobile_number":"500-386-9531","email_id":"Fern_Padberg@gmail.com","dop":"2025-09-16","serial_number":"12184243985175","imei1":"12184243985175","imei2":"12184243985175","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:16:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155664,"job_number":"JOB_155664","tr_customer_id":155681,"tr_customer_product_id":155671,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:16:48.000Z","modified_at":"2026-01-16T06:16:48.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18600269206682","imei1":"18600269206682","imei2":"18600269206682","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:16:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155666,"job_number":"JOB_155666","tr_customer_id":155683,"tr_customer_product_id":155673,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:16:50.000Z","modified_at":"2026-01-16T06:16:50.000Z","name":"Oscar Johns","mobile_number":"347-783-3469","email_id":"Kiarra_Hagenes@gmail.com","dop":"2025-04-06","serial_number":"19132541795594000","imei1":"19132541795594000","imei2":"19132541795594000","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:16:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155668,"job_number":"JOB_155668","tr_customer_id":155685,"tr_customer_product_id":155675,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:17:35.000Z","modified_at":"2026-01-16T06:17:35.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13511268549250","imei1":"13511268549250","imei2":"13511268549250","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:17:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155670,"job_number":"JOB_155670","tr_customer_id":155687,"tr_customer_product_id":155677,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:17:36.000Z","modified_at":"2026-01-16T06:17:36.000Z","name":"Deron Beier","mobile_number":"606-949-3926","email_id":"Rhea19@yahoo.com","dop":"2025-04-06","serial_number":"15698729394533112","imei1":"15698729394533112","imei2":"15698729394533112","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:17:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155683,"job_number":"JOB_155683","tr_customer_id":155700,"tr_customer_product_id":155690,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:21:41.000Z","modified_at":"2026-01-16T06:21:41.000Z","name":"Gaurav Kumain","mobile_number":"8787474487","email_id":"qwssww@gmail.com","dop":"2025-04-06","serial_number":"16572885284302","imei1":"16572885284302","imei2":"16572885284302","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:21:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155684,"job_number":"JOB_155684","tr_customer_id":155701,"tr_customer_product_id":155691,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:21:57.000Z","modified_at":"2026-01-16T06:21:57.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10234419614103","imei1":"10234419614103","imei2":"10234419614103","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:21:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155686,"job_number":"JOB_155686","tr_customer_id":155703,"tr_customer_product_id":155693,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:21:58.000Z","modified_at":"2026-01-16T06:21:58.000Z","name":"Freda Jacobs","mobile_number":"892-616-9044","email_id":"Emie_Conroy@yahoo.com","dop":"2025-06-18","serial_number":"1095232156265707","imei1":"1095232156265707","imei2":"1095232156265707","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:21:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155687,"job_number":"JOB_155687","tr_customer_id":155704,"tr_customer_product_id":155694,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:22:43.000Z","modified_at":"2026-01-16T06:22:43.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10129626372569","imei1":"10129626372569","imei2":"10129626372569","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:22:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155689,"job_number":"JOB_155689","tr_customer_id":155706,"tr_customer_product_id":155696,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:22:43.000Z","modified_at":"2026-01-16T06:22:43.000Z","name":"Lionel Murphy","mobile_number":"209-798-6385","email_id":"Bailey80@gmail.com","dop":"2025-06-18","serial_number":"1091165450394017","imei1":"1091165450394017","imei2":"1091165450394017","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:22:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155690,"job_number":"JOB_155690","tr_customer_id":155707,"tr_customer_product_id":155697,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:26:17.000Z","modified_at":"2026-01-16T06:26:17.000Z","name":"Gaurav Kumain","mobile_number":"8787474487","email_id":"qwssww@gmail.com","dop":"2025-04-06","serial_number":"16572885284303","imei1":"16572885284303","imei2":"16572885284303","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:26:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155691,"job_number":"JOB_155691","tr_customer_id":155708,"tr_customer_product_id":155698,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:27:01.000Z","modified_at":"2026-01-16T06:27:01.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18792914001763","imei1":"18792914001763","imei2":"18792914001763","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:27:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155693,"job_number":"JOB_155693","tr_customer_id":155710,"tr_customer_product_id":155700,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:27:03.000Z","modified_at":"2026-01-16T06:27:03.000Z","name":"Heidi Donnelly","mobile_number":"765-761-1553","email_id":"Claud21@yahoo.com","dop":"2025-04-06","serial_number":"15136441970902784","imei1":"15136441970902784","imei2":"15136441970902784","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:27:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155694,"job_number":"JOB_155694","tr_customer_id":155711,"tr_customer_product_id":155701,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:27:45.000Z","modified_at":"2026-01-16T06:27:45.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12474350256277","imei1":"12474350256277","imei2":"12474350256277","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:27:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155696,"job_number":"JOB_155696","tr_customer_id":155713,"tr_customer_product_id":155703,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:27:46.000Z","modified_at":"2026-01-16T06:27:46.000Z","name":"Rudy Stiedemann","mobile_number":"442-264-6155","email_id":"Jaylin.Runolfsson@yahoo.com","dop":"2025-04-06","serial_number":"13492937547637564","imei1":"13492937547637564","imei2":"13492937547637564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:27:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155697,"job_number":"JOB_155697","tr_customer_id":155714,"tr_customer_product_id":155704,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:28:27.000Z","modified_at":"2026-01-16T06:28:27.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19306329118267","imei1":"19306329118267","imei2":"19306329118267","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:28:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155699,"job_number":"JOB_155699","tr_customer_id":155716,"tr_customer_product_id":155706,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:28:29.000Z","modified_at":"2026-01-16T06:28:29.000Z","name":"Derick Green","mobile_number":"343-294-0155","email_id":"Thurman59@yahoo.com","dop":"2025-04-06","serial_number":"16809733002813264","imei1":"16809733002813264","imei2":"16809733002813264","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:28:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155702,"job_number":"JOB_155702","tr_customer_id":155719,"tr_customer_product_id":155709,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:29:30.000Z","modified_at":"2026-01-16T06:29:30.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12160862483626","imei1":"12160862483626","imei2":"12160862483626","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:29:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155704,"job_number":"JOB_155704","tr_customer_id":155721,"tr_customer_product_id":155711,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:29:32.000Z","modified_at":"2026-01-16T06:29:32.000Z","name":"Rhianna Schoen","mobile_number":"212-665-2079","email_id":"Lottie.Armstrong@yahoo.com","dop":"2025-04-06","serial_number":"11901143664342048","imei1":"11901143664342048","imei2":"11901143664342048","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:29:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155705,"job_number":"JOB_155705","tr_customer_id":155722,"tr_customer_product_id":155712,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:30:19.000Z","modified_at":"2026-01-16T06:30:19.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12674320033800","imei1":"12674320033800","imei2":"12674320033800","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:30:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155707,"job_number":"JOB_155707","tr_customer_id":155724,"tr_customer_product_id":155714,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:30:20.000Z","modified_at":"2026-01-16T06:30:20.000Z","name":"Laron Durgan","mobile_number":"264-200-0555","email_id":"Alayna17@hotmail.com","dop":"2025-04-06","serial_number":"11805549138506768","imei1":"11805549138506768","imei2":"11805549138506768","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:30:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155708,"job_number":"JOB_155708","tr_customer_id":155725,"tr_customer_product_id":155715,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:31:08.000Z","modified_at":"2026-01-16T06:31:08.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10291803468165","imei1":"10291803468165","imei2":"10291803468165","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:31:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155710,"job_number":"JOB_155710","tr_customer_id":155727,"tr_customer_product_id":155717,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:31:09.000Z","modified_at":"2026-01-16T06:31:09.000Z","name":"Velda Heaney","mobile_number":"352-758-7513","email_id":"Diamond_Reynolds52@hotmail.com","dop":"2025-04-06","serial_number":"14976485295733564","imei1":"14976485295733564","imei2":"14976485295733564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:31:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155712,"job_number":"JOB_155712","tr_customer_id":155729,"tr_customer_product_id":155719,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:33:25.000Z","modified_at":"2026-01-16T06:33:25.000Z","name":"Darren Terry","mobile_number":"941-848-4064","email_id":"Derek_Waters93@gmail.com","dop":"2025-04-06","serial_number":"16510770579164860","imei1":"16510770579164860","imei2":"16510770579164860","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:33:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155713,"job_number":"JOB_155713","tr_customer_id":155730,"tr_customer_product_id":155720,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:34:10.000Z","modified_at":"2026-01-16T06:34:10.000Z","name":"Gaurav Kumain","mobile_number":"8787474487","email_id":"qwssww@gmail.com","dop":"2025-04-06","serial_number":"16572885284304","imei1":"16572885284304","imei2":"16572885284303","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:34:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155714,"job_number":"JOB_155714","tr_customer_id":155731,"tr_customer_product_id":155721,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:34:13.000Z","modified_at":"2026-01-16T06:34:13.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18183250601741","imei1":"18183250601741","imei2":"18183250601741","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:34:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155716,"job_number":"JOB_155716","tr_customer_id":155733,"tr_customer_product_id":155723,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:34:15.000Z","modified_at":"2026-01-16T06:34:15.000Z","name":"Noemie Moore","mobile_number":"922-216-5908","email_id":"Adelia.Legros@gmail.com","dop":"2025-04-06","serial_number":"19849856542088270","imei1":"19849856542088270","imei2":"19849856542088270","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:34:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155720,"job_number":"JOB_155720","tr_customer_id":155737,"tr_customer_product_id":155727,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:35:04.000Z","modified_at":"2026-01-16T06:35:04.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13402961231475","imei1":"13402961231475","imei2":"13402961231475","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:35:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155722,"job_number":"JOB_155722","tr_customer_id":155739,"tr_customer_product_id":155729,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:35:06.000Z","modified_at":"2026-01-16T06:35:06.000Z","name":"Amanda Considine","mobile_number":"587-276-9658","email_id":"Valerie76@gmail.com","dop":"2025-04-06","serial_number":"19754602933334430","imei1":"19754602933334430","imei2":"19754602933334430","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:35:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155726,"job_number":"JOB_155726","tr_customer_id":155743,"tr_customer_product_id":155733,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:35:50.000Z","modified_at":"2026-01-16T06:35:50.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12561051754101","imei1":"12561051754101","imei2":"12561051754101","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:35:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155728,"job_number":"JOB_155728","tr_customer_id":155745,"tr_customer_product_id":155735,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:35:52.000Z","modified_at":"2026-01-16T06:35:52.000Z","name":"Ebony Wintheiser","mobile_number":"567-275-3241","email_id":"Elinore.Goldner@gmail.com","dop":"2025-04-06","serial_number":"13695480512531648","imei1":"13695480512531648","imei2":"13695480512531648","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:35:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155731,"job_number":"JOB_155731","tr_customer_id":155748,"tr_customer_product_id":155738,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:36:02.000Z","modified_at":"2026-01-16T06:36:02.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10905864665923","imei1":"10905864665923","imei2":"10905864665923","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:36:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155734,"job_number":"JOB_155734","tr_customer_id":155751,"tr_customer_product_id":155741,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:36:03.000Z","modified_at":"2026-01-16T06:36:03.000Z","name":"Evangeline Emard","mobile_number":"685-236-5910","email_id":"Ezra4@hotmail.com","dop":"2025-04-06","serial_number":"15454439136977072","imei1":"15454439136977072","imei2":"15454439136977072","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:36:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155735,"job_number":"JOB_155735","tr_customer_id":155752,"tr_customer_product_id":155742,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:36:36.000Z","modified_at":"2026-01-16T06:36:36.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18011725642892","imei1":"18011725642892","imei2":"18011725642892","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:36:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155737,"job_number":"JOB_155737","tr_customer_id":155754,"tr_customer_product_id":155744,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:36:38.000Z","modified_at":"2026-01-16T06:36:38.000Z","name":"Lenore White","mobile_number":"315-988-3242","email_id":"Myrna.Cruickshank@gmail.com","dop":"2025-04-06","serial_number":"16588747903909444","imei1":"16588747903909444","imei2":"16588747903909444","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:36:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155741,"job_number":"JOB_155741","tr_customer_id":155758,"tr_customer_product_id":155748,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:37:21.000Z","modified_at":"2026-01-16T06:37:21.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18479831109450","imei1":"18479831109450","imei2":"18479831109450","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:37:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155743,"job_number":"JOB_155743","tr_customer_id":155760,"tr_customer_product_id":155750,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:37:23.000Z","modified_at":"2026-01-16T06:37:23.000Z","name":"Clifton Will","mobile_number":"466-925-6032","email_id":"Sydnie50@hotmail.com","dop":"2025-04-06","serial_number":"17264357883813052","imei1":"17264357883813052","imei2":"17264357883813052","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:37:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155744,"job_number":"JOB_155744","tr_customer_id":155761,"tr_customer_product_id":155751,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:40:24.000Z","modified_at":"2026-01-16T06:40:24.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11421853362375","imei1":"11421853362375","imei2":"11421853362375","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:40:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155746,"job_number":"JOB_155746","tr_customer_id":155763,"tr_customer_product_id":155753,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:40:25.000Z","modified_at":"2026-01-16T06:40:25.000Z","name":"Ophelia Kohler","mobile_number":"852-921-4197","email_id":"Dianna.Feil@yahoo.com","dop":"2025-04-06","serial_number":"12271151503417396","imei1":"12271151503417396","imei2":"12271151503417396","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:40:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155747,"job_number":"JOB_155747","tr_customer_id":155764,"tr_customer_product_id":155754,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:41:07.000Z","modified_at":"2026-01-16T06:41:07.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17527577093892","imei1":"17527577093892","imei2":"17527577093892","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:41:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155749,"job_number":"JOB_155749","tr_customer_id":155766,"tr_customer_product_id":155756,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:41:09.000Z","modified_at":"2026-01-16T06:41:09.000Z","name":"Giuseppe Carter","mobile_number":"956-449-4965","email_id":"Sonya54@yahoo.com","dop":"2025-04-06","serial_number":"10273525838172484","imei1":"10273525838172484","imei2":"10273525838172484","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:41:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155751,"job_number":"JOB_155751","tr_customer_id":155768,"tr_customer_product_id":155758,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:41:20.000Z","modified_at":"2026-01-16T06:41:20.000Z","name":"Dustin Carroll","mobile_number":"720-927-0260","email_id":"Alba46@gmail.com","dop":"2025-04-06","serial_number":"19432793905878870","imei1":"19432793905878870","imei2":"19432793905878870","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:41:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155752,"job_number":"JOB_155752","tr_customer_id":155769,"tr_customer_product_id":155759,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:41:21.000Z","modified_at":"2026-01-16T06:41:21.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10167067858945","imei1":"10167067858945","imei2":"10167067858945","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:41:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155754,"job_number":"JOB_155754","tr_customer_id":155771,"tr_customer_product_id":155761,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:41:23.000Z","modified_at":"2026-01-16T06:41:23.000Z","name":"Lonzo Considine","mobile_number":"669-263-4928","email_id":"Kiera23@yahoo.com","dop":"2025-04-06","serial_number":"15136230129385224","imei1":"15136230129385224","imei2":"15136230129385224","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:41:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155756,"job_number":"JOB_155756","tr_customer_id":155773,"tr_customer_product_id":155763,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:41:43.000Z","modified_at":"2026-01-16T06:41:43.000Z","name":"Tianna Swift","mobile_number":"829-786-2295","email_id":"Earl61@hotmail.com","dop":"2025-04-06","serial_number":"14694088865761580","imei1":"14694088865761580","imei2":"14694088865761580","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:41:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155757,"job_number":"JOB_155757","tr_customer_id":155774,"tr_customer_product_id":155764,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:41:50.000Z","modified_at":"2026-01-16T06:41:50.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16157917824236","imei1":"16157917824236","imei2":"16157917824236","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:41:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155759,"job_number":"JOB_155759","tr_customer_id":155776,"tr_customer_product_id":155766,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:41:51.000Z","modified_at":"2026-01-16T06:41:51.000Z","name":"Stella Erdman","mobile_number":"654-871-8951","email_id":"Clare82@gmail.com","dop":"2025-04-06","serial_number":"10811966025947974","imei1":"10811966025947974","imei2":"10811966025947974","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:41:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155760,"job_number":"JOB_155760","tr_customer_id":155777,"tr_customer_product_id":155767,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:42:00.000Z","modified_at":"2026-01-16T06:42:00.000Z","name":"Gaurav Kumain","mobile_number":"8787474487","email_id":"qwssww@gmail.com","dop":"2025-04-06","serial_number":"16572885284305","imei1":"16572885284305","imei2":"16572885284305","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:42:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155761,"job_number":"JOB_155761","tr_customer_id":155778,"tr_customer_product_id":155768,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:42:06.000Z","modified_at":"2026-01-16T06:42:06.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12398337583225","imei1":"12398337583225","imei2":"12398337583225","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:42:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155763,"job_number":"JOB_155763","tr_customer_id":155780,"tr_customer_product_id":155770,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:42:08.000Z","modified_at":"2026-01-16T06:42:08.000Z","name":"Julia Moen","mobile_number":"321-971-0040","email_id":"Ramon54@hotmail.com","dop":"2025-04-06","serial_number":"16373246844481656","imei1":"16373246844481656","imei2":"16373246844481656","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:42:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155764,"job_number":"JOB_155764","tr_customer_id":155781,"tr_customer_product_id":155771,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:42:44.000Z","modified_at":"2026-01-16T06:42:44.000Z","name":"Gaurav Kumain","mobile_number":"8787474487","email_id":"qwssww@gmail.com","dop":"2025-04-06","serial_number":"16572885284306","imei1":"16572885284306","imei2":"16572885284306","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:42:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155765,"job_number":"JOB_155765","tr_customer_id":155782,"tr_customer_product_id":155772,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:42:57.000Z","modified_at":"2026-01-16T06:42:57.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16683229693587","imei1":"16683229693587","imei2":"16683229693587","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:42:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155767,"job_number":"JOB_155767","tr_customer_id":155784,"tr_customer_product_id":155774,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:42:58.000Z","modified_at":"2026-01-16T06:42:58.000Z","name":"Vladimir Runte","mobile_number":"429-717-1121","email_id":"Kira_Stracke17@hotmail.com","dop":"2025-04-06","serial_number":"18403541612665524","imei1":"18403541612665524","imei2":"18403541612665524","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:42:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155768,"job_number":"JOB_155768","tr_customer_id":155785,"tr_customer_product_id":155775,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:46:44.000Z","modified_at":"2026-01-16T06:46:44.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10725069005359","imei1":"10725069005359","imei2":"10725069005359","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:46:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155770,"job_number":"JOB_155770","tr_customer_id":155787,"tr_customer_product_id":155777,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:46:45.000Z","modified_at":"2026-01-16T06:46:45.000Z","name":"Leopoldo Gislason","mobile_number":"268-936-4383","email_id":"Connor97@gmail.com","dop":"2025-04-06","serial_number":"16617283109406458","imei1":"16617283109406458","imei2":"16617283109406458","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:46:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155772,"job_number":"JOB_155772","tr_customer_id":155789,"tr_customer_product_id":155779,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:46:51.000Z","modified_at":"2026-01-16T06:46:51.000Z","name":"Fae Murazik","mobile_number":"346-564-2712","email_id":"Lenora.Kunze@gmail.com","dop":"2025-04-06","serial_number":"13755674628984042","imei1":"13755674628984042","imei2":"13755674628984042","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:46:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155773,"job_number":"JOB_155773","tr_customer_id":155790,"tr_customer_product_id":155780,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:47:26.000Z","modified_at":"2026-01-16T06:47:26.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18041222648615","imei1":"18041222648615","imei2":"18041222648615","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:47:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155775,"job_number":"JOB_155775","tr_customer_id":155792,"tr_customer_product_id":155782,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:47:27.000Z","modified_at":"2026-01-16T06:47:27.000Z","name":"Cynthia Greenholt","mobile_number":"695-701-0115","email_id":"Jovany72@gmail.com","dop":"2025-04-06","serial_number":"11836973861407318","imei1":"11836973861407318","imei2":"11836973861407318","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:47:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155776,"job_number":"JOB_155776","tr_customer_id":155793,"tr_customer_product_id":155783,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:48:07.000Z","modified_at":"2026-01-16T06:48:07.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10369012279854","imei1":"10369012279854","imei2":"10369012279854","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:48:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155778,"job_number":"JOB_155778","tr_customer_id":155795,"tr_customer_product_id":155785,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:48:09.000Z","modified_at":"2026-01-16T06:48:09.000Z","name":"Stanford Dibbert","mobile_number":"393-702-4663","email_id":"Loy_Welch84@hotmail.com","dop":"2025-04-06","serial_number":"18618603978201628","imei1":"18618603978201628","imei2":"18618603978201628","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:48:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155780,"job_number":"JOB_155780","tr_customer_id":155797,"tr_customer_product_id":155787,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T07:00:17.000Z","modified_at":"2026-01-16T07:00:17.000Z","name":"Enos Adams","mobile_number":"618-705-8656","email_id":"Lavina_Streich65@gmail.com","dop":"2025-04-06","serial_number":"16095089629971664","imei1":"16095089629971664","imei2":"16095089629971664","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T07:00:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155788,"job_number":"JOB_155788","tr_customer_id":155805,"tr_customer_product_id":155795,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T07:42:35.000Z","modified_at":"2026-01-16T07:42:35.000Z","name":"Alize Abbott","mobile_number":"852-313-2612","email_id":"Connie.Dach15@hotmail.com","dop":"2025-04-06","serial_number":"19903792800148290","imei1":"19903792800148290","imei2":"19903792800148290","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T07:42:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155443,"job_number":"JOB_155443","tr_customer_id":155460,"tr_customer_product_id":155450,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:39.000Z","modified_at":"2026-01-16T03:49:39.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Lilyan_Pouros@yahoo.com","dop":"2025-07-02","serial_number":"18379672176321","imei1":"18379672176321","imei2":"18379672176321","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155456,"job_number":"JOB_155456","tr_customer_id":155473,"tr_customer_product_id":155463,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:55.000Z","modified_at":"2026-01-16T03:49:55.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Ila_Halvorson@hotmail.com","dop":"2025-07-02","serial_number":"12646098675885","imei1":"12646098675885","imei2":"12646098675885","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155468,"job_number":"JOB_155468","tr_customer_id":155485,"tr_customer_product_id":155475,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:11.000Z","modified_at":"2026-01-16T03:50:11.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Rhianna_Hamill22@yahoo.com","dop":"2025-07-02","serial_number":"18556463680068","imei1":"18556463680068","imei2":"18556463680068","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155495,"job_number":"JOB_155495","tr_customer_id":155512,"tr_customer_product_id":155502,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:32.000Z","modified_at":"2026-01-16T03:50:32.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"177238735641284","imei1":"177238735641284","imei2":"177238735641284","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155496,"job_number":"JOB_155496","tr_customer_id":155513,"tr_customer_product_id":155503,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:32.000Z","modified_at":"2026-01-16T03:50:32.000Z","name":"Genesis Goyette","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"182069094863967","imei1":"182069094863967","imei2":"182069094863967","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155497,"job_number":"JOB_155497","tr_customer_id":155514,"tr_customer_product_id":155504,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:32.000Z","modified_at":"2026-01-16T03:50:32.000Z","name":"Estelle Adams","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"114168222400852","imei1":"114168222400852","imei2":"114168222400852","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155500,"job_number":"JOB_155500","tr_customer_id":155517,"tr_customer_product_id":155507,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:33.000Z","modified_at":"2026-01-16T03:50:33.000Z","name":"Amir McClure","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"185006500135435","imei1":"185006500135435","imei2":"185006500135435","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155512,"job_number":"JOB_155512","tr_customer_id":155529,"tr_customer_product_id":155519,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:45.000Z","modified_at":"2026-01-16T03:50:45.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"140076611883558","imei1":"140076611883558","imei2":"140076611883558","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155514,"job_number":"JOB_155514","tr_customer_id":155531,"tr_customer_product_id":155521,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:45.000Z","modified_at":"2026-01-16T03:50:45.000Z","name":"Allen Gibson","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"130161965485867","imei1":"130161965485867","imei2":"130161965485867","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155515,"job_number":"JOB_155515","tr_customer_id":155532,"tr_customer_product_id":155522,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:45.000Z","modified_at":"2026-01-16T03:50:45.000Z","name":"Okey Ward","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"106528169716897","imei1":"106528169716897","imei2":"106528169716897","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155516,"job_number":"JOB_155516","tr_customer_id":155533,"tr_customer_product_id":155523,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:46.000Z","modified_at":"2026-01-16T03:50:46.000Z","name":"Eloy Aufderhar","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"165442554199153","imei1":"165442554199153","imei2":"165442554199153","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155539,"job_number":"JOB_155539","tr_customer_id":155556,"tr_customer_product_id":155546,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:12.000Z","modified_at":"2026-01-16T03:51:12.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"107677851288975","imei1":"107677851288975","imei2":"107677851288975","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155541,"job_number":"JOB_155541","tr_customer_id":155558,"tr_customer_product_id":155548,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:13.000Z","modified_at":"2026-01-16T03:51:13.000Z","name":"Sophia Bashirian","mobile_number":"427-803-8299","email_id":"Lauren_Ferry51@hotmail.com","dop":"2025-06-09","serial_number":"104354884652418","imei1":"104354884652418","imei2":"104354884652418","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155554,"job_number":"JOB_155554","tr_customer_id":155571,"tr_customer_product_id":155561,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:26.000Z","modified_at":"2026-01-16T03:51:26.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"106172652499721","imei1":"106172652499721","imei2":"106172652499721","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155558,"job_number":"JOB_155558","tr_customer_id":155575,"tr_customer_product_id":155565,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:27.000Z","modified_at":"2026-01-16T03:51:27.000Z","name":"Elsie Kuhn","mobile_number":"310-825-6108","email_id":"Herbert.Feeney0@yahoo.com","dop":"2025-06-09","serial_number":"106732827060674","imei1":"106732827060674","imei2":"106732827060674","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155572,"job_number":"JOB_155572","tr_customer_id":155589,"tr_customer_product_id":155579,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:40.000Z","modified_at":"2026-01-16T03:51:40.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"109431713859796","imei1":"109431713859796","imei2":"109431713859796","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155575,"job_number":"JOB_155575","tr_customer_id":155592,"tr_customer_product_id":155582,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:41.000Z","modified_at":"2026-01-16T03:51:41.000Z","name":"Verda Koch","mobile_number":"523-762-5776","email_id":"Alden.McGlynn@gmail.com","dop":"2025-06-09","serial_number":"100563256446896","imei1":"100563256446896","imei2":"100563256446896","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155671,"job_number":"JOB_155671","tr_customer_id":155688,"tr_customer_product_id":155678,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:19:17.000Z","modified_at":"2026-01-16T06:19:17.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"105156524394051","imei1":"105156524394051","imei2":"105156524394051","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:19:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155673,"job_number":"JOB_155673","tr_customer_id":155690,"tr_customer_product_id":155680,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:19:18.000Z","modified_at":"2026-01-16T06:19:18.000Z","name":"Curtis Armstrong","mobile_number":"313-856-2419","email_id":"Freddy31@hotmail.com","dop":"2025-06-09","serial_number":"106576638988751","imei1":"106576638988751","imei2":"106576638988751","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:19:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155674,"job_number":"JOB_155674","tr_customer_id":155691,"tr_customer_product_id":155681,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:19:32.000Z","modified_at":"2026-01-16T06:19:32.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"102674885112431","imei1":"102674885112431","imei2":"102674885112431","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:19:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155676,"job_number":"JOB_155676","tr_customer_id":155693,"tr_customer_product_id":155683,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:19:33.000Z","modified_at":"2026-01-16T06:19:33.000Z","name":"Kiera Herman","mobile_number":"741-763-6738","email_id":"Caleb63@yahoo.com","dop":"2025-06-09","serial_number":"102246556351467","imei1":"102246556351467","imei2":"102246556351467","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:19:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155677,"job_number":"JOB_155677","tr_customer_id":155694,"tr_customer_product_id":155684,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:19:47.000Z","modified_at":"2026-01-16T06:19:47.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"103481953362932","imei1":"103481953362932","imei2":"103481953362932","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:19:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155679,"job_number":"JOB_155679","tr_customer_id":155696,"tr_customer_product_id":155686,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:19:48.000Z","modified_at":"2026-01-16T06:19:48.000Z","name":"Zachariah Tremblay","mobile_number":"739-893-9626","email_id":"Katelin.OConnell@hotmail.com","dop":"2025-06-09","serial_number":"103143000565201","imei1":"103143000565201","imei2":"103143000565201","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:19:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155784,"job_number":"JOB_155784","tr_customer_id":155801,"tr_customer_product_id":155791,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T07:31:21.000Z","modified_at":"2026-01-16T07:31:21.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Bettie_Hintz@gmail.com","dop":"2025-07-02","serial_number":"14422875302832","imei1":"14422875302832","imei2":"14422875302832","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T07:31:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155785,"job_number":"JOB_155785","tr_customer_id":155802,"tr_customer_product_id":155792,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T07:31:39.000Z","modified_at":"2026-01-16T07:31:39.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Grayce13@yahoo.com","dop":"2025-07-02","serial_number":"15860432272873","imei1":"15860432272873","imei2":"15860432272873","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T07:31:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155786,"job_number":"JOB_155786","tr_customer_id":155803,"tr_customer_product_id":155793,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T07:31:57.000Z","modified_at":"2026-01-16T07:31:57.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Royce.Feeney@gmail.com","dop":"2025-07-02","serial_number":"19792604241672","imei1":"19792604241672","imei2":"19792604241672","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T07:31:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"username":"iameng","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 250ms
Mean size per request: 694B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept-Language en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 0e941147-67ce-4677-871d-9b1418ccc3a1
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 56
Request Body
{
            "username": "iameng",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 694
ETag W/"2b6-nsTNJWUw1NOLfAzvzfeLE9YfzZM"
Vary Accept-Encoding
Date Fri, 16 Jan 2026 07:43:10 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg1NDkzOTB9.-ecMDKX97d2DRFWflHo8adQWKl_Z8ePrFrLxVESilII"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"1bc-5jtJRsd0hZILh8Na44eS7Os72ts"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 250ms
Mean size per request: 441B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg1NDkzOTB9.-ecMDKX97d2DRFWflHo8adQWKl_Z8ePrFrLxVESilII
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 702ac479-6e47-4546-a2c9-ccb5d42bc04f
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 441
ETag W/"1b9-gwZ3q4NUFVwjUwUa8wJaXTtaK9Q"
Vary Accept-Encoding
Date Fri, 16 Jan 2026 07:43:10 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":2,"first_name":"Mark","last_name":"zuk","login_id":"iameng","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Engineer","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"fa-dy8dN/UPU87UvqyXQsHHqicOua0"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 262ms
Mean size per request: 164B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg1NDkzOTB9.-ecMDKX97d2DRFWflHo8adQWKl_Z8ePrFrLxVESilII
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 8b49eb64-d50b-4f48-b180-ef30bcf2f57d
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 164
ETag W/"a4-5bB96Q2JeLFM67k0+O0i3egXhs0"
Vary Accept-Encoding
Date Fri, 16 Jan 2026 07:43:11 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for repair","key":"pending_for_repair","count":2},{"label":"Repair completed","key":"repair_completed","count":121}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"pending_for_repair"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 264ms
Mean size per request: 1.95KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg1NDkzOTB9.-ecMDKX97d2DRFWflHo8adQWKl_Z8ePrFrLxVESilII
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 1a2b1c39-c679-4afd-9d9e-f0167c07aa50
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 36
Request Body
{"details_key":"pending_for_repair"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"7cb-eNprxPhjOT35ur5pJTtnL+AxYWI"
Vary Accept-Encoding
Content-Encoding gzip
Date Fri, 16 Jan 2026 07:43:11 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":155647,"job_number":"JOB_155647","tr_customer_id":155664,"tr_customer_product_id":155654,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T05:09:30.000Z","modified_at":"2026-01-16T06:13:07.000Z","name":"Amaya Langworth","mobile_number":"910-429-7055","email_id":"Gisselle.Hintz68@gmail.com","dop":"2025-12-03","serial_number":"84685174909017","imei1":"84685174909017","imei2":"84685174909017","popurl":"2025-12-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-16T06:13:07.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":155790,"job_number":"JOB_155790","tr_customer_id":155807,"tr_customer_product_id":155797,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T07:43:05.000Z","modified_at":"2026-01-16T07:43:10.000Z","name":"Keanu Reichel","mobile_number":"742-495-9768","email_id":"Maryse_Huels@yahoo.com","dop":"2025-11-04","serial_number":"56767976450249","imei1":"56767976450249","imei2":"56767976450249","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-16T07:43:10.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"repair_completed"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 263ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg1NDkzOTB9.-ecMDKX97d2DRFWflHo8adQWKl_Z8ePrFrLxVESilII
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token f0486ce1-d15e-49e1-a020-cec7fdd0f09c
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 43
Request Body
{
            "details_key": "repair_completed"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Fri, 16 Jan 2026 07:43:11 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/myjobs' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/engineer/myjobs
Response Information
Response Code: 200 - OK
Mean time per request: 281ms
Mean size per request: 2.33KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg1NDkzOTB9.-ecMDKX97d2DRFWflHo8adQWKl_Z8ePrFrLxVESilII
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token cbdb8343-359b-45be-90c5-a9b175aa06eb
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"954-86hyx64/doA57Qrv6wBXTzTbg+E"
Vary Accept-Encoding
Content-Encoding gzip
Date Fri, 16 Jan 2026 07:43:11 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":155790,"job_number":"JOB_155790","tr_customer_id":155807,"tr_customer_product_id":155797,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T07:43:05.000Z","modified_at":"2026-01-16T07:43:10.000Z","name":"Keanu Reichel","mobile_number":"742-495-9768","email_id":"Maryse_Huels@yahoo.com","dop":"2025-11-04","serial_number":"56767976450249","imei1":"56767976450249","imei2":"56767976450249","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-16T07:43:10.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":3,"name":"Phone or app crashes","tr_job_head_id":155790,"remark":"","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-16T07:43:05.000Z"}],"quatations":[]},{"id":155647,"job_number":"JOB_155647","tr_customer_id":155664,"tr_customer_product_id":155654,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T05:09:30.000Z","modified_at":"2026-01-16T06:13:07.000Z","name":"Amaya Langworth","mobile_number":"910-429-7055","email_id":"Gisselle.Hintz68@gmail.com","dop":"2025-12-03","serial_number":"84685174909017","imei1":"84685174909017","imei2":"84685174909017","popurl":"2025-12-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-16T06:13:07.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":155647,"remark":"Bad Condition","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-16T05:09:30.000Z"}],"quatations":[]}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 200 - OK
Mean time per request: 260ms
Mean size per request: 10.53KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg1NDkzOTB9.-ecMDKX97d2DRFWflHo8adQWKl_Z8ePrFrLxVESilII
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 84cb9bd3-4fe9-477f-a625-36f4b39a4284
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM"
Vary Accept-Encoding
Content-Encoding gzip
Date Fri, 16 Jan 2026 07:43:12 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/repaircomplete' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"job_id":98100,"problems":[{"id":3,"remark":"Reinstalled OS"}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/engineer/repaircomplete
Response Information
Response Code: 200 - OK
Mean time per request: 261ms
Mean size per request: 42B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg1NDkzOTB9.-ecMDKX97d2DRFWflHo8adQWKl_Z8ePrFrLxVESilII
Content-Type application/json
Accept application/json, text/plain, */*
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 946cde11-a1cb-4c56-8c21-d7490b7561f2
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 136
Request Body
{
            "job_id":155790,
            "problems": [
                {
                    "id": 3,
                    "remark": "Reinstalled OS"
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 42
ETag W/"2a-PisRr8WaBMvK6HLRD3EKeiTFMeI"
Vary Accept-Encoding
Date Fri, 16 Jan 2026 07:43:12 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Repair successful.","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamqc","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 251ms
Mean size per request: 681B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 61cf56e0-58d1-4f79-853a-93e30177933c
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 55
Request Body
{
            "username": "iamqc",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 681
ETag W/"2a9-CPU8Y/OK1I+Hunqn74iquyMP51E"
Vary Accept-Encoding
Date Fri, 16 Jan 2026 07:43:12 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODU0OTM5Mn0.ZYyrHhL-lsGqe54LGiUbhp-oHrAlRYRTUgiIUGGTdSg"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"1b9-gwZ3q4NUFVwjUwUa8wJaXTtaK9Q"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 249ms
Mean size per request: 431B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODU0OTM5Mn0.ZYyrHhL-lsGqe54LGiUbhp-oHrAlRYRTUgiIUGGTdSg
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 8fea1bb3-6b78-463f-86ec-237f27f60f47
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 431
ETag W/"1af-Hx7rWnhMedRwRJUvWdcdDLlvRd0"
Vary Accept-Encoding
Date Fri, 16 Jan 2026 07:43:13 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":3,"first_name":"qc","last_name":"qc","login_id":"iamqc","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":4,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"QC","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"a5-7bTG+pLXuOCNsQPYlnyAIc/g5Zc"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 267ms
Mean size per request: 202B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODU0OTM5Mn0.ZYyrHhL-lsGqe54LGiUbhp-oHrAlRYRTUgiIUGGTdSg
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 6f5b0cf4-b1be-4bf9-9726-fd73f6484fb7
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 202
ETag W/"ca-aqnvBQsPy7L4WXLugzRt/LiKgl4"
Vary Accept-Encoding
Date Fri, 16 Jan 2026 07:43:13 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for QC","key":"pending_for_qc","count":1},{"label":"QC Completed","key":"qc_completed","count":121},{"label":"QC Rejected","key":"qc_rejected","count":0}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"pending_for_qc"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 253ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODU0OTM5Mn0.ZYyrHhL-lsGqe54LGiUbhp-oHrAlRYRTUgiIUGGTdSg
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 642c81c4-7010-464d-8a65-1e5b90a522e1
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 32
Request Body
{"details_key":"pending_for_qc"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Fri, 16 Jan 2026 07:43:13 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"qc_completed"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 283ms
Mean size per request: 116.88KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODU0OTM5Mn0.ZYyrHhL-lsGqe54LGiUbhp-oHrAlRYRTUgiIUGGTdSg
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 1fe9cf51-3577-4c6a-8b8e-cfad00bf7a73
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 30
Request Body
{"details_key":"qc_completed"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"1d389-3rEa3EyOpFhUt26IXs+pyfTlma8"
Vary Accept-Encoding
Content-Encoding gzip
Date Fri, 16 Jan 2026 07:43:13 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":155425,"job_number":"JOB_155425","tr_customer_id":155442,"tr_customer_product_id":155432,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:48:46.000Z","modified_at":"2026-01-16T03:49:21.000Z","name":"Devon Hyatt","mobile_number":"631-498-1635","email_id":"Wiley.Wintheiser8@yahoo.com","dop":"2025-04-06","serial_number":"10511591984841","imei1":"10511591984841","imei2":"10511591984841","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:49:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155426,"job_number":"JOB_155426","tr_customer_id":155443,"tr_customer_product_id":155433,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:48:47.000Z","modified_at":"2026-01-16T03:48:56.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"82579717898673","imei1":"82579717898673","imei2":"82579717898673","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:48:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155428,"job_number":"JOB_155428","tr_customer_id":155445,"tr_customer_product_id":155435,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:48:58.000Z","modified_at":"2026-01-16T03:49:07.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"27000755587566","imei1":"27000755587566","imei2":"27000755587566","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:49:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155430,"job_number":"JOB_155430","tr_customer_id":155447,"tr_customer_product_id":155437,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:03.000Z","modified_at":"2026-01-16T03:49:39.000Z","name":"Anne Hegmann","mobile_number":"839-551-2617","email_id":"Audrey43@yahoo.com","dop":"2025-04-06","serial_number":"15012845632580","imei1":"15012845632580","imei2":"15012845632580","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:49:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155432,"job_number":"JOB_155432","tr_customer_id":155449,"tr_customer_product_id":155439,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:26.000Z","modified_at":"2026-01-16T03:50:03.000Z","name":"Keenan Cruickshank","mobile_number":"704-823-3408","email_id":"Laney8@yahoo.com","dop":"2025-04-06","serial_number":"18357633962789","imei1":"18357633962789","imei2":"18357633962789","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:50:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155435,"job_number":"JOB_155435","tr_customer_id":155452,"tr_customer_product_id":155442,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:29.000Z","modified_at":"2026-01-16T03:50:06.000Z","name":"Brenden Heathcote","mobile_number":"249-366-5500","email_id":"George59@yahoo.com","dop":"2025-06-18","serial_number":"10073586455286","imei1":"10073586455286","imei2":"10073586455286","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:50:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155438,"job_number":"JOB_155438","tr_customer_id":155455,"tr_customer_product_id":155445,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:31.000Z","modified_at":"2026-01-16T03:50:06.000Z","name":"Michale Emmerich","mobile_number":"487-816-6335","email_id":"Zora.Lang@hotmail.com","dop":"2025-04-06","serial_number":"10913936480104","imei1":"10913936480104","imei2":"10913936480104","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:50:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155441,"job_number":"JOB_155441","tr_customer_id":155458,"tr_customer_product_id":155448,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:35.000Z","modified_at":"2026-01-16T03:50:11.000Z","name":"Demetris Champlin","mobile_number":"680-834-1605","email_id":"Joanny_Paucek@gmail.com","dop":"2025-04-06","serial_number":"18957349507626","imei1":"18957349507626","imei2":"18957349507626","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:50:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155444,"job_number":"JOB_155444","tr_customer_id":155461,"tr_customer_product_id":155451,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:40.000Z","modified_at":"2026-01-16T03:50:14.000Z","name":"Cristal Schiller","mobile_number":"548-919-9749","email_id":"Buck.Emard@gmail.com","dop":"2025-04-06","serial_number":"11779679542647","imei1":"11779679542647","imei2":"11779679542647","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:50:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155447,"job_number":"JOB_155447","tr_customer_id":155464,"tr_customer_product_id":155454,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:47.000Z","modified_at":"2026-01-16T03:50:23.000Z","name":"Brianne Stiedemann","mobile_number":"839-823-9846","email_id":"Chyna.Watsica@hotmail.com","dop":"2025-04-06","serial_number":"18940283018029","imei1":"18940283018029","imei2":"18940283018029","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:50:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155449,"job_number":"JOB_155449","tr_customer_id":155466,"tr_customer_product_id":155456,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:50.000Z","modified_at":"2026-01-16T03:50:25.000Z","name":"Melissa Sauer","mobile_number":"261-675-1341","email_id":"Jasper4@yahoo.com","dop":"2025-04-06","serial_number":"18538007467219","imei1":"18538007467219","imei2":"18538007467219","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:50:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155451,"job_number":"JOB_155451","tr_customer_id":155468,"tr_customer_product_id":155458,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:51.000Z","modified_at":"2026-01-16T03:50:26.000Z","name":"Maryam Casper","mobile_number":"834-461-0228","email_id":"Lorena27@gmail.com","dop":"2025-04-06","serial_number":"16392957973752","imei1":"16392957973752","imei2":"16392957973752","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:50:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155455,"job_number":"JOB_155455","tr_customer_id":155472,"tr_customer_product_id":155462,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:54.000Z","modified_at":"2026-01-16T03:50:31.000Z","name":"Tyshawn Powlowski","mobile_number":"324-460-9882","email_id":"Alphonso.Jakubowski@yahoo.com","dop":"2025-04-06","serial_number":"19323944230136","imei1":"19323944230136","imei2":"19323944230136","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:50:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155460,"job_number":"JOB_155460","tr_customer_id":155477,"tr_customer_product_id":155467,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:58.000Z","modified_at":"2026-01-16T03:50:35.000Z","name":"Dennis Huels","mobile_number":"935-797-0501","email_id":"Sven21@gmail.com","dop":"2025-04-06","serial_number":"19555161114711","imei1":"19555161114711","imei2":"19555161114711","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:50:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155463,"job_number":"JOB_155463","tr_customer_id":155480,"tr_customer_product_id":155470,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:00.000Z","modified_at":"2026-01-16T03:50:37.000Z","name":"Sylvan Kilback","mobile_number":"254-593-0602","email_id":"Abe_Braun@gmail.com","dop":"2025-04-06","serial_number":"16392368227914","imei1":"16392368227914","imei2":"16392368227914","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:50:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155466,"job_number":"JOB_155466","tr_customer_id":155483,"tr_customer_product_id":155473,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:07.000Z","modified_at":"2026-01-16T03:50:41.000Z","name":"Shayna Tillman","mobile_number":"817-622-3687","email_id":"Annalise.Wilderman8@hotmail.com","dop":"2000-01-31","serial_number":"10153501522431","imei1":"10153501522431","imei2":"10153501522431","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:50:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155470,"job_number":"JOB_155470","tr_customer_id":155487,"tr_customer_product_id":155477,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:12.000Z","modified_at":"2026-01-16T03:50:49.000Z","name":"Kayden Predovic","mobile_number":"847-332-6455","email_id":"Casper36@gmail.com","dop":"2025-04-06","serial_number":"14461735949468","imei1":"14461735949468","imei2":"14461735949468","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:50:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155473,"job_number":"JOB_155473","tr_customer_id":155490,"tr_customer_product_id":155480,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:13.000Z","modified_at":"2026-01-16T03:50:49.000Z","name":"Aletha Leuschke","mobile_number":"672-516-0156","email_id":"Adriana67@yahoo.com","dop":"2025-04-06","serial_number":"10848463791565","imei1":"10848463791565","imei2":"10848463791565","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:50:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155474,"job_number":"JOB_155474","tr_customer_id":155491,"tr_customer_product_id":155481,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:13.000Z","modified_at":"2026-01-16T03:50:49.000Z","name":"Allie Orn","mobile_number":"670-884-1050","email_id":"Andreanne.West87@hotmail.com","dop":"2025-04-06","serial_number":"11293849841746","imei1":"11293849841746","imei2":"11293849841746","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:50:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155477,"job_number":"JOB_155477","tr_customer_id":155494,"tr_customer_product_id":155484,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:14.000Z","modified_at":"2026-01-16T03:50:52.000Z","name":"Eloy Gleason","mobile_number":"954-253-3805","email_id":"Randal.Douglas@hotmail.com","dop":"2025-06-18","serial_number":"10657931856098","imei1":"10657931856098","imei2":"10657931856098","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:50:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155481,"job_number":"JOB_155481","tr_customer_id":155498,"tr_customer_product_id":155488,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:15.000Z","modified_at":"2026-01-16T03:50:30.000Z","name":"Ellis Wehner","mobile_number":"842-524-7418","email_id":"Precious10@hotmail.com","dop":"2025-05-30","serial_number":"13445512678210","imei1":"13445512678210","imei2":"13445512678210","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:50:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155484,"job_number":"JOB_155484","tr_customer_id":155501,"tr_customer_product_id":155491,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:17.000Z","modified_at":"2026-01-16T03:50:52.000Z","name":"Gabe Larkin","mobile_number":"281-301-7028","email_id":"Dustin.Price@hotmail.com","dop":"2025-04-06","serial_number":"17705338839979","imei1":"17705338839979","imei2":"17705338839979","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:50:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155489,"job_number":"JOB_155489","tr_customer_id":155506,"tr_customer_product_id":155496,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:18.000Z","modified_at":"2026-01-16T03:50:56.000Z","name":"River Bayer","mobile_number":"326-545-4738","email_id":"Hilton_Heaney@gmail.com","dop":"2025-04-06","serial_number":"15794966192667","imei1":"15794966192667","imei2":"15794966192667","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:50:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155494,"job_number":"JOB_155494","tr_customer_id":155511,"tr_customer_product_id":155501,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:31.000Z","modified_at":"2026-01-16T03:51:08.000Z","name":"Joaquin Paucek","mobile_number":"679-452-8101","email_id":"Chelsey_Kutch28@gmail.com","dop":"2025-04-06","serial_number":"16999493718254","imei1":"16999493718254","imei2":"16999493718254","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:51:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155501,"job_number":"JOB_155501","tr_customer_id":155518,"tr_customer_product_id":155508,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:33.000Z","modified_at":"2026-01-16T03:51:08.000Z","name":"Meggie Nolan","mobile_number":"320-668-4934","email_id":"Merlin_Bayer@hotmail.com","dop":"2025-04-06","serial_number":"12169636839234","imei1":"12169636839234","imei2":"12169636839234","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:51:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155504,"job_number":"JOB_155504","tr_customer_id":155521,"tr_customer_product_id":155511,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:37.000Z","modified_at":"2026-01-16T03:51:15.000Z","name":"Devante Lakin","mobile_number":"896-327-6801","email_id":"Christ54@yahoo.com","dop":"2025-04-06","serial_number":"11712092968923","imei1":"11712092968923","imei2":"11712092968923","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:51:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155509,"job_number":"JOB_155509","tr_customer_id":155526,"tr_customer_product_id":155516,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:39.000Z","modified_at":"2026-01-16T03:51:16.000Z","name":"Luis Cummings","mobile_number":"979-873-9208","email_id":"Gail_Miller@hotmail.com","dop":"2025-04-06","serial_number":"12036436902688","imei1":"12036436902688","imei2":"12036436902688","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:51:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155513,"job_number":"JOB_155513","tr_customer_id":155530,"tr_customer_product_id":155520,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:45.000Z","modified_at":"2026-01-16T03:51:21.000Z","name":"Amos Zemlak","mobile_number":"757-739-0241","email_id":"Gordon_Waters12@yahoo.com","dop":"2025-04-06","serial_number":"16930659088370","imei1":"16930659088370","imei2":"16930659088370","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:51:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155519,"job_number":"JOB_155519","tr_customer_id":155536,"tr_customer_product_id":155526,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:49.000Z","modified_at":"2026-01-16T03:51:23.000Z","name":"Eduardo Gottlieb","mobile_number":"611-731-4560","email_id":"Luisa_White59@hotmail.com","dop":"2000-01-31","serial_number":"10757406875028","imei1":"10757406875028","imei2":"10757406875028","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:51:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155521,"job_number":"JOB_155521","tr_customer_id":155538,"tr_customer_product_id":155528,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:50.000Z","modified_at":"2026-01-16T03:51:25.000Z","name":"Aliya Gleichner","mobile_number":"742-390-8014","email_id":"Lew3@yahoo.com","dop":"2025-04-06","serial_number":"10454545692969","imei1":"10454545692969","imei2":"10454545692969","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:51:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155525,"job_number":"JOB_155525","tr_customer_id":155542,"tr_customer_product_id":155532,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:56.000Z","modified_at":"2026-01-16T03:51:30.000Z","name":"Travon Hamill","mobile_number":"250-295-8929","email_id":"Krystina91@hotmail.com","dop":"2025-04-06","serial_number":"13028818282099","imei1":"13028818282099","imei2":"13028818282099","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:51:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155527,"job_number":"JOB_155527","tr_customer_id":155544,"tr_customer_product_id":155534,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:56.000Z","modified_at":"2026-01-16T03:51:31.000Z","name":"Alfreda Hane","mobile_number":"469-594-8298","email_id":"Name84@hotmail.com","dop":"2025-04-06","serial_number":"14065014328261","imei1":"14065014328261","imei2":"14065014328261","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:51:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155529,"job_number":"JOB_155529","tr_customer_id":155546,"tr_customer_product_id":155536,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:57.000Z","modified_at":"2026-01-16T03:51:34.000Z","name":"Felicia Bruen","mobile_number":"485-887-7546","email_id":"Cali.Bechtelar@hotmail.com","dop":"2025-04-06","serial_number":"10484332208106","imei1":"10484332208106","imei2":"10484332208106","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:51:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155534,"job_number":"JOB_155534","tr_customer_id":155551,"tr_customer_product_id":155541,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:59.000Z","modified_at":"2026-01-16T03:51:34.000Z","name":"Geoffrey Murazik","mobile_number":"671-928-0333","email_id":"Ryleigh90@yahoo.com","dop":"2025-04-06","serial_number":"14395071315175","imei1":"14395071315175","imei2":"14395071315175","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:51:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155537,"job_number":"JOB_155537","tr_customer_id":155554,"tr_customer_product_id":155544,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:03.000Z","modified_at":"2026-01-16T03:51:39.000Z","name":"Jorge Terry","mobile_number":"227-384-8025","email_id":"Declan.Wisoky35@hotmail.com","dop":"2025-04-06","serial_number":"10764073690482","imei1":"10764073690482","imei2":"10764073690482","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:51:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155543,"job_number":"JOB_155543","tr_customer_id":155560,"tr_customer_product_id":155550,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:15.000Z","modified_at":"2026-01-16T03:51:50.000Z","name":"Ray Lockman","mobile_number":"501-563-5358","email_id":"Quincy_Bayer@gmail.com","dop":"2025-04-06","serial_number":"13198092244646","imei1":"13198092244646","imei2":"13198092244646","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:51:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155545,"job_number":"JOB_155545","tr_customer_id":155562,"tr_customer_product_id":155552,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:16.000Z","modified_at":"2026-01-16T03:51:53.000Z","name":"Demarcus Ledner","mobile_number":"388-295-6239","email_id":"Sierra92@yahoo.com","dop":"2025-04-06","serial_number":"12690355426118","imei1":"12690355426118","imei2":"12690355426118","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:51:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155549,"job_number":"JOB_155549","tr_customer_id":155566,"tr_customer_product_id":155556,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:22.000Z","modified_at":"2026-01-16T03:51:59.000Z","name":"Karolann Herman","mobile_number":"225-457-0541","email_id":"Casimer_Koepp27@yahoo.com","dop":"2025-04-06","serial_number":"18456720778781","imei1":"18456720778781","imei2":"18456720778781","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:51:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155552,"job_number":"JOB_155552","tr_customer_id":155569,"tr_customer_product_id":155559,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:24.000Z","modified_at":"2026-01-16T03:52:02.000Z","name":"Gabriel Johnson","mobile_number":"697-697-0008","email_id":"Cordell.Ernser0@yahoo.com","dop":"2025-04-06","serial_number":"13875118598778","imei1":"13875118598778","imei2":"13875118598778","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:52:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155557,"job_number":"JOB_155557","tr_customer_id":155574,"tr_customer_product_id":155564,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:27.000Z","modified_at":"2026-01-16T03:52:04.000Z","name":"Keshaun Murazik","mobile_number":"685-990-1070","email_id":"Ada.Collins0@yahoo.com","dop":"2025-04-06","serial_number":"16271836394229","imei1":"16271836394229","imei2":"16271836394229","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:52:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155561,"job_number":"JOB_155561","tr_customer_id":155578,"tr_customer_product_id":155568,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:28.000Z","modified_at":"2026-01-16T03:52:05.000Z","name":"Ansel Abbott","mobile_number":"607-225-3694","email_id":"Theo89@yahoo.com","dop":"2025-04-06","serial_number":"17588892849165","imei1":"17588892849165","imei2":"17588892849165","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:52:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155563,"job_number":"JOB_155563","tr_customer_id":155580,"tr_customer_product_id":155570,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:29.000Z","modified_at":"2026-01-16T03:52:03.000Z","name":"Oscar Boyle","mobile_number":"989-236-1820","email_id":"Corrine_Bergstrom78@yahoo.com","dop":"2000-01-31","serial_number":"10151881462574","imei1":"10151881462574","imei2":"10151881462574","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:52:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155567,"job_number":"JOB_155567","tr_customer_id":155584,"tr_customer_product_id":155574,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:32.000Z","modified_at":"2026-01-16T03:52:06.000Z","name":"Berta Ullrich","mobile_number":"200-833-9060","email_id":"Nicholas.Hintz@gmail.com","dop":"2025-04-06","serial_number":"14697780075528","imei1":"14697780075528","imei2":"14697780075528","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:52:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155570,"job_number":"JOB_155570","tr_customer_id":155587,"tr_customer_product_id":155577,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:38.000Z","modified_at":"2026-01-16T03:52:12.000Z","name":"Annette Thompson","mobile_number":"875-566-5557","email_id":"Mariane_McLaughlin@hotmail.com","dop":"2025-04-06","serial_number":"16746487290168","imei1":"16746487290168","imei2":"16746487290168","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:52:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155576,"job_number":"JOB_155576","tr_customer_id":155593,"tr_customer_product_id":155583,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:41.000Z","modified_at":"2026-01-16T03:52:18.000Z","name":"Sierra Feest","mobile_number":"938-633-2670","email_id":"Annamae.Prosacco67@hotmail.com","dop":"2025-04-06","serial_number":"19854152370366","imei1":"19854152370366","imei2":"19854152370366","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:52:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155578,"job_number":"JOB_155578","tr_customer_id":155595,"tr_customer_product_id":155585,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:42.000Z","modified_at":"2026-01-16T03:52:17.000Z","name":"Catalina Halvorson","mobile_number":"593-296-3682","email_id":"Gail_Blick@hotmail.com","dop":"2025-04-06","serial_number":"18588366115015","imei1":"18588366115015","imei2":"18588366115015","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:52:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155582,"job_number":"JOB_155582","tr_customer_id":155599,"tr_customer_product_id":155589,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:52:00.000Z","modified_at":"2026-01-16T03:52:38.000Z","name":"Orin Runte","mobile_number":"327-926-4874","email_id":"Zakary70@yahoo.com","dop":"2025-04-06","serial_number":"13757149417884","imei1":"13757149417884","imei2":"13757149417884","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:52:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155585,"job_number":"JOB_155585","tr_customer_id":155602,"tr_customer_product_id":155592,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:52:06.000Z","modified_at":"2026-01-16T03:52:43.000Z","name":"Florian Kub","mobile_number":"999-574-1313","email_id":"Alize.Legros@yahoo.com","dop":"2025-04-06","serial_number":"19692889277940","imei1":"19692889277940","imei2":"19692889277940","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155588,"job_number":"JOB_155588","tr_customer_id":155605,"tr_customer_product_id":155595,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:52:10.000Z","modified_at":"2026-01-16T03:52:45.000Z","name":"Crystel Hamill","mobile_number":"669-603-6457","email_id":"Lulu2@yahoo.com","dop":"2000-01-31","serial_number":"10900256869629","imei1":"10900256869629","imei2":"10900256869629","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155590,"job_number":"JOB_155590","tr_customer_id":155607,"tr_customer_product_id":155597,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:52:11.000Z","modified_at":"2026-01-16T03:52:48.000Z","name":"Elisa Larkin","mobile_number":"771-461-6161","email_id":"Maude85@gmail.com","dop":"2025-04-06","serial_number":"11128804495019","imei1":"11128804495019","imei2":"11128804495019","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:52:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155594,"job_number":"JOB_155594","tr_customer_id":155611,"tr_customer_product_id":155601,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:52:45.000Z","modified_at":"2026-01-16T03:53:22.000Z","name":"Thad Becker","mobile_number":"410-659-0974","email_id":"Creola_Abbott46@gmail.com","dop":"2025-04-06","serial_number":"15431213662417","imei1":"15431213662417","imei2":"15431213662417","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:53:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155597,"job_number":"JOB_155597","tr_customer_id":155614,"tr_customer_product_id":155604,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:52:56.000Z","modified_at":"2026-01-16T03:53:32.000Z","name":"Charles Beahan","mobile_number":"879-881-3306","email_id":"Lesley.Wiza@yahoo.com","dop":"2025-04-06","serial_number":"11118465697725","imei1":"11118465697725","imei2":"11118465697725","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:53:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155605,"job_number":"JOB_155605","tr_customer_id":155622,"tr_customer_product_id":155612,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:59:17.000Z","modified_at":"2026-01-16T03:59:41.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"27088464727844","imei1":"27088464727844","imei2":"27088464727844","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:59:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155612,"job_number":"JOB_155612","tr_customer_id":155629,"tr_customer_product_id":155619,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:59:48.000Z","modified_at":"2026-01-16T04:00:11.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"64565458507438","imei1":"64565458507438","imei2":"64565458507438","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T04:00:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155619,"job_number":"JOB_155619","tr_customer_id":155636,"tr_customer_product_id":155626,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:00:19.000Z","modified_at":"2026-01-16T04:00:42.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"54487455581876","imei1":"54487455581876","imei2":"54487455581876","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T04:00:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155620,"job_number":"JOB_155620","tr_customer_id":155637,"tr_customer_product_id":155627,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:29:32.000Z","modified_at":"2026-01-16T04:30:09.000Z","name":"Llewellyn Prohaska","mobile_number":"610-288-6429","email_id":"Minerva78@yahoo.com","dop":"2025-04-06","serial_number":"12792562532060","imei1":"12792562532060","imei2":"12792562532060","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T04:30:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155629,"job_number":"JOB_155629","tr_customer_id":155646,"tr_customer_product_id":155636,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:44:27.000Z","modified_at":"2026-01-16T04:44:37.000Z","name":"Calista Daniel","mobile_number":"945-733-5658","email_id":"Bruce24@yahoo.com","dop":"2025-07-01","serial_number":"103103343205438","imei1":"103103343205438","imei2":"103103343205438","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T04:44:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155632,"job_number":"JOB_155632","tr_customer_id":155649,"tr_customer_product_id":155639,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:44:39.000Z","modified_at":"2026-01-16T04:44:48.000Z","name":"Octavia Hayes","mobile_number":"586-290-0739","email_id":"Torey_Rodriguez@yahoo.com","dop":"2025-07-01","serial_number":"102714794736504","imei1":"102714794736504","imei2":"102714794736504","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T04:44:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155639,"job_number":"JOB_155639","tr_customer_id":155656,"tr_customer_product_id":155646,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:56:17.000Z","modified_at":"2026-01-16T04:56:58.000Z","name":"Pierre Hessel","mobile_number":"993-972-7998","email_id":"Cruz_McKenzie55@yahoo.com","dop":"2025-04-06","serial_number":"12694237194878","imei1":"12694237194878","imei2":"12694237194878","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T04:56:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155641,"job_number":"JOB_155641","tr_customer_id":155658,"tr_customer_product_id":155648,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:56:38.000Z","modified_at":"2026-01-16T04:57:15.000Z","name":"Blaze Pouros","mobile_number":"664-921-1098","email_id":"Brice.Jenkins@yahoo.com","dop":"2025-04-06","serial_number":"15691029113077","imei1":"15691029113077","imei2":"15691029113077","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T04:57:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155656,"job_number":"JOB_155656","tr_customer_id":155673,"tr_customer_product_id":155663,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:16:02.000Z","modified_at":"2026-01-16T06:16:41.000Z","name":"April Turner","mobile_number":"687-855-3445","email_id":"Armando.McLaughlin1@yahoo.com","dop":"2025-04-06","serial_number":"16817630391135","imei1":"16817630391135","imei2":"16817630391135","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:16:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155665,"job_number":"JOB_155665","tr_customer_id":155682,"tr_customer_product_id":155672,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:16:48.000Z","modified_at":"2026-01-16T06:17:27.000Z","name":"Deron Ullrich","mobile_number":"395-700-2186","email_id":"Elmira_Hintz36@gmail.com","dop":"2025-04-06","serial_number":"16538863290454","imei1":"16538863290454","imei2":"16538863290454","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:17:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155669,"job_number":"JOB_155669","tr_customer_id":155686,"tr_customer_product_id":155676,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:17:35.000Z","modified_at":"2026-01-16T06:18:19.000Z","name":"Ewell Corkery","mobile_number":"813-982-6579","email_id":"Ken_Schultz@gmail.com","dop":"2025-04-06","serial_number":"19024072169478","imei1":"19024072169478","imei2":"19024072169478","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:18:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155685,"job_number":"JOB_155685","tr_customer_id":155702,"tr_customer_product_id":155692,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:21:57.000Z","modified_at":"2026-01-16T06:22:35.000Z","name":"Samir D'Amore","mobile_number":"287-776-3356","email_id":"Penelope46@yahoo.com","dop":"2025-06-18","serial_number":"10347834948635","imei1":"10347834948635","imei2":"10347834948635","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:22:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155688,"job_number":"JOB_155688","tr_customer_id":155705,"tr_customer_product_id":155695,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:22:43.000Z","modified_at":"2026-01-16T06:23:20.000Z","name":"Cicero Tillman","mobile_number":"475-579-0102","email_id":"Will83@yahoo.com","dop":"2025-06-18","serial_number":"10857174494582","imei1":"10857174494582","imei2":"10857174494582","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:23:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155692,"job_number":"JOB_155692","tr_customer_id":155709,"tr_customer_product_id":155699,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:27:02.000Z","modified_at":"2026-01-16T06:27:38.000Z","name":"Torey Kozey","mobile_number":"636-891-6782","email_id":"Maurice_Adams78@yahoo.com","dop":"2025-04-06","serial_number":"11986473215005","imei1":"11986473215005","imei2":"11986473215005","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:27:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155695,"job_number":"JOB_155695","tr_customer_id":155712,"tr_customer_product_id":155702,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:27:45.000Z","modified_at":"2026-01-16T06:28:20.000Z","name":"Darrell Miller","mobile_number":"719-750-9013","email_id":"Gideon_Goyette94@yahoo.com","dop":"2025-04-06","serial_number":"17237194779382","imei1":"17237194779382","imei2":"17237194779382","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:28:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155698,"job_number":"JOB_155698","tr_customer_id":155715,"tr_customer_product_id":155705,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:28:27.000Z","modified_at":"2026-01-16T06:29:03.000Z","name":"Nasir Welch","mobile_number":"897-283-4490","email_id":"Leslie.Schulist74@gmail.com","dop":"2025-04-06","serial_number":"19464405202138","imei1":"19464405202138","imei2":"19464405202138","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:29:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155703,"job_number":"JOB_155703","tr_customer_id":155720,"tr_customer_product_id":155710,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:29:30.000Z","modified_at":"2026-01-16T06:30:11.000Z","name":"Ollie Stroman","mobile_number":"478-870-0177","email_id":"Ada.Block@yahoo.com","dop":"2025-04-06","serial_number":"16953975620819","imei1":"16953975620819","imei2":"16953975620819","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:30:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155706,"job_number":"JOB_155706","tr_customer_id":155723,"tr_customer_product_id":155713,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:30:19.000Z","modified_at":"2026-01-16T06:31:00.000Z","name":"Rigoberto Jacobson","mobile_number":"569-401-2122","email_id":"Crawford.Roberts76@gmail.com","dop":"2025-04-06","serial_number":"12380357433051","imei1":"12380357433051","imei2":"12380357433051","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:31:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155709,"job_number":"JOB_155709","tr_customer_id":155726,"tr_customer_product_id":155716,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:31:08.000Z","modified_at":"2026-01-16T06:31:49.000Z","name":"Alejandra Reilly","mobile_number":"780-420-5912","email_id":"Bertha54@yahoo.com","dop":"2025-04-06","serial_number":"18483580835511","imei1":"18483580835511","imei2":"18483580835511","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:31:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155711,"job_number":"JOB_155711","tr_customer_id":155728,"tr_customer_product_id":155718,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:33:23.000Z","modified_at":"2026-01-16T06:34:14.000Z","name":"Wilton Stehr","mobile_number":"271-924-0498","email_id":"Isac_Effertz57@yahoo.com","dop":"2025-04-06","serial_number":"18310168636984","imei1":"18310168636984","imei2":"18310168636984","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:34:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155715,"job_number":"JOB_155715","tr_customer_id":155732,"tr_customer_product_id":155722,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:34:13.000Z","modified_at":"2026-01-16T06:34:55.000Z","name":"Mike Yundt","mobile_number":"256-731-8532","email_id":"Leopold13@yahoo.com","dop":"2025-04-06","serial_number":"16034146038240","imei1":"16034146038240","imei2":"16034146038240","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:34:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155718,"job_number":"JOB_155718","tr_customer_id":155735,"tr_customer_product_id":155725,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:34:34.000Z","modified_at":"2026-01-16T06:35:11.000Z","name":"Mafalda McKenzie","mobile_number":"920-632-5357","email_id":"Westley_Bartell48@yahoo.com","dop":"2000-01-31","serial_number":"10845527250382","imei1":"10845527250382","imei2":"10845527250382","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:35:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155721,"job_number":"JOB_155721","tr_customer_id":155738,"tr_customer_product_id":155728,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:35:04.000Z","modified_at":"2026-01-16T06:35:54.000Z","name":"Jamison Lockman","mobile_number":"833-480-5080","email_id":"Glenda24@hotmail.com","dop":"2025-04-06","serial_number":"11180391073842","imei1":"11180391073842","imei2":"11180391073842","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:35:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155724,"job_number":"JOB_155724","tr_customer_id":155741,"tr_customer_product_id":155731,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:35:18.000Z","modified_at":"2026-01-16T06:35:54.000Z","name":"Laurianne Auer","mobile_number":"786-311-5641","email_id":"Selmer7@yahoo.com","dop":"2000-01-31","serial_number":"10684109007475","imei1":"10684109007475","imei2":"10684109007475","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:35:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155727,"job_number":"JOB_155727","tr_customer_id":155744,"tr_customer_product_id":155734,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:35:51.000Z","modified_at":"2026-01-16T06:36:29.000Z","name":"Eva Rippin","mobile_number":"651-415-0665","email_id":"Amber.Bergnaum@yahoo.com","dop":"2025-04-06","serial_number":"12282164406009","imei1":"12282164406009","imei2":"12282164406009","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:36:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155730,"job_number":"JOB_155730","tr_customer_id":155747,"tr_customer_product_id":155737,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:36:01.000Z","modified_at":"2026-01-16T06:36:36.000Z","name":"Gerda Lubowitz","mobile_number":"270-389-9105","email_id":"Vivienne_Marks54@gmail.com","dop":"2000-01-31","serial_number":"10037800508870","imei1":"10037800508870","imei2":"10037800508870","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:36:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155732,"job_number":"JOB_155732","tr_customer_id":155749,"tr_customer_product_id":155739,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:36:02.000Z","modified_at":"2026-01-16T06:36:42.000Z","name":"Retha Doyle","mobile_number":"322-358-5895","email_id":"Lucy.Wilderman@yahoo.com","dop":"2025-04-06","serial_number":"14618890772741","imei1":"14618890772741","imei2":"14618890772741","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:36:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155736,"job_number":"JOB_155736","tr_customer_id":155753,"tr_customer_product_id":155743,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:36:37.000Z","modified_at":"2026-01-16T06:37:14.000Z","name":"Lacey Hessel","mobile_number":"568-278-2896","email_id":"Shanny.Blick97@yahoo.com","dop":"2025-04-06","serial_number":"13713984603110","imei1":"13713984603110","imei2":"13713984603110","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:37:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155739,"job_number":"JOB_155739","tr_customer_id":155756,"tr_customer_product_id":155746,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:36:44.000Z","modified_at":"2026-01-16T06:37:19.000Z","name":"Dejon Lakin","mobile_number":"335-907-8039","email_id":"Lauren.Hayes92@yahoo.com","dop":"2000-01-31","serial_number":"10267037698192","imei1":"10267037698192","imei2":"10267037698192","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:37:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155742,"job_number":"JOB_155742","tr_customer_id":155759,"tr_customer_product_id":155749,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:37:22.000Z","modified_at":"2026-01-16T06:38:00.000Z","name":"Jayme Douglas","mobile_number":"532-355-5229","email_id":"Mikel_Padberg62@gmail.com","dop":"2025-04-06","serial_number":"12386822199817","imei1":"12386822199817","imei2":"12386822199817","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:38:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155745,"job_number":"JOB_155745","tr_customer_id":155762,"tr_customer_product_id":155752,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:40:24.000Z","modified_at":"2026-01-16T06:41:00.000Z","name":"Litzy Becker","mobile_number":"927-899-7268","email_id":"Alfonso.Johnston31@yahoo.com","dop":"2025-04-06","serial_number":"17301731604560","imei1":"17301731604560","imei2":"17301731604560","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:41:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155748,"job_number":"JOB_155748","tr_customer_id":155765,"tr_customer_product_id":155755,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:41:07.000Z","modified_at":"2026-01-16T06:41:43.000Z","name":"Mariano Rice","mobile_number":"468-584-7081","email_id":"Coy.Kassulke63@yahoo.com","dop":"2025-04-06","serial_number":"12971650487339","imei1":"12971650487339","imei2":"12971650487339","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:41:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155750,"job_number":"JOB_155750","tr_customer_id":155767,"tr_customer_product_id":155757,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:41:19.000Z","modified_at":"2026-01-16T06:41:58.000Z","name":"Era Conn","mobile_number":"211-457-8514","email_id":"Colleen71@gmail.com","dop":"2025-04-06","serial_number":"14607941375750","imei1":"14607941375750","imei2":"14607941375750","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:41:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155753,"job_number":"JOB_155753","tr_customer_id":155770,"tr_customer_product_id":155760,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:41:22.000Z","modified_at":"2026-01-16T06:41:58.000Z","name":"Jessika Sauer","mobile_number":"974-395-5344","email_id":"Kevon_Gutkowski66@gmail.com","dop":"2025-04-06","serial_number":"17489862917540","imei1":"17489862917540","imei2":"17489862917540","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:41:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155755,"job_number":"JOB_155755","tr_customer_id":155772,"tr_customer_product_id":155762,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:41:42.000Z","modified_at":"2026-01-16T06:42:21.000Z","name":"Daphne Bechtelar","mobile_number":"808-234-3950","email_id":"Cristobal.Conn@gmail.com","dop":"2025-04-06","serial_number":"13859799202004","imei1":"13859799202004","imei2":"13859799202004","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:42:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155758,"job_number":"JOB_155758","tr_customer_id":155775,"tr_customer_product_id":155765,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:41:50.000Z","modified_at":"2026-01-16T06:42:26.000Z","name":"Cassandre Jacobi","mobile_number":"850-268-7166","email_id":"Norwood.Barton5@yahoo.com","dop":"2025-04-06","serial_number":"14243627246357","imei1":"14243627246357","imei2":"14243627246357","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:42:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155762,"job_number":"JOB_155762","tr_customer_id":155779,"tr_customer_product_id":155769,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:42:06.000Z","modified_at":"2026-01-16T06:42:49.000Z","name":"Lambert Romaguera","mobile_number":"575-935-0067","email_id":"Berta_Macejkovic@gmail.com","dop":"2025-04-06","serial_number":"14883302352445","imei1":"14883302352445","imei2":"14883302352445","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:42:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155766,"job_number":"JOB_155766","tr_customer_id":155783,"tr_customer_product_id":155773,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:42:57.000Z","modified_at":"2026-01-16T06:43:37.000Z","name":"Jerad Ratke","mobile_number":"442-531-9934","email_id":"Regan_OKon21@hotmail.com","dop":"2025-04-06","serial_number":"14751056389494","imei1":"14751056389494","imei2":"14751056389494","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:43:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155769,"job_number":"JOB_155769","tr_customer_id":155786,"tr_customer_product_id":155776,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:46:44.000Z","modified_at":"2026-01-16T06:47:19.000Z","name":"Angelita Cremin","mobile_number":"999-346-0038","email_id":"Karelle56@gmail.com","dop":"2025-04-06","serial_number":"19340401206102","imei1":"19340401206102","imei2":"19340401206102","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:47:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155771,"job_number":"JOB_155771","tr_customer_id":155788,"tr_customer_product_id":155778,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:46:50.000Z","modified_at":"2026-01-16T06:47:34.000Z","name":"Assunta Olson","mobile_number":"694-867-5601","email_id":"Katelyn.Crona21@yahoo.com","dop":"2025-04-06","serial_number":"14506832890592","imei1":"14506832890592","imei2":"14506832890592","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:47:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155774,"job_number":"JOB_155774","tr_customer_id":155791,"tr_customer_product_id":155781,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:47:26.000Z","modified_at":"2026-01-16T06:48:00.000Z","name":"Jimmie Bins","mobile_number":"950-428-2732","email_id":"Mae.Kirlin41@hotmail.com","dop":"2025-04-06","serial_number":"11906500997937","imei1":"11906500997937","imei2":"11906500997937","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:48:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155777,"job_number":"JOB_155777","tr_customer_id":155794,"tr_customer_product_id":155784,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:48:07.000Z","modified_at":"2026-01-16T06:48:42.000Z","name":"Ashlynn Farrell","mobile_number":"461-825-6931","email_id":"Charley.Boyle@yahoo.com","dop":"2025-04-06","serial_number":"15723477770811","imei1":"15723477770811","imei2":"15723477770811","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:48:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155779,"job_number":"JOB_155779","tr_customer_id":155796,"tr_customer_product_id":155786,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T07:00:16.000Z","modified_at":"2026-01-16T07:00:53.000Z","name":"Alysha Botsford","mobile_number":"371-683-7753","email_id":"Frida.Kreiger@gmail.com","dop":"2025-04-06","serial_number":"15936738577588","imei1":"15936738577588","imei2":"15936738577588","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T07:00:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155787,"job_number":"JOB_155787","tr_customer_id":155804,"tr_customer_product_id":155794,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T07:42:34.000Z","modified_at":"2026-01-16T07:43:13.000Z","name":"Nathanael Moen","mobile_number":"999-980-8246","email_id":"Mariela.Kozey62@hotmail.com","dop":"2025-04-06","serial_number":"14422282238553","imei1":"14422282238553","imei2":"14422282238553","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T07:43:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155491,"job_number":"JOB_155491","tr_customer_id":155508,"tr_customer_product_id":155498,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:19.000Z","modified_at":"2026-01-16T03:50:42.000Z","name":"Kianna Walter","mobile_number":"766-473-7208","email_id":"Elvie.Halvorson@yahoo.com","dop":"2025-10-01","serial_number":"12643475059657","imei1":"12643475059657","imei2":"12643475059657","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:50:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155540,"job_number":"JOB_155540","tr_customer_id":155557,"tr_customer_product_id":155547,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:12.000Z","modified_at":"2026-01-16T03:51:22.000Z","name":"Luis Romaguera","mobile_number":"868-464-5699","email_id":"Ona96@hotmail.com","dop":"2025-06-09","serial_number":"101696792019597","imei1":"101696792019597","imei2":"101696792019597","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:51:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155556,"job_number":"JOB_155556","tr_customer_id":155573,"tr_customer_product_id":155563,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:26.000Z","modified_at":"2026-01-16T03:51:36.000Z","name":"Enrique Runolfsdottir","mobile_number":"768-879-1361","email_id":"Hester.Boehm51@gmail.com","dop":"2025-06-09","serial_number":"105072518539991","imei1":"105072518539991","imei2":"105072518539991","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:51:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155573,"job_number":"JOB_155573","tr_customer_id":155590,"tr_customer_product_id":155580,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:41.000Z","modified_at":"2026-01-16T03:51:51.000Z","name":"Joanie Franecki","mobile_number":"901-445-1012","email_id":"Buster.Gottlieb5@gmail.com","dop":"2025-06-09","serial_number":"103865359975097","imei1":"103865359975097","imei2":"103865359975097","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:51:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155635,"job_number":"JOB_155635","tr_customer_id":155652,"tr_customer_product_id":155642,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:50:59.000Z","modified_at":"2026-01-16T04:51:04.000Z","name":"saitama sensei","mobile_number":"248-751-1631","email_id":"saitama@yopmail.com","dop":"2026-01-10","serial_number":"47399400994679","imei1":"47399400994679","imei2":"47399400994679","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T04:51:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155636,"job_number":"JOB_155636","tr_customer_id":155653,"tr_customer_product_id":155643,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:51:05.000Z","modified_at":"2026-01-16T04:51:11.000Z","name":"tanjiro kamado","mobile_number":"988-706-9340","email_id":"tanjiro@g.com","dop":"2026-01-10","serial_number":"279171853241368","imei1":"279171853241368","imei2":"279171853241368","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T04:51:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155637,"job_number":"JOB_155637","tr_customer_id":155654,"tr_customer_product_id":155644,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:51:13.000Z","modified_at":"2026-01-16T04:51:18.000Z","name":"giyu tomiaka","mobile_number":"785-583-9338","email_id":"giyu@g.com","dop":"2026-01-10","serial_number":"268699225418318","imei1":"268699225418318","imei2":"268699225418318","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T04:51:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155644,"job_number":"JOB_155644","tr_customer_id":155661,"tr_customer_product_id":155651,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:57:29.000Z","modified_at":"2026-01-16T04:57:34.000Z","name":"saitama sensei","mobile_number":"874-541-6279","email_id":"saitama@yopmail.com","dop":"2026-01-10","serial_number":"497171649338053","imei1":"497171649338053","imei2":"497171649338053","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T04:57:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155645,"job_number":"JOB_155645","tr_customer_id":155662,"tr_customer_product_id":155652,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:57:36.000Z","modified_at":"2026-01-16T04:57:40.000Z","name":"tanjiro kamado","mobile_number":"765-262-5354","email_id":"tanjiro@g.com","dop":"2026-01-10","serial_number":"612205718039404","imei1":"612205718039404","imei2":"612205718039404","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T04:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155646,"job_number":"JOB_155646","tr_customer_id":155663,"tr_customer_product_id":155653,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:57:41.000Z","modified_at":"2026-01-16T04:57:47.000Z","name":"giyu tomiaka","mobile_number":"870-634-2232","email_id":"giyu@g.com","dop":"2026-01-10","serial_number":"926735047862750","imei1":"926735047862750","imei2":"926735047862750","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T04:57:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155660,"job_number":"JOB_155660","tr_customer_id":155677,"tr_customer_product_id":155667,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:16:09.000Z","modified_at":"2026-01-16T06:16:19.000Z","name":"Brain Ziemann","mobile_number":"817-293-2111","email_id":"Angelo.Howe11@yahoo.com","dop":"2025-11-04","serial_number":"27372645612775","imei1":"27372645612775","imei2":"27372645612775","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:16:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155661,"job_number":"JOB_155661","tr_customer_id":155678,"tr_customer_product_id":155668,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:16:23.000Z","modified_at":"2026-01-16T06:16:47.000Z","name":"Jacklyn Ritchie","mobile_number":"359-464-7744","email_id":"Xzavier43@gmail.com","dop":"2025-11-04","serial_number":"51181756420704","imei1":"51181756420704","imei2":"51181756420704","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:16:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155667,"job_number":"JOB_155667","tr_customer_id":155684,"tr_customer_product_id":155674,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:16:59.000Z","modified_at":"2026-01-16T06:17:20.000Z","name":"London Anderson","mobile_number":"879-652-3082","email_id":"Ceasar_Ortiz22@yahoo.com","dop":"2025-10-01","serial_number":"16020492474347","imei1":"16020492474347","imei2":"16020492474347","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:17:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155672,"job_number":"JOB_155672","tr_customer_id":155689,"tr_customer_product_id":155679,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:19:18.000Z","modified_at":"2026-01-16T06:19:28.000Z","name":"Henri Wiegand","mobile_number":"572-809-5221","email_id":"Demetrius.Ledner51@gmail.com","dop":"2025-06-09","serial_number":"101352267333727","imei1":"101352267333727","imei2":"101352267333727","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:19:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155675,"job_number":"JOB_155675","tr_customer_id":155692,"tr_customer_product_id":155682,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:19:33.000Z","modified_at":"2026-01-16T06:19:43.000Z","name":"Jalyn Lang","mobile_number":"520-674-1694","email_id":"Amber_Weimann@hotmail.com","dop":"2025-06-09","serial_number":"108675004765256","imei1":"108675004765256","imei2":"108675004765256","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:19:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155678,"job_number":"JOB_155678","tr_customer_id":155695,"tr_customer_product_id":155685,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:19:48.000Z","modified_at":"2026-01-16T06:19:58.000Z","name":"Arianna Kuhlman","mobile_number":"258-389-0077","email_id":"Garrett.Herzog44@yahoo.com","dop":"2025-06-09","serial_number":"107519804436607","imei1":"107519804436607","imei2":"107519804436607","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:19:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155680,"job_number":"JOB_155680","tr_customer_id":155697,"tr_customer_product_id":155687,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:21:02.000Z","modified_at":"2026-01-16T06:21:12.000Z","name":"shoaib shaikh","mobile_number":"9191987787","email_id":"shaikhshoaib@gmail.com","dop":"2025-12-13","serial_number":"69891090792801","imei1":"69891090792801","imei2":"69891090792801","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:21:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155681,"job_number":"JOB_155681","tr_customer_id":155698,"tr_customer_product_id":155688,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:21:17.000Z","modified_at":"2026-01-16T06:21:27.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"10508605830768","imei1":"10508605830768","imei2":"10508605830768","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:21:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155682,"job_number":"JOB_155682","tr_customer_id":155699,"tr_customer_product_id":155689,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:21:31.000Z","modified_at":"2026-01-16T06:21:41.000Z","name":"jatin sharma","mobile_number":"9191976787","email_id":"jatinvsharma@gmail.com","dop":"2025-12-13","serial_number":"52494104589384","imei1":"52494104589384","imei2":"52494104589384","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:21:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155700,"job_number":"JOB_155700","tr_customer_id":155717,"tr_customer_product_id":155707,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:28:59.000Z","modified_at":"2026-01-16T06:29:09.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"66704215038985","imei1":"66704215038985","imei2":"66704215038985","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:29:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155701,"job_number":"JOB_155701","tr_customer_id":155718,"tr_customer_product_id":155708,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:29:13.000Z","modified_at":"2026-01-16T06:29:24.000Z","name":"jatin sharma","mobile_number":"9191976787","email_id":"jatinvsharma@gmail.com","dop":"2025-12-13","serial_number":"19299433226645","imei1":"19299433226645","imei2":"19299433226645","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:29:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155781,"job_number":"JOB_155781","tr_customer_id":155798,"tr_customer_product_id":155788,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T07:24:24.000Z","modified_at":"2026-01-16T07:24:35.000Z","name":"Ewald O'Kon","mobile_number":"878-426-9764","email_id":"Jennings_Jacobi@hotmail.com","dop":"2025-11-04","serial_number":"86801042517635","imei1":"86801042517635","imei2":"86801042517635","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T07:24:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155782,"job_number":"JOB_155782","tr_customer_id":155799,"tr_customer_product_id":155789,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T07:24:39.000Z","modified_at":"2026-01-16T07:24:51.000Z","name":"Marielle Schoen","mobile_number":"557-337-2290","email_id":"Dena.Ritchie@yahoo.com","dop":"2025-11-04","serial_number":"97713114123277","imei1":"97713114123277","imei2":"97713114123277","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T07:24:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155783,"job_number":"JOB_155783","tr_customer_id":155800,"tr_customer_product_id":155790,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T07:24:57.000Z","modified_at":"2026-01-16T07:25:13.000Z","name":"Ismael Von","mobile_number":"473-578-3510","email_id":"Myriam_Mante5@yahoo.com","dop":"2025-11-04","serial_number":"77724937856255","imei1":"77724937856255","imei2":"77724937856255","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T07:25:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155789,"job_number":"JOB_155789","tr_customer_id":155806,"tr_customer_product_id":155796,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T07:42:50.000Z","modified_at":"2026-01-16T07:43:01.000Z","name":"Ruby Jerde","mobile_number":"325-899-3758","email_id":"Jack.Jerde20@hotmail.com","dop":"2025-11-04","serial_number":"66921671520550","imei1":"66921671520550","imei2":"66921671520550","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T07:43:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/qc
Response Information
Response Code: 200 - OK
Mean time per request: 277ms
Mean size per request: 1021B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODU0OTM5Mn0.ZYyrHhL-lsGqe54LGiUbhp-oHrAlRYRTUgiIUGGTdSg
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 459e60a6-1056-4b86-b826-0885b499cee7
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 1021
ETag W/"3fd-IOgJ/h6ZYORn5SDyVoSpeX0bRzM"
Vary Accept-Encoding
Date Fri, 16 Jan 2026 07:43:14 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":155790,"job_number":"JOB_155790","tr_customer_id":155807,"tr_customer_product_id":155797,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T07:43:05.000Z","modified_at":"2026-01-16T07:43:12.000Z","name":"Keanu Reichel","mobile_number":"742-495-9768","email_id":"Maryse_Huels@yahoo.com","dop":"2025-11-04","serial_number":"56767976450249","imei1":"56767976450249","imei2":"56767976450249","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-01-16T07:43:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"job_id":98100}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/qc
Response Information
Response Code: 200 - OK
Mean time per request: 254ms
Mean size per request: 49B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODU0OTM5Mn0.ZYyrHhL-lsGqe54LGiUbhp-oHrAlRYRTUgiIUGGTdSg
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 720afcd9-12e7-45f0-b68e-8f914b49d331
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 24
Request Body
{
            "job_id": 155790
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 49
ETag W/"31-mme4/gAy7n3u0+fm11JLWXqB5Dc"
Vary Accept-Encoding
Date Fri, 16 Jan 2026 07:43:14 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"QC completed successfully","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/qc
Response Information
Response Code: 200 - OK
Mean time per request: 272ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODU0OTM5Mn0.ZYyrHhL-lsGqe54LGiUbhp-oHrAlRYRTUgiIUGGTdSg
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 24add7b5-6ecc-49f6-bc1a-64fa09bf18ad
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Fri, 16 Jan 2026 07:43:14 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamfd","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 250ms
Mean size per request: 690B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 8292986b-fab9-49c8-a547-8509e9c15cca
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 42
Request Body
{"username":"iamfd","password":"password"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 690
ETag W/"2b2-TwZUsrjyrknA9aAReSO2/wUJr2Y"
Vary Accept-Encoding
Date Fri, 16 Jan 2026 07:43:14 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg1NDkzOTR9.EDXRZujqwCRcPB66ZLisOILCPFsaC_3InzELZdqzVTA"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"1af-Hx7rWnhMedRwRJUvWdcdDLlvRd0"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 249ms
Mean size per request: 438B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg1NDkzODJ9.7Q_cftzxwaYd9kRfPtYAbNXiAp6wEuaefivGfjrL8NY
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 76ba4dbe-f4dd-4888-aaba-2e8055c9178c
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 438
ETag W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"
Vary Accept-Encoding
Date Fri, 16 Jan 2026 07:43:15 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"ca-jAuD6auKdGVIj/PAp8hCwAtCfbU"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 262ms
Mean size per request: 242B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg1NDkzODJ9.7Q_cftzxwaYd9kRfPtYAbNXiAp6wEuaefivGfjrL8NY
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token d77dfafd-fc4d-4092-a238-6e3845741930
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-PvhNxeA/DZApZ2HSR89q1bFG4/M"
Vary Accept-Encoding
Date Fri, 16 Jan 2026 07:43:15 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":1},{"label":"Created today","key":"created_today","count":367},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"pending_for_delivery"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 261ms
Mean size per request: 1012B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg1NDkzODJ9.7Q_cftzxwaYd9kRfPtYAbNXiAp6wEuaefivGfjrL8NY
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 4bebfe5f-ca7c-4314-b9d4-59e23b623c25
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 38
Request Body
{"details_key":"pending_for_delivery"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 1012
ETag W/"3f4-ciFYRT+KPSu9zYyQp0Sdli5Iec0"
Vary Accept-Encoding
Date Fri, 16 Jan 2026 07:43:15 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":155790,"job_number":"JOB_155790","tr_customer_id":155807,"tr_customer_product_id":155797,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T07:43:05.000Z","modified_at":"2026-01-16T07:43:14.000Z","name":"Keanu Reichel","mobile_number":"742-495-9768","email_id":"Maryse_Huels@yahoo.com","dop":"2025-11-04","serial_number":"56767976450249","imei1":"56767976450249","imei2":"56767976450249","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-16T07:43:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/fd/readyfordelivery' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/fd/readyfordelivery
Response Information
Response Code: 200 - OK
Mean time per request: 265ms
Mean size per request: 1012B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg1NDkzODJ9.7Q_cftzxwaYd9kRfPtYAbNXiAp6wEuaefivGfjrL8NY
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 023cb5c2-3def-4b64-ad0e-5c19587f6639
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 1012
ETag W/"3f4-ciFYRT+KPSu9zYyQp0Sdli5Iec0"
Vary Accept-Encoding
Date Fri, 16 Jan 2026 07:43:16 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":155790,"job_number":"JOB_155790","tr_customer_id":155807,"tr_customer_product_id":155797,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T07:43:05.000Z","modified_at":"2026-01-16T07:43:14.000Z","name":"Keanu Reichel","mobile_number":"742-495-9768","email_id":"Maryse_Huels@yahoo.com","dop":"2025-11-04","serial_number":"56767976450249","imei1":"56767976450249","imei2":"56767976450249","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-16T07:43:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/fd/delivertocustomer' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"job_id":98100}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/fd/delivertocustomer
Response Information
Response Code: 200 - OK
Mean time per request: 257ms
Mean size per request: 58B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg1NDkzODJ9.7Q_cftzxwaYd9kRfPtYAbNXiAp6wEuaefivGfjrL8NY
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 6b3bff43-7936-4ad0-9f8e-9912704f987f
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 24
Request Body
{
            "job_id": 155790
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 58
ETag W/"3a-3WdMDfucbYXvuH7Sl4ZX4bUclMI"
Vary Accept-Encoding
Date Fri, 16 Jan 2026 07:43:16 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Delivered to customer successfully","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/search' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDUyMjJ9.YREOhYz69EGXsaEozCw6Ugj3PVEi1zWT1bB4uvrhA9o' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"searchText":"JOB_98100"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/search
Response Information
Response Code: 200 - OK
Mean time per request: 256ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg1NDkzODJ9.7Q_cftzxwaYd9kRfPtYAbNXiAp6wEuaefivGfjrL8NY
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token fe1ba822-3e75-489d-974e-86605de8c737
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 26
Request Body
{"searchText":"JOB_98100"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Fri, 16 Jan 2026 07:43:16 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_98100' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDUyMjJ9.YREOhYz69EGXsaEozCw6Ugj3PVEi1zWT1bB4uvrhA9o' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/details/155790
Response Information
Response Code: 200 - OK
Mean time per request: 255ms
Mean size per request: 33B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg1NDkzODJ9.7Q_cftzxwaYd9kRfPtYAbNXiAp6wEuaefivGfjrL8NY
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 5c22925f-cd38-4ae4-806a-dd3b30515ea4
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 33
ETag W/"21-a549D1gRd+HW17tYvMzi9u5U1G4"
Vary Accept-Encoding
Date Fri, 16 Jan 2026 07:43:16 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":null}
Test Information
No Tests for this request
Request Information
Request Method: GET
Request URL:
Response Information
Response Code: -
Mean time per request: 0ms
Mean size per request: 0B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Response Headers
Response Body
No Response Body for this request
Test Information
No Tests for this request
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 250ms
Mean size per request: 690B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Content-Type application/json
DemoHeader Singh
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token a46591eb-bd99-480b-aef5-e261f75aad1a
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 58
Request Body
{
            "username": "iamfd",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 690
ETag W/"2b2-aYFTMu7qGkv0YwOZorD2lciKJlw"
Vary Accept-Encoding
Date Fri, 16 Jan 2026 07:43:17 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg1NDkzOTd9.nLkBMufPP_WzEI6E-t_2RVeXhNbxgrV8WsNYSflu7Uk"}}
Test Information
NamePassedFailedSkipped
Verify if the status code is 200 1 0 0
Verify that message should be 'Success' 1 0 0
Verify that token shoukd be valid 1 0 0
Verify JSON Success 1 0 0
Verify the resposne time is below 400ms 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 250ms
Mean size per request: 111B

Test Pass Percentage
67 %
Request Headers
Header NameHeader Value
Content-Type application/json
DemoHeader Singh
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 34920229-e51f-47b3-9a53-d4a5114957ee
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 71
Request Body
{
            "username": "{{invalidusername}}",
            "password": "Pass123"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 111
ETag W/"6f-3WIQw9DELuoisWKKy7VM2hiZxXA"
Vary Accept-Encoding
Date Fri, 16 Jan 2026 07:43:17 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"Invalid username or password","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify correct error message is shown 1 0 0
Verify correct error status is shown 0 1 0
Verify jsonSchema 1 0 0
Total 2 1 0
Test Failure
Test NameAssertion Error
Verify correct error status is shown
expected 500 to equal 401
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 248ms
Mean size per request: 98B

Test Pass Percentage
67 %
Request Headers
Header NameHeader Value
Content-Type application/json
DemoHeader Singh
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token e3c816e5-9759-48c7-8715-9bdd9226bcee
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 45
Request Body
{
            "username": "",
            "password": ""
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 98
ETag W/"62-jXdd8I0DBicnbx0aboTHyS7NZuM"
Vary Accept-Encoding
Date Fri, 16 Jan 2026 07:43:17 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"Invalid request","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify correct error message is shown 1 0 0
Verify correct error status is shown 0 1 0
Verify jsonSchema 1 0 0
Total 2 1 0
Test Failure
Test NameAssertion Error
Verify correct error status is shown
expected 500 to equal 400
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 249ms
Mean size per request: 438B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg1NDkzOTd9.nLkBMufPP_WzEI6E-t_2RVeXhNbxgrV8WsNYSflu7Uk
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 78934bd8-c106-4ce1-87f0-877cbb7a8dc8
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 438
ETag W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"
Vary Accept-Encoding
Date Fri, 16 Jan 2026 07:43:17 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
Test Information
NamePassedFailedSkipped
Verify if status code is 200 1 0 0
Verify if response message is success 1 0 0
Verify the response tine is below 400ms 1 0 0
Verify user data is present in response 1 0 0
Verify JSON Response Schema 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 250ms
Mean size per request: 438B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg1NDkzOTd9.nLkBMufPP_WzEI6E-t_2RVeXhNbxgrV8WsNYSflu7Uk
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token dad735bf-c900-4457-9d91-adda8d958085
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 438
ETag W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"
Vary Accept-Encoding
Date Fri, 16 Jan 2026 07:43:18 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
Test Information
NamePassedFailedSkipped
Security:Veirfy if passowrd field is not present in the response 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Security:Veirfy if passowrd field is not present in the response
expected { id: 4, first_name: 'fd', …(14) } to not have property 'password'
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 247ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg1NDkzOTd9.nLkBMufPP_WzEI6E-t_2RVeXhNbxgrV8WsNYSflu7Uk
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 5c51cb97-32e9-4eba-8b31-1e0bc1111c18
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Fri, 16 Jan 2026 07:43:18 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify status code is 401 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 266ms
Mean size per request: 242B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg1NDkzOTd9.nLkBMufPP_WzEI6E-t_2RVeXhNbxgrV8WsNYSflu7Uk
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 2d4e881f-ab7c-44ec-87d0-8d5771372ee8
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-w7UK6D19B+uHUR+hdzZujPg773I"
Vary Accept-Encoding
Date Fri, 16 Jan 2026 07:43:18 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":0},{"label":"Created today","key":"created_today","count":367},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
NamePassedFailedSkipped
Verify that status code is 200 1 0 0
Verify that response time is below 500ms 1 0 0
Verify if response message is success 1 0 0
Verify JSON Schema 1 0 0
Verify if the length of the data array is 3 1 0 0
Verify if the keys are present in response data Array 1 0 0
Verify if the count for the Json object Pending for delivery is Number or not 1 0 0
Verify if the count for the Json object Created today is Number or not 1 0 0
Verify if the count for the Json object Pending for FST assignment is Number or not 1 0 0
Total 9 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 247ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg1NDkzOTd9.nLkBMufPP_WzEI6E-t_2RVeXhNbxgrV8WsNYSflu7Uk
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 6d45920d-90a1-4da8-b3cc-0c1df96ea7ab
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Fri, 16 Jan 2026 07:43:19 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify status code is 401 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 262ms
Mean size per request: 242B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg1NDkzOTd9.nLkBMufPP_WzEI6E-t_2RVeXhNbxgrV8WsNYSflu7Uk
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token b267f809-c636-419d-8550-de57331a9303
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-w7UK6D19B+uHUR+hdzZujPg773I"
Vary Accept-Encoding
Date Fri, 16 Jan 2026 07:43:19 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":0},{"label":"Created today","key":"created_today","count":367},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
NamePassedFailedSkipped
Verify status code is 401 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify status code is 401
expected response to have status code 403 but got 200
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTU5NjB9.nfvITuSMfYZ64YhDEuyZcSjywp2smDI8pOVYcgtzgwc' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 200 - OK
Mean time per request: 258ms
Mean size per request: 10.53KB

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg1NDkzOTd9.nLkBMufPP_WzEI6E-t_2RVeXhNbxgrV8WsNYSflu7Uk
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 3f4eb89e-12d8-4165-8092-4afc843f23c8
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM"
Vary Accept-Encoding
Content-Encoding gzip
Date Fri, 16 Jan 2026 07:43:19 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Test Information
NamePassedFailedSkipped
Status code is 200 1 0 0
Verify if response message is success 1 0 0
Verify that response time is below 500 1 0 0
Verify JSON Schema 1 0 0
Verify if the key mst_oem is present in the response body 1 0 0
Verify if the key mst_model is present in the response body 1 0 0
Verify if the key mst_action_status is present in the response body 1 0 0
Verify if the key mst_warrenty_status is present in the response body 1 0 0
Verify if the key mst_product is present in the response body 1 0 0
Verify if the key mst_role is present in the response body 1 0 0
Verify if the key mst_service_location is present in the response body 1 0 0
Verify if the key mst_problem is present in the response body 1 0 0
Verify if the key map_fst_pincode is present in the response body 1 0 0
Verify if the key is storing a non empty array 1 0 0
Total 14 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTU5NjB9.nfvITuSMfYZ64YhDEuyZcSjywp2smDI8pOVYcgtzgwc' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 247ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg1NDkzOTd9.nLkBMufPP_WzEI6E-t_2RVeXhNbxgrV8WsNYSflu7Uk
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 47127fbb-f60d-44d1-b33a-19d63a981335
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Fri, 16 Jan 2026 07:43:19 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify status code is 401 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTU5NjB9.nfvITuSMfYZ64YhDEuyZcSjywp2smDI8pOVYcgtzgwc' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 200 - OK
Mean time per request: 259ms
Mean size per request: 10.53KB

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg1NDkzOTd9.nLkBMufPP_WzEI6E-t_2RVeXhNbxgrV8WsNYSflu7Uk
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 98514aed-f916-4331-9bb2-8b9fb1818695
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM"
Vary Accept-Encoding
Content-Encoding gzip
Date Fri, 16 Jan 2026 07:43:20 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Test Information
NamePassedFailedSkipped
Verify status code is 401 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify status code is 401
expected response to have status code 403 but got 200
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 200 - OK
Mean time per request: 287ms
Mean size per request: 233B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg1NDkzOTd9.nLkBMufPP_WzEI6E-t_2RVeXhNbxgrV8WsNYSflu7Uk
randomnumber 27
randomFirstName Coralie
randomLastName Jerde
randomEmail Zetta.Crona44@gmail.com
randomPhone 708-487-9060
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 603a9da7-d7a6-4c13-b495-5bd41385011b
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1052
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
            "customer": {
                "first_name": "Pierce",
                "last_name": "Schinner",
                "mobile_number": "859-525-6249",
                "mobile_number_alt": "",
                "email_id": "Emelia32@hotmail.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "23",
                "apartment_name": "Ganga",
                "street_name": "ganga road",
                "landmark": "hgjhggjkkj",
                "area": "Ghartanpada",
                "pincode": "820023",
                "country": "India",
                "state": "Maharashtra"
            },
            "customer_product": {
                "dop": "2025-11-04T23:00:00.000Z",
                "serial_number":"30300147894998",
                "imei1": "30300147894998",
                "imei2": "30300147894998",
                "popurl": "2025-11-04T23:00:00.000Z",
                "product_id": 3,
                "mst_model_id": 3
            },
            "problems": [
                {
                    "id": 3,
                    "remark": ""
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 233
ETag W/"e9-dKGsBxfa2AmnPaTlGaH59ELaTxE"
Vary Accept-Encoding
Date Fri, 16 Jan 2026 07:43:20 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Job created successfully. ","data":{"id":155791,"mst_service_location_id":1,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"tr_customer_id":155808,"tr_customer_product_id":155798,"job_number":"JOB_155791"}}
Test Information
NamePassedFailedSkipped
Status code is 200 1 0 0
Verify if response message is Job Created Successfully 1 0 0
Verify that response time is below 500 1 0 0
Verify JSON Schema 1 0 0
Verify that id is present in the response data 1 0 0
Verify that mst_service_location_id is present in the response data 1 0 0
Verify that mst_platform_id is present in the response data 1 0 0
Verify that mst_warrenty_status_id is present in the response data 1 0 0
Verify that mst_oem_id is present in the response data 1 0 0
Verify that tr_customer_id is present in the response data 1 0 0
Verify that tr_customer_product_id is present in the response data 1 0 0
Verify that job_number is present in the response data 1 0 0
Verify job_number starts with JOB_ 1 0 0
Total 13 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 247ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg1NDkzOTd9.nLkBMufPP_WzEI6E-t_2RVeXhNbxgrV8WsNYSflu7Uk
randomnumber 88
randomFirstName Dillon
randomLastName Kautzer
randomEmail Arlie_Marvin50@yahoo.com
randomPhone 769-260-2165
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 3255737c-3e97-41fe-9b4a-4989dc599025
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1053
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
            "customer": {
                "first_name": "Katarina",
                "last_name": "Zemlak",
                "mobile_number": "915-257-5464",
                "mobile_number_alt": "",
                "email_id": "Bernita90@hotmail.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "23",
                "apartment_name": "Ganga",
                "street_name": "ganga road",
                "landmark": "hgjhggjkkj",
                "area": "Ghartanpada",
                "pincode": "820023",
                "country": "India",
                "state": "Maharashtra"
            },
            "customer_product": {
                "dop": "2025-11-04T23:00:00.000Z",
                "serial_number":"37682563323277",
                "imei1": "37682563323277",
                "imei2": "37682563323277",
                "popurl": "2025-11-04T23:00:00.000Z",
                "product_id": 3,
                "mst_model_id": 3
            },
            "problems": [
                {
                    "id": 3,
                    "remark": ""
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Fri, 16 Jan 2026 07:43:20 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify if the status code is 401 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 403 - Forbidden
Mean time per request: 248ms
Mean size per request: 100B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg1NDkzODh9.dfip84PJ5gEaspYvqIjqh4L53gCpw_ELDFBtbrSKkuo
randomnumber 36
randomFirstName Alva
randomLastName Green
randomEmail Brendan.Gulgowski32@hotmail.com
randomPhone 639-737-8901
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 3aa62a25-6176-46b6-8f93-59112f8d01a6
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1055
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
            "customer": {
                "first_name": "Kaley",
                "last_name": "Batz",
                "mobile_number": "727-697-1140",
                "mobile_number_alt": "",
                "email_id": "Eloy.Considine86@hotmail.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "23",
                "apartment_name": "Ganga",
                "street_name": "ganga road",
                "landmark": "hgjhggjkkj",
                "area": "Ghartanpada",
                "pincode": "820023",
                "country": "India",
                "state": "Maharashtra"
            },
            "customer_product": {
                "dop": "2025-11-04T23:00:00.000Z",
                "serial_number":"93836743232617",
                "imei1": "93836743232617",
                "imei2": "93836743232617",
                "popurl": "2025-11-04T23:00:00.000Z",
                "product_id": 3,
                "mst_model_id": 3
            },
            "problems": [
                {
                    "id": 3,
                    "remark": ""
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 100
ETag W/"64-Xjpp+ImmLdm0l7V0Jeu5bjN/7P4"
Vary Accept-Encoding
Date Fri, 16 Jan 2026 07:43:20 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":403,"message":"Permission denied","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify if the status code is 403 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 400 - Bad Request
Mean time per request: 248ms
Mean size per request: 279B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg1NDkzOTd9.nLkBMufPP_WzEI6E-t_2RVeXhNbxgrV8WsNYSflu7Uk
randomnumber 485
randomFirstName Jose
randomLastName Rath
randomEmail Rubie.Dietrich5@hotmail.com
randomPhone 796-460-2890
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 73012a3d-c27a-40af-9109-a40ada4dfc79
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 122
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 279
ETag W/"117-pI2NRiqqXTjFlE7JHZVj9IkY8oo"
Vary Accept-Encoding
Date Fri, 16 Jan 2026 07:43:21 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":400,"message":"Unexpected token } in JSON at position 121","expose":true,"statusCode":400,"body":"{\r\n    \"mst_service_location_id\": 0,\r\n    \"mst_platform_id\": 2,\r\n    \"mst_warrenty_status_id\": 1,\r\n    \"mst_oem_id\": 2,\r\n}","type":"entity.parse.failed"}
Test Information
NamePassedFailedSkipped
Verify if the status code is 400 1 0 0
Verify if the error message is shown 1 0 0
Total 2 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 249ms
Mean size per request: 143B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg1NDkzOTd9.nLkBMufPP_WzEI6E-t_2RVeXhNbxgrV8WsNYSflu7Uk
randomnumber 280
randomFirstName Hoyt
randomLastName Ledner
randomEmail Nicole47@hotmail.com
randomPhone 564-841-2627
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 7343cc54-a62d-4ae9-b814-6a40167e5e40
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1038
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
            "customer": {
                "first_name": "Alf",
                "last_name": "Quigley",
                "mobile_number": "331-553-8729",
                "mobile_number_alt": "",
                "email_id": "Bridie.Herzog@hotmail.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "23",
                "apartment_name": "Ganga",
                "street_name": "ganga road",
                "landmark": "hgjhggjkkj",
                "area": "Ghartanpada",
                "pincode": "820023",
                "country": "India",
                "state": "Maharashtra"
            },
            "customer_product": {
                "dop": "2025-11-04T23:00:00.000Z",
                "serial_number":"100000657",
                "imei1": "100000657",
                "imei2": "100000657",
                "popurl": "2025-11-04T23:00:00.000Z",
                "product_id": 3,
                "mst_model_id": 3
            },
            "problems": [
                {
                    "id": 3,
                    "remark": ""
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 143
ETag W/"8f-asfwh61GY//05D/sXjFd8ssjiig"
Vary Accept-Encoding
Date Fri, 16 Jan 2026 07:43:21 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"\"serial_number\" length must be at least 14 characters long","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify if the status code is 400 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify if the status code is 400
expected response to have status code 400 but got 500
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 400 - Bad Request
Mean time per request: 247ms
Mean size per request: 279B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg1NDkzOTd9.nLkBMufPP_WzEI6E-t_2RVeXhNbxgrV8WsNYSflu7Uk
randomnumber 67
randomFirstName Madison
randomLastName Berge
randomEmail Domenico_Bergnaum@hotmail.com
randomPhone 599-796-0103
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 84567304-9706-4442-bd85-400e5413c3df
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 122
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 279
ETag W/"117-pI2NRiqqXTjFlE7JHZVj9IkY8oo"
Vary Accept-Encoding
Date Fri, 16 Jan 2026 07:43:21 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":400,"message":"Unexpected token } in JSON at position 121","expose":true,"statusCode":400,"body":"{\r\n    \"mst_service_location_id\": 0,\r\n    \"mst_platform_id\": 2,\r\n    \"mst_warrenty_status_id\": 1,\r\n    \"mst_oem_id\": 2,\r\n}","type":"entity.parse.failed"}
Test Information
NamePassedFailedSkipped
Verify if the status code is 400 1 0 0
Verify if the error message is shown 1 0 0
Total 2 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 269ms
Mean size per request: 242B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg1NDkzOTd9.nLkBMufPP_WzEI6E-t_2RVeXhNbxgrV8WsNYSflu7Uk
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 9875abc8-c6ff-4c06-b92d-98077ce4eb65
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-NrWA7hs6P9aT0g4/pzo5J8e/b5o"
Vary Accept-Encoding
Date Fri, 16 Jan 2026 07:43:22 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":0},{"label":"Created today","key":"created_today","count":368},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
NamePassedFailedSkipped
Check if the count for the created jobs today is greater than the old value 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Check if the count for the created jobs today is greater than the old value
the argument to above must be a number
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"created_today"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 312ms
Mean size per request: 356.69KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg1NDkzOTd9.nLkBMufPP_WzEI6E-t_2RVeXhNbxgrV8WsNYSflu7Uk
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token c0e0b3e7-3fd7-4669-866b-956613732f4a
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 31
Request Body
{"details_key":"created_today"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"592be-vm2n5pEln7IyIxtIapwF4+wFtko"
Vary Accept-Encoding
Content-Encoding gzip
Date Fri, 16 Jan 2026 07:43:22 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":155424,"job_number":"JOB_155424","tr_customer_id":155441,"tr_customer_product_id":155431,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T02:42:48.000Z","modified_at":"2026-01-16T02:42:48.000Z","name":"Stanton Swift","mobile_number":"327-426-1232","email_id":"Nina14@hotmail.com","dop":"2025-04-06","serial_number":"15029261700906","imei1":"15029261700906","imei2":"15029261700906","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T02:42:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155425,"job_number":"JOB_155425","tr_customer_id":155442,"tr_customer_product_id":155432,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:48:46.000Z","modified_at":"2026-01-16T03:49:21.000Z","name":"Devon Hyatt","mobile_number":"631-498-1635","email_id":"Wiley.Wintheiser8@yahoo.com","dop":"2025-04-06","serial_number":"10511591984841","imei1":"10511591984841","imei2":"10511591984841","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:49:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155426,"job_number":"JOB_155426","tr_customer_id":155443,"tr_customer_product_id":155433,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:48:47.000Z","modified_at":"2026-01-16T03:48:56.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"82579717898673","imei1":"82579717898673","imei2":"82579717898673","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:48:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155427,"job_number":"JOB_155427","tr_customer_id":155444,"tr_customer_product_id":155434,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:48:47.000Z","modified_at":"2026-01-16T03:48:47.000Z","name":"Adolf Jenkins","mobile_number":"288-664-8968","email_id":"Kaya78@yahoo.com","dop":"2025-04-06","serial_number":"17466723092028176","imei1":"17466723092028176","imei2":"17466723092028176","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:48:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155428,"job_number":"JOB_155428","tr_customer_id":155445,"tr_customer_product_id":155435,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:48:58.000Z","modified_at":"2026-01-16T03:49:07.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"27000755587566","imei1":"27000755587566","imei2":"27000755587566","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:49:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155429,"job_number":"JOB_155429","tr_customer_id":155446,"tr_customer_product_id":155436,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:02.000Z","modified_at":"2026-01-16T03:49:02.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"10119186116387","imei1":"10119186116387","imei2":"10119186116387","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155430,"job_number":"JOB_155430","tr_customer_id":155447,"tr_customer_product_id":155437,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:03.000Z","modified_at":"2026-01-16T03:49:39.000Z","name":"Anne Hegmann","mobile_number":"839-551-2617","email_id":"Audrey43@yahoo.com","dop":"2025-04-06","serial_number":"15012845632580","imei1":"15012845632580","imei2":"15012845632580","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:49:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155431,"job_number":"JOB_155431","tr_customer_id":155448,"tr_customer_product_id":155438,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:04.000Z","modified_at":"2026-01-16T03:49:04.000Z","name":"Freddie Frami","mobile_number":"345-589-2458","email_id":"Carter_Smitham@yahoo.com","dop":"2025-04-06","serial_number":"16508086076502222","imei1":"16508086076502222","imei2":"16508086076502222","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155432,"job_number":"JOB_155432","tr_customer_id":155449,"tr_customer_product_id":155439,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:26.000Z","modified_at":"2026-01-16T03:50:03.000Z","name":"Keenan Cruickshank","mobile_number":"704-823-3408","email_id":"Laney8@yahoo.com","dop":"2025-04-06","serial_number":"18357633962789","imei1":"18357633962789","imei2":"18357633962789","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:50:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155433,"job_number":"JOB_155433","tr_customer_id":155450,"tr_customer_product_id":155440,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:28.000Z","modified_at":"2026-01-16T03:49:28.000Z","name":"Art Harber","mobile_number":"463-936-0910","email_id":"Lyla.Bernhard@yahoo.com","dop":"2025-04-06","serial_number":"13856155720402280","imei1":"13856155720402280","imei2":"13856155720402280","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155434,"job_number":"JOB_155434","tr_customer_id":155451,"tr_customer_product_id":155441,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:29.000Z","modified_at":"2026-01-16T03:49:29.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10800725289146","imei1":"10800725289146","imei2":"10800725289146","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155435,"job_number":"JOB_155435","tr_customer_id":155452,"tr_customer_product_id":155442,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:29.000Z","modified_at":"2026-01-16T03:50:06.000Z","name":"Brenden Heathcote","mobile_number":"249-366-5500","email_id":"George59@yahoo.com","dop":"2025-06-18","serial_number":"10073586455286","imei1":"10073586455286","imei2":"10073586455286","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:50:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155436,"job_number":"JOB_155436","tr_customer_id":155453,"tr_customer_product_id":155443,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:30.000Z","modified_at":"2026-01-16T03:49:30.000Z","name":"Myra Schoen","mobile_number":"843-860-1700","email_id":"Hyman.Macejkovic@hotmail.com","dop":"2025-06-18","serial_number":"1012929871257721","imei1":"1012929871257721","imei2":"1012929871257721","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155437,"job_number":"JOB_155437","tr_customer_id":155454,"tr_customer_product_id":155444,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:31.000Z","modified_at":"2026-01-16T03:49:31.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16293613818984","imei1":"16293613818984","imei2":"16293613818984","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155438,"job_number":"JOB_155438","tr_customer_id":155455,"tr_customer_product_id":155445,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:31.000Z","modified_at":"2026-01-16T03:50:06.000Z","name":"Michale Emmerich","mobile_number":"487-816-6335","email_id":"Zora.Lang@hotmail.com","dop":"2025-04-06","serial_number":"10913936480104","imei1":"10913936480104","imei2":"10913936480104","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:50:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155439,"job_number":"JOB_155439","tr_customer_id":155456,"tr_customer_product_id":155446,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:32.000Z","modified_at":"2026-01-16T03:49:32.000Z","name":"Orpha Russel","mobile_number":"851-416-0509","email_id":"Alford.Rath@gmail.com","dop":"2025-04-06","serial_number":"15917139307603264","imei1":"15917139307603264","imei2":"15917139307603264","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155440,"job_number":"JOB_155440","tr_customer_id":155457,"tr_customer_product_id":155447,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:34.000Z","modified_at":"2026-01-16T03:49:34.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13793635124344","imei1":"13793635124344","imei2":"13793635124344","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155441,"job_number":"JOB_155441","tr_customer_id":155458,"tr_customer_product_id":155448,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:35.000Z","modified_at":"2026-01-16T03:50:11.000Z","name":"Demetris Champlin","mobile_number":"680-834-1605","email_id":"Joanny_Paucek@gmail.com","dop":"2025-04-06","serial_number":"18957349507626","imei1":"18957349507626","imei2":"18957349507626","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:50:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155442,"job_number":"JOB_155442","tr_customer_id":155459,"tr_customer_product_id":155449,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:36.000Z","modified_at":"2026-01-16T03:49:36.000Z","name":"Odell Metz","mobile_number":"924-648-1872","email_id":"Anthony69@yahoo.com","dop":"2025-04-06","serial_number":"18593202335272896","imei1":"18593202335272896","imei2":"18593202335272896","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155444,"job_number":"JOB_155444","tr_customer_id":155461,"tr_customer_product_id":155451,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:40.000Z","modified_at":"2026-01-16T03:50:14.000Z","name":"Cristal Schiller","mobile_number":"548-919-9749","email_id":"Buck.Emard@gmail.com","dop":"2025-04-06","serial_number":"11779679542647","imei1":"11779679542647","imei2":"11779679542647","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:50:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155445,"job_number":"JOB_155445","tr_customer_id":155462,"tr_customer_product_id":155452,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:41.000Z","modified_at":"2026-01-16T03:49:41.000Z","name":"Annamae Jerde","mobile_number":"425-305-0390","email_id":"Paula79@gmail.com","dop":"2025-04-06","serial_number":"19676312487162080","imei1":"19676312487162080","imei2":"19676312487162080","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155446,"job_number":"JOB_155446","tr_customer_id":155463,"tr_customer_product_id":155453,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:46.000Z","modified_at":"2026-01-16T03:49:46.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"10719081751979","imei1":"10719081751979","imei2":"10719081751979","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155447,"job_number":"JOB_155447","tr_customer_id":155464,"tr_customer_product_id":155454,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:47.000Z","modified_at":"2026-01-16T03:50:23.000Z","name":"Brianne Stiedemann","mobile_number":"839-823-9846","email_id":"Chyna.Watsica@hotmail.com","dop":"2025-04-06","serial_number":"18940283018029","imei1":"18940283018029","imei2":"18940283018029","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:50:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155448,"job_number":"JOB_155448","tr_customer_id":155465,"tr_customer_product_id":155455,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:48.000Z","modified_at":"2026-01-16T03:49:48.000Z","name":"Chloe Harber","mobile_number":"215-331-2312","email_id":"Alfreda90@hotmail.com","dop":"2025-04-06","serial_number":"13418452620890480","imei1":"13418452620890480","imei2":"13418452620890480","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155449,"job_number":"JOB_155449","tr_customer_id":155466,"tr_customer_product_id":155456,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:50.000Z","modified_at":"2026-01-16T03:50:25.000Z","name":"Melissa Sauer","mobile_number":"261-675-1341","email_id":"Jasper4@yahoo.com","dop":"2025-04-06","serial_number":"18538007467219","imei1":"18538007467219","imei2":"18538007467219","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:50:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155450,"job_number":"JOB_155450","tr_customer_id":155467,"tr_customer_product_id":155457,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:51.000Z","modified_at":"2026-01-16T03:49:51.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19393676832997","imei1":"19393676832997","imei2":"19393676832997","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155451,"job_number":"JOB_155451","tr_customer_id":155468,"tr_customer_product_id":155458,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:51.000Z","modified_at":"2026-01-16T03:50:26.000Z","name":"Maryam Casper","mobile_number":"834-461-0228","email_id":"Lorena27@gmail.com","dop":"2025-04-06","serial_number":"16392957973752","imei1":"16392957973752","imei2":"16392957973752","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:50:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155452,"job_number":"JOB_155452","tr_customer_id":155469,"tr_customer_product_id":155459,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:51.000Z","modified_at":"2026-01-16T03:49:51.000Z","name":"Jazmyn Frami","mobile_number":"378-941-0210","email_id":"Jaquan_Beahan42@hotmail.com","dop":"2025-04-06","serial_number":"17218371108995020","imei1":"17218371108995020","imei2":"17218371108995020","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155453,"job_number":"JOB_155453","tr_customer_id":155470,"tr_customer_product_id":155460,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:52.000Z","modified_at":"2026-01-16T03:49:52.000Z","name":"Rodolfo Leannon","mobile_number":"233-470-1532","email_id":"Lera_OConnell28@yahoo.com","dop":"2025-04-06","serial_number":"15617838244611716","imei1":"15617838244611716","imei2":"15617838244611716","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155454,"job_number":"JOB_155454","tr_customer_id":155471,"tr_customer_product_id":155461,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:53.000Z","modified_at":"2026-01-16T03:49:53.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15556448528914","imei1":"15556448528914","imei2":"15556448528914","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155455,"job_number":"JOB_155455","tr_customer_id":155472,"tr_customer_product_id":155462,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:54.000Z","modified_at":"2026-01-16T03:50:31.000Z","name":"Tyshawn Powlowski","mobile_number":"324-460-9882","email_id":"Alphonso.Jakubowski@yahoo.com","dop":"2025-04-06","serial_number":"19323944230136","imei1":"19323944230136","imei2":"19323944230136","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:50:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155457,"job_number":"JOB_155457","tr_customer_id":155474,"tr_customer_product_id":155464,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:55.000Z","modified_at":"2026-01-16T03:49:55.000Z","name":"Augustine Larkin","mobile_number":"840-287-8921","email_id":"Nat92@gmail.com","dop":"2025-04-06","serial_number":"11732202568883996","imei1":"11732202568883996","imei2":"11732202568883996","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155458,"job_number":"JOB_155458","tr_customer_id":155475,"tr_customer_product_id":155465,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:56.000Z","modified_at":"2026-01-16T03:49:56.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"15432771432624","imei1":"15432771432624","imei2":"15432771432624","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155459,"job_number":"JOB_155459","tr_customer_id":155476,"tr_customer_product_id":155466,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:57.000Z","modified_at":"2026-01-16T03:49:57.000Z","name":"Ransom Cremin","mobile_number":"700-905-1228","email_id":"Amie_Stokes15@yahoo.com","dop":"2025-09-16","serial_number":"14198812392049","imei1":"14198812392049","imei2":"14198812392049","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155460,"job_number":"JOB_155460","tr_customer_id":155477,"tr_customer_product_id":155467,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:58.000Z","modified_at":"2026-01-16T03:50:35.000Z","name":"Dennis Huels","mobile_number":"935-797-0501","email_id":"Sven21@gmail.com","dop":"2025-04-06","serial_number":"19555161114711","imei1":"19555161114711","imei2":"19555161114711","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:50:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155461,"job_number":"JOB_155461","tr_customer_id":155478,"tr_customer_product_id":155468,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:59.000Z","modified_at":"2026-01-16T03:49:59.000Z","name":"Lily DuBuque","mobile_number":"648-726-2493","email_id":"Flo_Ullrich@yahoo.com","dop":"2025-04-06","serial_number":"15093397526373716","imei1":"15093397526373716","imei2":"15093397526373716","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155462,"job_number":"JOB_155462","tr_customer_id":155479,"tr_customer_product_id":155469,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:00.000Z","modified_at":"2026-01-16T03:50:00.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16302143032329","imei1":"16302143032329","imei2":"16302143032329","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155463,"job_number":"JOB_155463","tr_customer_id":155480,"tr_customer_product_id":155470,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:00.000Z","modified_at":"2026-01-16T03:50:37.000Z","name":"Sylvan Kilback","mobile_number":"254-593-0602","email_id":"Abe_Braun@gmail.com","dop":"2025-04-06","serial_number":"16392368227914","imei1":"16392368227914","imei2":"16392368227914","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:50:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155464,"job_number":"JOB_155464","tr_customer_id":155481,"tr_customer_product_id":155471,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:01.000Z","modified_at":"2026-01-16T03:50:01.000Z","name":"Keon Schiller","mobile_number":"979-646-1577","email_id":"Cali.Schmeler@hotmail.com","dop":"2025-04-06","serial_number":"12456741384347064","imei1":"12456741384347064","imei2":"12456741384347064","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155465,"job_number":"JOB_155465","tr_customer_id":155482,"tr_customer_product_id":155472,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:06.000Z","modified_at":"2026-01-16T03:50:06.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10335752715658","imei1":"10335752715658","imei2":"10335752715658","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:06.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":155466,"job_number":"JOB_155466","tr_customer_id":155483,"tr_customer_product_id":155473,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:07.000Z","modified_at":"2026-01-16T03:50:41.000Z","name":"Shayna Tillman","mobile_number":"817-622-3687","email_id":"Annalise.Wilderman8@hotmail.com","dop":"2000-01-31","serial_number":"10153501522431","imei1":"10153501522431","imei2":"10153501522431","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:50:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155467,"job_number":"JOB_155467","tr_customer_id":155484,"tr_customer_product_id":155474,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:08.000Z","modified_at":"2026-01-16T03:50:08.000Z","name":"Tyreek Herman","mobile_number":"911-362-4523","email_id":"Paolo_Steuber85@gmail.com","dop":"2000-01-31","serial_number":"1082437193483165","imei1":"1082437193483165","imei2":"1082437193483165","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:08.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":155469,"job_number":"JOB_155469","tr_customer_id":155486,"tr_customer_product_id":155476,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:12.000Z","modified_at":"2026-01-16T03:50:12.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17572605359542","imei1":"17572605359542","imei2":"17572605359542","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155470,"job_number":"JOB_155470","tr_customer_id":155487,"tr_customer_product_id":155477,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:12.000Z","modified_at":"2026-01-16T03:50:49.000Z","name":"Kayden Predovic","mobile_number":"847-332-6455","email_id":"Casper36@gmail.com","dop":"2025-04-06","serial_number":"14461735949468","imei1":"14461735949468","imei2":"14461735949468","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:50:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155471,"job_number":"JOB_155471","tr_customer_id":155488,"tr_customer_product_id":155478,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:13.000Z","modified_at":"2026-01-16T03:50:13.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19644397672208","imei1":"19644397672208","imei2":"19644397672208","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155472,"job_number":"JOB_155472","tr_customer_id":155489,"tr_customer_product_id":155479,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:13.000Z","modified_at":"2026-01-16T03:50:13.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12617466503159","imei1":"12617466503159","imei2":"12617466503159","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155473,"job_number":"JOB_155473","tr_customer_id":155490,"tr_customer_product_id":155480,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:13.000Z","modified_at":"2026-01-16T03:50:49.000Z","name":"Aletha Leuschke","mobile_number":"672-516-0156","email_id":"Adriana67@yahoo.com","dop":"2025-04-06","serial_number":"10848463791565","imei1":"10848463791565","imei2":"10848463791565","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:50:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155474,"job_number":"JOB_155474","tr_customer_id":155491,"tr_customer_product_id":155481,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:13.000Z","modified_at":"2026-01-16T03:50:49.000Z","name":"Allie Orn","mobile_number":"670-884-1050","email_id":"Andreanne.West87@hotmail.com","dop":"2025-04-06","serial_number":"11293849841746","imei1":"11293849841746","imei2":"11293849841746","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:50:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155475,"job_number":"JOB_155475","tr_customer_id":155492,"tr_customer_product_id":155482,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:14.000Z","modified_at":"2026-01-16T03:50:14.000Z","name":"Adelle Krajcik","mobile_number":"702-372-6251","email_id":"Ariel79@yahoo.com","dop":"2025-04-06","serial_number":"14100259099568680","imei1":"14100259099568680","imei2":"14100259099568680","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155476,"job_number":"JOB_155476","tr_customer_id":155493,"tr_customer_product_id":155483,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:14.000Z","modified_at":"2026-01-16T03:50:14.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10878708681342","imei1":"10878708681342","imei2":"10878708681342","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155477,"job_number":"JOB_155477","tr_customer_id":155494,"tr_customer_product_id":155484,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:14.000Z","modified_at":"2026-01-16T03:50:52.000Z","name":"Eloy Gleason","mobile_number":"954-253-3805","email_id":"Randal.Douglas@hotmail.com","dop":"2025-06-18","serial_number":"10657931856098","imei1":"10657931856098","imei2":"10657931856098","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:50:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155478,"job_number":"JOB_155478","tr_customer_id":155495,"tr_customer_product_id":155485,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:14.000Z","modified_at":"2026-01-16T03:50:14.000Z","name":"Burley Ferry","mobile_number":"454-889-2257","email_id":"Emmanuel87@gmail.com","dop":"2025-06-18","serial_number":"1039806240125689","imei1":"1039806240125689","imei2":"1039806240125689","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155479,"job_number":"JOB_155479","tr_customer_id":155496,"tr_customer_product_id":155486,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:14.000Z","modified_at":"2026-01-16T03:50:14.000Z","name":"Clair Botsford","mobile_number":"852-670-2187","email_id":"Jadon13@yahoo.com","dop":"2025-04-06","serial_number":"10514325053134684","imei1":"10514325053134684","imei2":"10514325053134684","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155480,"job_number":"JOB_155480","tr_customer_id":155497,"tr_customer_product_id":155487,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:15.000Z","modified_at":"2026-01-16T03:50:15.000Z","name":"Cordia Heller","mobile_number":"902-286-2145","email_id":"Mozelle.Mante84@hotmail.com","dop":"2025-04-06","serial_number":"11145369566089634","imei1":"11145369566089634","imei2":"11145369566089634","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155481,"job_number":"JOB_155481","tr_customer_id":155498,"tr_customer_product_id":155488,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:15.000Z","modified_at":"2026-01-16T03:50:30.000Z","name":"Ellis Wehner","mobile_number":"842-524-7418","email_id":"Precious10@hotmail.com","dop":"2025-05-30","serial_number":"13445512678210","imei1":"13445512678210","imei2":"13445512678210","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:50:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155482,"job_number":"JOB_155482","tr_customer_id":155499,"tr_customer_product_id":155489,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:16.000Z","modified_at":"2026-01-16T03:50:16.000Z","name":"Darlene Moore","mobile_number":"892-634-9185","email_id":"Cydney49@hotmail.com","dop":"2025-05-30","serial_number":"18010154364704","imei1":"18010154364704","imei2":"18010154364704","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155483,"job_number":"JOB_155483","tr_customer_id":155500,"tr_customer_product_id":155490,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:16.000Z","modified_at":"2026-01-16T03:50:16.000Z","name":"jatin sharma","mobile_number":"7045663552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15086916354521","imei1":"15086916354521","imei2":"15086916354521","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155484,"job_number":"JOB_155484","tr_customer_id":155501,"tr_customer_product_id":155491,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:17.000Z","modified_at":"2026-01-16T03:50:52.000Z","name":"Gabe Larkin","mobile_number":"281-301-7028","email_id":"Dustin.Price@hotmail.com","dop":"2025-04-06","serial_number":"17705338839979","imei1":"17705338839979","imei2":"17705338839979","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:50:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155485,"job_number":"JOB_155485","tr_customer_id":155502,"tr_customer_product_id":155492,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:17.000Z","modified_at":"2026-01-16T03:50:17.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"11210325396648","imei1":"11210325396648","imei2":"11210325396648","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155486,"job_number":"JOB_155486","tr_customer_id":155503,"tr_customer_product_id":155493,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:17.000Z","modified_at":"2026-01-16T03:50:17.000Z","name":"Michel Brown","mobile_number":"210-573-5638","email_id":"Beulah_Haley@gmail.com","dop":"2025-09-16","serial_number":"18378684230417","imei1":"18378684230417","imei2":"18378684230417","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155487,"job_number":"JOB_155487","tr_customer_id":155504,"tr_customer_product_id":155494,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:17.000Z","modified_at":"2026-01-16T03:50:17.000Z","name":"Laverne Hermann","mobile_number":"255-258-5851","email_id":"Elias.Pfeffer@gmail.com","dop":"2025-05-30","serial_number":"1773393727488693","imei1":"1773393727488693","imei2":"1773393727488693","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155488,"job_number":"JOB_155488","tr_customer_id":155505,"tr_customer_product_id":155495,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:18.000Z","modified_at":"2026-01-16T03:50:18.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19489164608557","imei1":"19489164608557","imei2":"19489164608557","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155489,"job_number":"JOB_155489","tr_customer_id":155506,"tr_customer_product_id":155496,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:18.000Z","modified_at":"2026-01-16T03:50:56.000Z","name":"River Bayer","mobile_number":"326-545-4738","email_id":"Hilton_Heaney@gmail.com","dop":"2025-04-06","serial_number":"15794966192667","imei1":"15794966192667","imei2":"15794966192667","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:50:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155490,"job_number":"JOB_155490","tr_customer_id":155507,"tr_customer_product_id":155497,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:18.000Z","modified_at":"2026-01-16T03:50:18.000Z","name":"Effie Hirthe","mobile_number":"904-504-7871","email_id":"Jaleel33@hotmail.com","dop":"2025-04-06","serial_number":"18365556496908364","imei1":"18365556496908364","imei2":"18365556496908364","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155492,"job_number":"JOB_155492","tr_customer_id":155509,"tr_customer_product_id":155499,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:19.000Z","modified_at":"2026-01-16T03:50:19.000Z","name":"Jayda Erdman","mobile_number":"904-994-2013","email_id":"Dulce_Runolfsson@yahoo.com","dop":"2025-04-06","serial_number":"11507241961359184","imei1":"11507241961359184","imei2":"11507241961359184","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155493,"job_number":"JOB_155493","tr_customer_id":155510,"tr_customer_product_id":155500,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:31.000Z","modified_at":"2026-01-16T03:50:31.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"11665058321236","imei1":"11665058321236","imei2":"11665058321236","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155494,"job_number":"JOB_155494","tr_customer_id":155511,"tr_customer_product_id":155501,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:31.000Z","modified_at":"2026-01-16T03:51:08.000Z","name":"Joaquin Paucek","mobile_number":"679-452-8101","email_id":"Chelsey_Kutch28@gmail.com","dop":"2025-04-06","serial_number":"16999493718254","imei1":"16999493718254","imei2":"16999493718254","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:51:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155498,"job_number":"JOB_155498","tr_customer_id":155515,"tr_customer_product_id":155505,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:32.000Z","modified_at":"2026-01-16T03:50:32.000Z","name":"Lea Kihn","mobile_number":"556-210-1089","email_id":"Ali84@hotmail.com","dop":"2025-04-06","serial_number":"16466499992899680","imei1":"16466499992899680","imei2":"16466499992899680","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155499,"job_number":"JOB_155499","tr_customer_id":155516,"tr_customer_product_id":155506,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:33.000Z","modified_at":"2026-01-16T03:50:33.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15903991764733","imei1":"15903991764733","imei2":"15903991764733","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155501,"job_number":"JOB_155501","tr_customer_id":155518,"tr_customer_product_id":155508,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:33.000Z","modified_at":"2026-01-16T03:51:08.000Z","name":"Meggie Nolan","mobile_number":"320-668-4934","email_id":"Merlin_Bayer@hotmail.com","dop":"2025-04-06","serial_number":"12169636839234","imei1":"12169636839234","imei2":"12169636839234","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:51:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155502,"job_number":"JOB_155502","tr_customer_id":155519,"tr_customer_product_id":155509,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:35.000Z","modified_at":"2026-01-16T03:50:35.000Z","name":"Jamie Ernser","mobile_number":"374-907-2440","email_id":"Malvina.Pacocha@gmail.com","dop":"2025-04-06","serial_number":"17748897172456848","imei1":"17748897172456848","imei2":"17748897172456848","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155503,"job_number":"JOB_155503","tr_customer_id":155520,"tr_customer_product_id":155510,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:36.000Z","modified_at":"2026-01-16T03:50:36.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19065261548627","imei1":"19065261548627","imei2":"19065261548627","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155504,"job_number":"JOB_155504","tr_customer_id":155521,"tr_customer_product_id":155511,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:37.000Z","modified_at":"2026-01-16T03:51:15.000Z","name":"Devante Lakin","mobile_number":"896-327-6801","email_id":"Christ54@yahoo.com","dop":"2025-04-06","serial_number":"11712092968923","imei1":"11712092968923","imei2":"11712092968923","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:51:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155505,"job_number":"JOB_155505","tr_customer_id":155522,"tr_customer_product_id":155512,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:38.000Z","modified_at":"2026-01-16T03:50:38.000Z","name":"kajal p","mobile_number":"9243526785","email_id":"kajal@gmail.com","dop":"2025-09-16","serial_number":"19786927864918","imei1":"19786927864918","imei2":"19786927864918","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155506,"job_number":"JOB_155506","tr_customer_id":155523,"tr_customer_product_id":155513,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:38.000Z","modified_at":"2026-01-16T03:50:38.000Z","name":"Demarco Morar","mobile_number":"802-374-9441","email_id":"Elinor_Powlowski@hotmail.com","dop":"2025-04-06","serial_number":"14884336901649836","imei1":"14884336901649836","imei2":"14884336901649836","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155507,"job_number":"JOB_155507","tr_customer_id":155524,"tr_customer_product_id":155514,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:38.000Z","modified_at":"2026-01-16T03:50:38.000Z","name":"Ronny Schultz","mobile_number":"861-583-1061","email_id":"Stefan_Walker@gmail.com","dop":"2025-09-16","serial_number":"19753865477342","imei1":"19753865477342","imei2":"19753865477342","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155508,"job_number":"JOB_155508","tr_customer_id":155525,"tr_customer_product_id":155515,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:39.000Z","modified_at":"2026-01-16T03:50:39.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10896625273451","imei1":"10896625273451","imei2":"10896625273451","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155509,"job_number":"JOB_155509","tr_customer_id":155526,"tr_customer_product_id":155516,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:39.000Z","modified_at":"2026-01-16T03:51:16.000Z","name":"Luis Cummings","mobile_number":"979-873-9208","email_id":"Gail_Miller@hotmail.com","dop":"2025-04-06","serial_number":"12036436902688","imei1":"12036436902688","imei2":"12036436902688","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:51:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155510,"job_number":"JOB_155510","tr_customer_id":155527,"tr_customer_product_id":155517,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:40.000Z","modified_at":"2026-01-16T03:50:40.000Z","name":"Jaron Feest","mobile_number":"740-734-6885","email_id":"Danial.Cronin@yahoo.com","dop":"2025-04-06","serial_number":"17939993103907352","imei1":"17939993103907352","imei2":"17939993103907352","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155511,"job_number":"JOB_155511","tr_customer_id":155528,"tr_customer_product_id":155518,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:45.000Z","modified_at":"2026-01-16T03:50:45.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18468031412321","imei1":"18468031412321","imei2":"18468031412321","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155513,"job_number":"JOB_155513","tr_customer_id":155530,"tr_customer_product_id":155520,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:45.000Z","modified_at":"2026-01-16T03:51:21.000Z","name":"Amos Zemlak","mobile_number":"757-739-0241","email_id":"Gordon_Waters12@yahoo.com","dop":"2025-04-06","serial_number":"16930659088370","imei1":"16930659088370","imei2":"16930659088370","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:51:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155517,"job_number":"JOB_155517","tr_customer_id":155534,"tr_customer_product_id":155524,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:46.000Z","modified_at":"2026-01-16T03:50:46.000Z","name":"Alfonso Schuster","mobile_number":"596-673-4473","email_id":"Kristin.Kunze19@gmail.com","dop":"2025-04-06","serial_number":"18495685243234810","imei1":"18495685243234810","imei2":"18495685243234810","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155518,"job_number":"JOB_155518","tr_customer_id":155535,"tr_customer_product_id":155525,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:48.000Z","modified_at":"2026-01-16T03:50:48.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10243583498088","imei1":"10243583498088","imei2":"10243583498088","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:48.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":155519,"job_number":"JOB_155519","tr_customer_id":155536,"tr_customer_product_id":155526,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:49.000Z","modified_at":"2026-01-16T03:51:23.000Z","name":"Eduardo Gottlieb","mobile_number":"611-731-4560","email_id":"Luisa_White59@hotmail.com","dop":"2000-01-31","serial_number":"10757406875028","imei1":"10757406875028","imei2":"10757406875028","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:51:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155520,"job_number":"JOB_155520","tr_customer_id":155537,"tr_customer_product_id":155527,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:50.000Z","modified_at":"2026-01-16T03:50:50.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"12504133162441","imei1":"12504133162441","imei2":"12504133162441","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155521,"job_number":"JOB_155521","tr_customer_id":155538,"tr_customer_product_id":155528,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:50.000Z","modified_at":"2026-01-16T03:51:25.000Z","name":"Aliya Gleichner","mobile_number":"742-390-8014","email_id":"Lew3@yahoo.com","dop":"2025-04-06","serial_number":"10454545692969","imei1":"10454545692969","imei2":"10454545692969","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:51:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155522,"job_number":"JOB_155522","tr_customer_id":155539,"tr_customer_product_id":155529,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:50.000Z","modified_at":"2026-01-16T03:50:50.000Z","name":"Anastacio Braun","mobile_number":"901-520-5880","email_id":"Felicity52@gmail.com","dop":"2000-01-31","serial_number":"1016974076082802","imei1":"1016974076082802","imei2":"1016974076082802","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:50.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":155523,"job_number":"JOB_155523","tr_customer_id":155540,"tr_customer_product_id":155530,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:51.000Z","modified_at":"2026-01-16T03:50:51.000Z","name":"Jordan Ziemann","mobile_number":"836-352-6987","email_id":"Nia.Goyette@gmail.com","dop":"2025-04-06","serial_number":"19850680721486776","imei1":"19850680721486776","imei2":"19850680721486776","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155524,"job_number":"JOB_155524","tr_customer_id":155541,"tr_customer_product_id":155531,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:55.000Z","modified_at":"2026-01-16T03:50:55.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16423158069554","imei1":"16423158069554","imei2":"16423158069554","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155525,"job_number":"JOB_155525","tr_customer_id":155542,"tr_customer_product_id":155532,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:56.000Z","modified_at":"2026-01-16T03:51:30.000Z","name":"Travon Hamill","mobile_number":"250-295-8929","email_id":"Krystina91@hotmail.com","dop":"2025-04-06","serial_number":"13028818282099","imei1":"13028818282099","imei2":"13028818282099","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:51:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155526,"job_number":"JOB_155526","tr_customer_id":155543,"tr_customer_product_id":155533,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:56.000Z","modified_at":"2026-01-16T03:50:56.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10347985625835","imei1":"10347985625835","imei2":"10347985625835","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155527,"job_number":"JOB_155527","tr_customer_id":155544,"tr_customer_product_id":155534,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:56.000Z","modified_at":"2026-01-16T03:51:31.000Z","name":"Alfreda Hane","mobile_number":"469-594-8298","email_id":"Name84@hotmail.com","dop":"2025-04-06","serial_number":"14065014328261","imei1":"14065014328261","imei2":"14065014328261","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:51:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155528,"job_number":"JOB_155528","tr_customer_id":155545,"tr_customer_product_id":155535,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:57.000Z","modified_at":"2026-01-16T03:50:57.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13234120169371","imei1":"13234120169371","imei2":"13234120169371","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155529,"job_number":"JOB_155529","tr_customer_id":155546,"tr_customer_product_id":155536,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:57.000Z","modified_at":"2026-01-16T03:51:34.000Z","name":"Felicia Bruen","mobile_number":"485-887-7546","email_id":"Cali.Bechtelar@hotmail.com","dop":"2025-04-06","serial_number":"10484332208106","imei1":"10484332208106","imei2":"10484332208106","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:51:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155530,"job_number":"JOB_155530","tr_customer_id":155547,"tr_customer_product_id":155537,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:57.000Z","modified_at":"2026-01-16T03:50:57.000Z","name":"Meda Walsh","mobile_number":"402-626-6241","email_id":"Wiley_Stracke5@gmail.com","dop":"2025-04-06","serial_number":"13747391731916862","imei1":"13747391731916862","imei2":"13747391731916862","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155531,"job_number":"JOB_155531","tr_customer_id":155548,"tr_customer_product_id":155538,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:57.000Z","modified_at":"2026-01-16T03:50:57.000Z","name":"Tressa Schmidt","mobile_number":"255-268-1194","email_id":"Gussie_Green38@yahoo.com","dop":"2025-04-06","serial_number":"16742634488338564","imei1":"16742634488338564","imei2":"16742634488338564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155532,"job_number":"JOB_155532","tr_customer_id":155549,"tr_customer_product_id":155539,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:58.000Z","modified_at":"2026-01-16T03:50:58.000Z","name":"Darian Boehm","mobile_number":"957-847-5047","email_id":"Claud4@hotmail.com","dop":"2025-04-06","serial_number":"12928885925226012","imei1":"12928885925226012","imei2":"12928885925226012","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155533,"job_number":"JOB_155533","tr_customer_id":155550,"tr_customer_product_id":155540,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:59.000Z","modified_at":"2026-01-16T03:50:59.000Z","name":"uday p","mobile_number":"9321453112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14398387861925","imei1":"14398387861925","imei2":"14398387861925","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155534,"job_number":"JOB_155534","tr_customer_id":155551,"tr_customer_product_id":155541,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:59.000Z","modified_at":"2026-01-16T03:51:34.000Z","name":"Geoffrey Murazik","mobile_number":"671-928-0333","email_id":"Ryleigh90@yahoo.com","dop":"2025-04-06","serial_number":"14395071315175","imei1":"14395071315175","imei2":"14395071315175","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:51:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155535,"job_number":"JOB_155535","tr_customer_id":155552,"tr_customer_product_id":155542,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:01.000Z","modified_at":"2026-01-16T03:51:01.000Z","name":"Domenic Price","mobile_number":"346-210-5716","email_id":"Orrin3@gmail.com","dop":"2025-04-06","serial_number":"16630065822437874","imei1":"16630065822437874","imei2":"16630065822437874","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155536,"job_number":"JOB_155536","tr_customer_id":155553,"tr_customer_product_id":155543,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:03.000Z","modified_at":"2026-01-16T03:51:03.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18332089318935","imei1":"18332089318935","imei2":"18332089318935","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155537,"job_number":"JOB_155537","tr_customer_id":155554,"tr_customer_product_id":155544,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:03.000Z","modified_at":"2026-01-16T03:51:39.000Z","name":"Jorge Terry","mobile_number":"227-384-8025","email_id":"Declan.Wisoky35@hotmail.com","dop":"2025-04-06","serial_number":"10764073690482","imei1":"10764073690482","imei2":"10764073690482","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:51:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155538,"job_number":"JOB_155538","tr_customer_id":155555,"tr_customer_product_id":155545,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:04.000Z","modified_at":"2026-01-16T03:51:05.000Z","name":"Kaylie Dibbert","mobile_number":"361-667-3413","email_id":"Darrel.McClure@hotmail.com","dop":"2025-04-06","serial_number":"13762468584946532","imei1":"13762468584946532","imei2":"13762468584946532","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155542,"job_number":"JOB_155542","tr_customer_id":155559,"tr_customer_product_id":155549,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:15.000Z","modified_at":"2026-01-16T03:51:15.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15292948162076","imei1":"15292948162076","imei2":"15292948162076","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155543,"job_number":"JOB_155543","tr_customer_id":155560,"tr_customer_product_id":155550,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:15.000Z","modified_at":"2026-01-16T03:51:50.000Z","name":"Ray Lockman","mobile_number":"501-563-5358","email_id":"Quincy_Bayer@gmail.com","dop":"2025-04-06","serial_number":"13198092244646","imei1":"13198092244646","imei2":"13198092244646","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:51:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155544,"job_number":"JOB_155544","tr_customer_id":155561,"tr_customer_product_id":155551,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:15.000Z","modified_at":"2026-01-16T03:51:15.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10220185382921","imei1":"10220185382921","imei2":"10220185382921","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155545,"job_number":"JOB_155545","tr_customer_id":155562,"tr_customer_product_id":155552,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:16.000Z","modified_at":"2026-01-16T03:51:53.000Z","name":"Demarcus Ledner","mobile_number":"388-295-6239","email_id":"Sierra92@yahoo.com","dop":"2025-04-06","serial_number":"12690355426118","imei1":"12690355426118","imei2":"12690355426118","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:51:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155546,"job_number":"JOB_155546","tr_customer_id":155563,"tr_customer_product_id":155553,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:16.000Z","modified_at":"2026-01-16T03:51:16.000Z","name":"Kim Cummings","mobile_number":"954-724-1965","email_id":"Ethan_Hamill65@gmail.com","dop":"2025-04-06","serial_number":"18181308170976684","imei1":"18181308170976684","imei2":"18181308170976684","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155547,"job_number":"JOB_155547","tr_customer_id":155564,"tr_customer_product_id":155554,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:17.000Z","modified_at":"2026-01-16T03:51:17.000Z","name":"Rebekah Grimes","mobile_number":"675-677-4348","email_id":"Ava.Hessel16@gmail.com","dop":"2025-04-06","serial_number":"18320242708107970","imei1":"18320242708107970","imei2":"18320242708107970","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155548,"job_number":"JOB_155548","tr_customer_id":155565,"tr_customer_product_id":155555,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:22.000Z","modified_at":"2026-01-16T03:51:22.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10279049663315","imei1":"10279049663315","imei2":"10279049663315","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155549,"job_number":"JOB_155549","tr_customer_id":155566,"tr_customer_product_id":155556,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:22.000Z","modified_at":"2026-01-16T03:51:59.000Z","name":"Karolann Herman","mobile_number":"225-457-0541","email_id":"Casimer_Koepp27@yahoo.com","dop":"2025-04-06","serial_number":"18456720778781","imei1":"18456720778781","imei2":"18456720778781","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:51:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155550,"job_number":"JOB_155550","tr_customer_id":155567,"tr_customer_product_id":155557,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:24.000Z","modified_at":"2026-01-16T03:51:24.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18104702137004","imei1":"18104702137004","imei2":"18104702137004","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155551,"job_number":"JOB_155551","tr_customer_id":155568,"tr_customer_product_id":155558,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:24.000Z","modified_at":"2026-01-16T03:51:24.000Z","name":"Demetris Hoeger","mobile_number":"447-771-3560","email_id":"Dorothea68@yahoo.com","dop":"2025-04-06","serial_number":"15621074934773772","imei1":"15621074934773772","imei2":"15621074934773772","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155552,"job_number":"JOB_155552","tr_customer_id":155569,"tr_customer_product_id":155559,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:24.000Z","modified_at":"2026-01-16T03:52:02.000Z","name":"Gabriel Johnson","mobile_number":"697-697-0008","email_id":"Cordell.Ernser0@yahoo.com","dop":"2025-04-06","serial_number":"13875118598778","imei1":"13875118598778","imei2":"13875118598778","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:52:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155553,"job_number":"JOB_155553","tr_customer_id":155570,"tr_customer_product_id":155560,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:25.000Z","modified_at":"2026-01-16T03:51:25.000Z","name":"Abbie Wuckert","mobile_number":"206-389-3007","email_id":"Myrtle.Quigley@gmail.com","dop":"2025-04-06","serial_number":"14565136203651584","imei1":"14565136203651584","imei2":"14565136203651584","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155555,"job_number":"JOB_155555","tr_customer_id":155572,"tr_customer_product_id":155562,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:26.000Z","modified_at":"2026-01-16T03:51:26.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12605576992444","imei1":"12605576992444","imei2":"12605576992444","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155557,"job_number":"JOB_155557","tr_customer_id":155574,"tr_customer_product_id":155564,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:27.000Z","modified_at":"2026-01-16T03:52:04.000Z","name":"Keshaun Murazik","mobile_number":"685-990-1070","email_id":"Ada.Collins0@yahoo.com","dop":"2025-04-06","serial_number":"16271836394229","imei1":"16271836394229","imei2":"16271836394229","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:52:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155559,"job_number":"JOB_155559","tr_customer_id":155576,"tr_customer_product_id":155566,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:28.000Z","modified_at":"2026-01-16T03:51:28.000Z","name":"Zion Bauch","mobile_number":"692-848-8489","email_id":"Annette.Ruecker43@yahoo.com","dop":"2025-04-06","serial_number":"18298127751541190","imei1":"18298127751541190","imei2":"18298127751541190","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155560,"job_number":"JOB_155560","tr_customer_id":155577,"tr_customer_product_id":155567,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:28.000Z","modified_at":"2026-01-16T03:51:28.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10416165476171","imei1":"10416165476171","imei2":"10416165476171","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155561,"job_number":"JOB_155561","tr_customer_id":155578,"tr_customer_product_id":155568,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:28.000Z","modified_at":"2026-01-16T03:52:05.000Z","name":"Ansel Abbott","mobile_number":"607-225-3694","email_id":"Theo89@yahoo.com","dop":"2025-04-06","serial_number":"17588892849165","imei1":"17588892849165","imei2":"17588892849165","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:52:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155562,"job_number":"JOB_155562","tr_customer_id":155579,"tr_customer_product_id":155569,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:29.000Z","modified_at":"2026-01-16T03:51:29.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10925451969242","imei1":"10925451969242","imei2":"10925451969242","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:29.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":155563,"job_number":"JOB_155563","tr_customer_id":155580,"tr_customer_product_id":155570,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:29.000Z","modified_at":"2026-01-16T03:52:03.000Z","name":"Oscar Boyle","mobile_number":"989-236-1820","email_id":"Corrine_Bergstrom78@yahoo.com","dop":"2000-01-31","serial_number":"10151881462574","imei1":"10151881462574","imei2":"10151881462574","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:52:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155564,"job_number":"JOB_155564","tr_customer_id":155581,"tr_customer_product_id":155571,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:30.000Z","modified_at":"2026-01-16T03:51:30.000Z","name":"Marie Hodkiewicz","mobile_number":"275-790-4139","email_id":"Ethel.Dietrich28@yahoo.com","dop":"2025-04-06","serial_number":"13158708301214292","imei1":"13158708301214292","imei2":"13158708301214292","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155565,"job_number":"JOB_155565","tr_customer_id":155582,"tr_customer_product_id":155572,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:31.000Z","modified_at":"2026-01-16T03:51:31.000Z","name":"Ottis Renner","mobile_number":"358-402-7539","email_id":"Hilton_Bashirian37@hotmail.com","dop":"2000-01-31","serial_number":"1064606040334572","imei1":"1064606040334572","imei2":"1064606040334572","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:31.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":155566,"job_number":"JOB_155566","tr_customer_id":155583,"tr_customer_product_id":155573,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:31.000Z","modified_at":"2026-01-16T03:51:31.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"17875399270506","imei1":"17875399270506","imei2":"17875399270506","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155567,"job_number":"JOB_155567","tr_customer_id":155584,"tr_customer_product_id":155574,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:32.000Z","modified_at":"2026-01-16T03:52:06.000Z","name":"Berta Ullrich","mobile_number":"200-833-9060","email_id":"Nicholas.Hintz@gmail.com","dop":"2025-04-06","serial_number":"14697780075528","imei1":"14697780075528","imei2":"14697780075528","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:52:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155568,"job_number":"JOB_155568","tr_customer_id":155585,"tr_customer_product_id":155575,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:33.000Z","modified_at":"2026-01-16T03:51:33.000Z","name":"Ernest Cruickshank","mobile_number":"407-556-2259","email_id":"Carissa_Harvey37@yahoo.com","dop":"2025-04-06","serial_number":"15251772289918766","imei1":"15251772289918766","imei2":"15251772289918766","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155569,"job_number":"JOB_155569","tr_customer_id":155586,"tr_customer_product_id":155576,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:37.000Z","modified_at":"2026-01-16T03:51:37.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10786774607727","imei1":"10786774607727","imei2":"10786774607727","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155570,"job_number":"JOB_155570","tr_customer_id":155587,"tr_customer_product_id":155577,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:38.000Z","modified_at":"2026-01-16T03:52:12.000Z","name":"Annette Thompson","mobile_number":"875-566-5557","email_id":"Mariane_McLaughlin@hotmail.com","dop":"2025-04-06","serial_number":"16746487290168","imei1":"16746487290168","imei2":"16746487290168","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:52:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155571,"job_number":"JOB_155571","tr_customer_id":155588,"tr_customer_product_id":155578,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:39.000Z","modified_at":"2026-01-16T03:51:39.000Z","name":"Velda Larkin","mobile_number":"337-756-9217","email_id":"Jacques.Haag@hotmail.com","dop":"2025-04-06","serial_number":"10101919151497432","imei1":"10101919151497432","imei2":"10101919151497432","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155574,"job_number":"JOB_155574","tr_customer_id":155591,"tr_customer_product_id":155581,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:41.000Z","modified_at":"2026-01-16T03:51:41.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18184916324061","imei1":"18184916324061","imei2":"18184916324061","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155576,"job_number":"JOB_155576","tr_customer_id":155593,"tr_customer_product_id":155583,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:41.000Z","modified_at":"2026-01-16T03:52:18.000Z","name":"Sierra Feest","mobile_number":"938-633-2670","email_id":"Annamae.Prosacco67@hotmail.com","dop":"2025-04-06","serial_number":"19854152370366","imei1":"19854152370366","imei2":"19854152370366","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:52:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155577,"job_number":"JOB_155577","tr_customer_id":155594,"tr_customer_product_id":155584,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:41.000Z","modified_at":"2026-01-16T03:51:41.000Z","name":"kajal t","mobile_number":"7045663551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11384338003770","imei1":"11384338003770","imei2":"11384338003770","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155578,"job_number":"JOB_155578","tr_customer_id":155595,"tr_customer_product_id":155585,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:42.000Z","modified_at":"2026-01-16T03:52:17.000Z","name":"Catalina Halvorson","mobile_number":"593-296-3682","email_id":"Gail_Blick@hotmail.com","dop":"2025-04-06","serial_number":"18588366115015","imei1":"18588366115015","imei2":"18588366115015","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:52:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155579,"job_number":"JOB_155579","tr_customer_id":155596,"tr_customer_product_id":155586,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:43.000Z","modified_at":"2026-01-16T03:51:43.000Z","name":"Jabari Kunde","mobile_number":"954-406-0914","email_id":"Victor_Krajcik@gmail.com","dop":"2025-04-06","serial_number":"11611265135004896","imei1":"11611265135004896","imei2":"11611265135004896","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155580,"job_number":"JOB_155580","tr_customer_id":155597,"tr_customer_product_id":155587,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:43.000Z","modified_at":"2026-01-16T03:51:43.000Z","name":"Tomas Roberts","mobile_number":"776-379-8889","email_id":"Eliezer8@gmail.com","dop":"2025-04-06","serial_number":"13955614928200576","imei1":"13955614928200576","imei2":"13955614928200576","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155581,"job_number":"JOB_155581","tr_customer_id":155598,"tr_customer_product_id":155588,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:52:00.000Z","modified_at":"2026-01-16T03:52:00.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19429865798035","imei1":"19429865798035","imei2":"19429865798035","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:52:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155582,"job_number":"JOB_155582","tr_customer_id":155599,"tr_customer_product_id":155589,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:52:00.000Z","modified_at":"2026-01-16T03:52:38.000Z","name":"Orin Runte","mobile_number":"327-926-4874","email_id":"Zakary70@yahoo.com","dop":"2025-04-06","serial_number":"13757149417884","imei1":"13757149417884","imei2":"13757149417884","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:52:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155583,"job_number":"JOB_155583","tr_customer_id":155600,"tr_customer_product_id":155590,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:52:02.000Z","modified_at":"2026-01-16T03:52:02.000Z","name":"Weldon D'Amore","mobile_number":"607-807-9954","email_id":"Alexandrea.Schowalter5@hotmail.com","dop":"2025-04-06","serial_number":"17554577331481782","imei1":"17554577331481782","imei2":"17554577331481782","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:52:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155584,"job_number":"JOB_155584","tr_customer_id":155601,"tr_customer_product_id":155591,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:52:06.000Z","modified_at":"2026-01-16T03:52:06.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19012225031503","imei1":"19012225031503","imei2":"19012225031503","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:52:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155585,"job_number":"JOB_155585","tr_customer_id":155602,"tr_customer_product_id":155592,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:52:06.000Z","modified_at":"2026-01-16T03:52:43.000Z","name":"Florian Kub","mobile_number":"999-574-1313","email_id":"Alize.Legros@yahoo.com","dop":"2025-04-06","serial_number":"19692889277940","imei1":"19692889277940","imei2":"19692889277940","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155586,"job_number":"JOB_155586","tr_customer_id":155603,"tr_customer_product_id":155593,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:52:08.000Z","modified_at":"2026-01-16T03:52:08.000Z","name":"Eddie Gislason","mobile_number":"754-707-6987","email_id":"Easter.Hermann@yahoo.com","dop":"2025-04-06","serial_number":"18229952976923830","imei1":"18229952976923830","imei2":"18229952976923830","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:52:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155587,"job_number":"JOB_155587","tr_customer_id":155604,"tr_customer_product_id":155594,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:52:10.000Z","modified_at":"2026-01-16T03:52:10.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10664513632723","imei1":"10664513632723","imei2":"10664513632723","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:52:10.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":155588,"job_number":"JOB_155588","tr_customer_id":155605,"tr_customer_product_id":155595,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:52:10.000Z","modified_at":"2026-01-16T03:52:45.000Z","name":"Crystel Hamill","mobile_number":"669-603-6457","email_id":"Lulu2@yahoo.com","dop":"2000-01-31","serial_number":"10900256869629","imei1":"10900256869629","imei2":"10900256869629","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155589,"job_number":"JOB_155589","tr_customer_id":155606,"tr_customer_product_id":155596,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:52:11.000Z","modified_at":"2026-01-16T03:52:11.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19403500536776","imei1":"19403500536776","imei2":"19403500536776","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:52:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155590,"job_number":"JOB_155590","tr_customer_id":155607,"tr_customer_product_id":155597,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:52:11.000Z","modified_at":"2026-01-16T03:52:48.000Z","name":"Elisa Larkin","mobile_number":"771-461-6161","email_id":"Maude85@gmail.com","dop":"2025-04-06","serial_number":"11128804495019","imei1":"11128804495019","imei2":"11128804495019","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:52:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155591,"job_number":"JOB_155591","tr_customer_id":155608,"tr_customer_product_id":155598,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:52:11.000Z","modified_at":"2026-01-16T03:52:11.000Z","name":"Ruth Walker","mobile_number":"616-481-2833","email_id":"Ruben_Koepp@yahoo.com","dop":"2000-01-31","serial_number":"1061713939377417","imei1":"1061713939377417","imei2":"1061713939377417","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:52:11.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":155592,"job_number":"JOB_155592","tr_customer_id":155609,"tr_customer_product_id":155599,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:52:13.000Z","modified_at":"2026-01-16T03:52:13.000Z","name":"Kellie Wilkinson","mobile_number":"235-587-2754","email_id":"August32@hotmail.com","dop":"2025-04-06","serial_number":"19623236794676320","imei1":"19623236794676320","imei2":"19623236794676320","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:52:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155593,"job_number":"JOB_155593","tr_customer_id":155610,"tr_customer_product_id":155600,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:52:45.000Z","modified_at":"2026-01-16T03:52:45.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18303156352590","imei1":"18303156352590","imei2":"18303156352590","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155594,"job_number":"JOB_155594","tr_customer_id":155611,"tr_customer_product_id":155601,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:52:45.000Z","modified_at":"2026-01-16T03:53:22.000Z","name":"Thad Becker","mobile_number":"410-659-0974","email_id":"Creola_Abbott46@gmail.com","dop":"2025-04-06","serial_number":"15431213662417","imei1":"15431213662417","imei2":"15431213662417","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:53:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155595,"job_number":"JOB_155595","tr_customer_id":155612,"tr_customer_product_id":155602,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:52:47.000Z","modified_at":"2026-01-16T03:52:47.000Z","name":"Edgardo Cole","mobile_number":"390-640-9809","email_id":"Ismael.Feest89@yahoo.com","dop":"2025-04-06","serial_number":"12688159397227300","imei1":"12688159397227300","imei2":"12688159397227300","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:52:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155596,"job_number":"JOB_155596","tr_customer_id":155613,"tr_customer_product_id":155603,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:52:55.000Z","modified_at":"2026-01-16T03:52:55.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13879202526275","imei1":"13879202526275","imei2":"13879202526275","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:52:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155597,"job_number":"JOB_155597","tr_customer_id":155614,"tr_customer_product_id":155604,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:52:56.000Z","modified_at":"2026-01-16T03:53:32.000Z","name":"Charles Beahan","mobile_number":"879-881-3306","email_id":"Lesley.Wiza@yahoo.com","dop":"2025-04-06","serial_number":"11118465697725","imei1":"11118465697725","imei2":"11118465697725","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:53:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155598,"job_number":"JOB_155598","tr_customer_id":155615,"tr_customer_product_id":155605,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:52:57.000Z","modified_at":"2026-01-16T03:52:57.000Z","name":"Shaun Daugherty","mobile_number":"212-435-4799","email_id":"Emory_Boyle@gmail.com","dop":"2025-04-06","serial_number":"14386751033941178","imei1":"14386751033941178","imei2":"14386751033941178","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:52:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155599,"job_number":"JOB_155599","tr_customer_id":155616,"tr_customer_product_id":155606,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:59:15.000Z","modified_at":"2026-01-16T03:59:15.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"55679896736205","imei1":"55679896736205","imei2":"55679896736205","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:59:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155600,"job_number":"JOB_155600","tr_customer_id":155617,"tr_customer_product_id":155607,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:59:15.000Z","modified_at":"2026-01-16T03:59:15.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"19996846776849","imei1":"19996846776849","imei2":"19996846776849","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:59:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155601,"job_number":"JOB_155601","tr_customer_id":155618,"tr_customer_product_id":155608,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:59:15.000Z","modified_at":"2026-01-16T03:59:15.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"82684415450071","imei1":"82684415450071","imei2":"82684415450071","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:59:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155602,"job_number":"JOB_155602","tr_customer_id":155619,"tr_customer_product_id":155609,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:59:16.000Z","modified_at":"2026-01-16T03:59:16.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"52193120627047","imei1":"52193120627047","imei2":"52193120627047","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:59:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155603,"job_number":"JOB_155603","tr_customer_id":155620,"tr_customer_product_id":155610,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:59:16.000Z","modified_at":"2026-01-16T03:59:16.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"46949627597686","imei1":"46949627597686","imei2":"46949627597686","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:59:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155604,"job_number":"JOB_155604","tr_customer_id":155621,"tr_customer_product_id":155611,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:59:16.000Z","modified_at":"2026-01-16T03:59:16.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"44032828979392","imei1":"44032828979392","imei2":"44032828979392","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:59:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155605,"job_number":"JOB_155605","tr_customer_id":155622,"tr_customer_product_id":155612,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:59:17.000Z","modified_at":"2026-01-16T03:59:41.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"27088464727844","imei1":"27088464727844","imei2":"27088464727844","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:59:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155606,"job_number":"JOB_155606","tr_customer_id":155623,"tr_customer_product_id":155613,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:59:46.000Z","modified_at":"2026-01-16T03:59:46.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"23662326267766","imei1":"23662326267766","imei2":"23662326267766","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:59:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155607,"job_number":"JOB_155607","tr_customer_id":155624,"tr_customer_product_id":155614,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:59:46.000Z","modified_at":"2026-01-16T03:59:46.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"16791202927977","imei1":"16791202927977","imei2":"16791202927977","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:59:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155608,"job_number":"JOB_155608","tr_customer_id":155625,"tr_customer_product_id":155615,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:59:47.000Z","modified_at":"2026-01-16T03:59:47.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"50134645980601","imei1":"50134645980601","imei2":"50134645980601","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:59:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155609,"job_number":"JOB_155609","tr_customer_id":155626,"tr_customer_product_id":155616,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:59:47.000Z","modified_at":"2026-01-16T03:59:47.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"68962444174633","imei1":"68962444174633","imei2":"68962444174633","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:59:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155610,"job_number":"JOB_155610","tr_customer_id":155627,"tr_customer_product_id":155617,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:59:47.000Z","modified_at":"2026-01-16T03:59:47.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"45385731072059","imei1":"45385731072059","imei2":"45385731072059","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:59:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155611,"job_number":"JOB_155611","tr_customer_id":155628,"tr_customer_product_id":155618,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:59:48.000Z","modified_at":"2026-01-16T03:59:48.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"55903931546619","imei1":"55903931546619","imei2":"55903931546619","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:59:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155612,"job_number":"JOB_155612","tr_customer_id":155629,"tr_customer_product_id":155619,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:59:48.000Z","modified_at":"2026-01-16T04:00:11.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"64565458507438","imei1":"64565458507438","imei2":"64565458507438","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T04:00:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155613,"job_number":"JOB_155613","tr_customer_id":155630,"tr_customer_product_id":155620,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:00:17.000Z","modified_at":"2026-01-16T04:00:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"68955586035195","imei1":"68955586035195","imei2":"68955586035195","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:00:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155614,"job_number":"JOB_155614","tr_customer_id":155631,"tr_customer_product_id":155621,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:00:17.000Z","modified_at":"2026-01-16T04:00:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"91851324634423","imei1":"91851324634423","imei2":"91851324634423","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:00:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155615,"job_number":"JOB_155615","tr_customer_id":155632,"tr_customer_product_id":155622,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:00:17.000Z","modified_at":"2026-01-16T04:00:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"92057926201536","imei1":"92057926201536","imei2":"92057926201536","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:00:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155616,"job_number":"JOB_155616","tr_customer_id":155633,"tr_customer_product_id":155623,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:00:18.000Z","modified_at":"2026-01-16T04:00:18.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"71778003089128","imei1":"71778003089128","imei2":"71778003089128","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:00:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155617,"job_number":"JOB_155617","tr_customer_id":155634,"tr_customer_product_id":155624,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:00:18.000Z","modified_at":"2026-01-16T04:00:18.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"18975964669597","imei1":"18975964669597","imei2":"18975964669597","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:00:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155618,"job_number":"JOB_155618","tr_customer_id":155635,"tr_customer_product_id":155625,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:00:18.000Z","modified_at":"2026-01-16T04:00:18.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"17998792860088","imei1":"17998792860088","imei2":"17998792860088","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:00:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155619,"job_number":"JOB_155619","tr_customer_id":155636,"tr_customer_product_id":155626,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:00:19.000Z","modified_at":"2026-01-16T04:00:42.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"54487455581876","imei1":"54487455581876","imei2":"54487455581876","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T04:00:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155620,"job_number":"JOB_155620","tr_customer_id":155637,"tr_customer_product_id":155627,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:29:32.000Z","modified_at":"2026-01-16T04:30:09.000Z","name":"Llewellyn Prohaska","mobile_number":"610-288-6429","email_id":"Minerva78@yahoo.com","dop":"2025-04-06","serial_number":"12792562532060","imei1":"12792562532060","imei2":"12792562532060","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T04:30:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155621,"job_number":"JOB_155621","tr_customer_id":155638,"tr_customer_product_id":155628,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:29:33.000Z","modified_at":"2026-01-16T04:29:33.000Z","name":"Verona Kuhic","mobile_number":"702-491-5172","email_id":"Charlie_Barton72@yahoo.com","dop":"2025-04-06","serial_number":"19769433139222860","imei1":"19769433139222860","imei2":"19769433139222860","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:29:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155622,"job_number":"JOB_155622","tr_customer_id":155639,"tr_customer_product_id":155629,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:32:19.000Z","modified_at":"2026-01-16T04:32:19.000Z","name":"tanmay agashe","mobile_number":"6757898909","email_id":"tanmay@gmail.com","dop":"2026-01-06","serial_number":"69346567893444","imei1":"69346567893444","imei2":"69346567893444","popurl":"2026-01-06T04:32:17.377643300Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:32:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155623,"job_number":"JOB_155623","tr_customer_id":155640,"tr_customer_product_id":155630,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:33:29.000Z","modified_at":"2026-01-16T04:33:29.000Z","name":"tanmay agashe","mobile_number":"6757898909","email_id":"tanmay@gmail.com","dop":"2026-01-06","serial_number":"08546567895390","imei1":"08546567895390","imei2":"08546567895390","popurl":"2026-01-06T04:33:26.974525700Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:33:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155624,"job_number":"JOB_155624","tr_customer_id":155641,"tr_customer_product_id":155631,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:36:56.000Z","modified_at":"2026-01-16T04:36:56.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-06","serial_number":"48420047314707","imei1":"48420047314707","imei2":"48420047314707","popurl":"2026-01-06T04:36:56.128196432Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:36:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155625,"job_number":"JOB_155625","tr_customer_id":155642,"tr_customer_product_id":155632,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:36:57.000Z","modified_at":"2026-01-16T04:36:57.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-06","serial_number":"70527248391176","imei1":"70527248391176","imei2":"70527248391176","popurl":"2026-01-06T04:36:57.252103837Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:36:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155626,"job_number":"JOB_155626","tr_customer_id":155643,"tr_customer_product_id":155633,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:38:26.000Z","modified_at":"2026-01-16T04:38:26.000Z","name":"tanmay agashe","mobile_number":"6757898909","email_id":"tanmay@gmail.com","dop":"2026-01-06","serial_number":"69346567893456","imei1":"69346567893456","imei2":"69346567893456","popurl":"2026-01-06T04:38:23.685345700Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:38:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155627,"job_number":"JOB_155627","tr_customer_id":155644,"tr_customer_product_id":155634,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:40:32.000Z","modified_at":"2026-01-16T04:40:32.000Z","name":"Shashank Shekhar","mobile_number":"9742666189","email_id":"101shashank@gmail.com","dop":"2025-04-06","serial_number":"99966430226557","imei1":"99966430226557","imei2":"99966430226557","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:40:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155628,"job_number":"JOB_155628","tr_customer_id":155645,"tr_customer_product_id":155635,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:44:27.000Z","modified_at":"2026-01-16T04:44:27.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"103926275605255","imei1":"103926275605255","imei2":"103926275605255","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:44:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155629,"job_number":"JOB_155629","tr_customer_id":155646,"tr_customer_product_id":155636,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:44:27.000Z","modified_at":"2026-01-16T04:44:37.000Z","name":"Calista Daniel","mobile_number":"945-733-5658","email_id":"Bruce24@yahoo.com","dop":"2025-07-01","serial_number":"103103343205438","imei1":"103103343205438","imei2":"103103343205438","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T04:44:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155630,"job_number":"JOB_155630","tr_customer_id":155647,"tr_customer_product_id":155637,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:44:38.000Z","modified_at":"2026-01-16T04:44:38.000Z","name":"Easter Koch","mobile_number":"928-250-5732","email_id":"Dayne.Effertz@yahoo.com","dop":"2025-04-06","serial_number":"14889558276512","imei1":"14889558276512","imei2":"14889558276512","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:44:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155631,"job_number":"JOB_155631","tr_customer_id":155648,"tr_customer_product_id":155638,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:44:39.000Z","modified_at":"2026-01-16T04:44:39.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"105776069693431","imei1":"105776069693431","imei2":"105776069693431","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:44:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155632,"job_number":"JOB_155632","tr_customer_id":155649,"tr_customer_product_id":155639,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:44:39.000Z","modified_at":"2026-01-16T04:44:48.000Z","name":"Octavia Hayes","mobile_number":"586-290-0739","email_id":"Torey_Rodriguez@yahoo.com","dop":"2025-07-01","serial_number":"102714794736504","imei1":"102714794736504","imei2":"102714794736504","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T04:44:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155633,"job_number":"JOB_155633","tr_customer_id":155650,"tr_customer_product_id":155640,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:49:12.000Z","modified_at":"2026-01-16T04:49:12.000Z","name":"Uday Raj","mobile_number":"9834786543","email_id":"uday.r@gmail.com","dop":"2025-02-01","serial_number":"19899393010120","imei1":"19899393010120","imei2":"19899393010120","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:49:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155634,"job_number":"JOB_155634","tr_customer_id":155651,"tr_customer_product_id":155641,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:50:18.000Z","modified_at":"2026-01-16T04:50:18.000Z","name":"Manuel Zieme","mobile_number":"595-247-0610","email_id":"Else_Hansen@hotmail.com","dop":"2025-02-01","serial_number":"74609272541571","imei1":"74609272541571","imei2":"74609272541571","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:50:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155638,"job_number":"JOB_155638","tr_customer_id":155655,"tr_customer_product_id":155645,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:55:57.000Z","modified_at":"2026-01-16T04:55:57.000Z","name":"Shashank Shekhar","mobile_number":"9742666189","email_id":"101shashank@gmail.com","dop":"2025-04-06","serial_number":"99966430226599","imei1":"99966430226599","imei2":"99966430226599","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:55:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155639,"job_number":"JOB_155639","tr_customer_id":155656,"tr_customer_product_id":155646,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:56:17.000Z","modified_at":"2026-01-16T04:56:58.000Z","name":"Pierre Hessel","mobile_number":"993-972-7998","email_id":"Cruz_McKenzie55@yahoo.com","dop":"2025-04-06","serial_number":"12694237194878","imei1":"12694237194878","imei2":"12694237194878","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T04:56:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155640,"job_number":"JOB_155640","tr_customer_id":155657,"tr_customer_product_id":155647,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:56:19.000Z","modified_at":"2026-01-16T04:56:19.000Z","name":"Bulah Simonis","mobile_number":"730-658-6104","email_id":"Jaquan_Zemlak47@yahoo.com","dop":"2025-04-06","serial_number":"15413693824894536","imei1":"15413693824894536","imei2":"15413693824894536","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:56:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155641,"job_number":"JOB_155641","tr_customer_id":155658,"tr_customer_product_id":155648,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:56:38.000Z","modified_at":"2026-01-16T04:57:15.000Z","name":"Blaze Pouros","mobile_number":"664-921-1098","email_id":"Brice.Jenkins@yahoo.com","dop":"2025-04-06","serial_number":"15691029113077","imei1":"15691029113077","imei2":"15691029113077","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T04:57:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155642,"job_number":"JOB_155642","tr_customer_id":155659,"tr_customer_product_id":155649,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:56:40.000Z","modified_at":"2026-01-16T04:56:40.000Z","name":"Helene Schinner","mobile_number":"395-771-3770","email_id":"Ernestine.Cronin@hotmail.com","dop":"2025-04-06","serial_number":"15241876165367484","imei1":"15241876165367484","imei2":"15241876165367484","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:56:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155643,"job_number":"JOB_155643","tr_customer_id":155660,"tr_customer_product_id":155650,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:57:26.000Z","modified_at":"2026-01-16T04:57:26.000Z","name":"Shashank Shekhar","mobile_number":"9742666189","email_id":"101shashank@gmail.com","dop":"2025-04-06","serial_number":"99966430226598","imei1":"99966430226598","imei2":"99966430226598","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:57:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155647,"job_number":"JOB_155647","tr_customer_id":155664,"tr_customer_product_id":155654,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T05:09:30.000Z","modified_at":"2026-01-16T06:13:07.000Z","name":"Amaya Langworth","mobile_number":"910-429-7055","email_id":"Gisselle.Hintz68@gmail.com","dop":"2025-12-03","serial_number":"84685174909017","imei1":"84685174909017","imei2":"84685174909017","popurl":"2025-12-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-16T06:13:07.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":155648,"job_number":"JOB_155648","tr_customer_id":155665,"tr_customer_product_id":155655,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T05:09:43.000Z","modified_at":"2026-01-16T05:09:43.000Z","name":"Shashank Shekhar","mobile_number":"9742666189","email_id":"101shashank@gmail.com","dop":"2025-04-06","serial_number":"99966430226597","imei1":"99966430226597","imei2":"99966430226597","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T05:09:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155649,"job_number":"JOB_155649","tr_customer_id":155666,"tr_customer_product_id":155656,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T05:41:28.000Z","modified_at":"2026-01-16T05:41:28.000Z","name":"tanmay agashe","mobile_number":"6757898909","email_id":"tanmay@gmail.com","dop":"2026-01-06","serial_number":"11346567890346","imei1":"11346567890346","imei2":"11346567890346","popurl":"2026-01-06T05:41:27.997331187Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T05:41:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155650,"job_number":"JOB_155650","tr_customer_id":155667,"tr_customer_product_id":155657,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:00:16.000Z","modified_at":"2026-01-16T06:00:16.000Z","name":"Shashank Shekhar","mobile_number":"9742666189","email_id":"101shashank@gmail.com","dop":"2025-04-06","serial_number":"99999999999999","imei1":"99999999999999","imei2":"99999999999999","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:00:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155651,"job_number":"JOB_155651","tr_customer_id":155668,"tr_customer_product_id":155658,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:02:15.000Z","modified_at":"2026-01-16T06:02:15.000Z","name":"Shashank Shekhar","mobile_number":"9742666189","email_id":"101shashank@gmail.com","dop":"2025-04-06","serial_number":"89999999999999","imei1":"89999999999999","imei2":"89999999999999","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:02:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155652,"job_number":"JOB_155652","tr_customer_id":155669,"tr_customer_product_id":155659,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:09:47.000Z","modified_at":"2026-01-16T06:09:47.000Z","name":"Shashank Shekhar","mobile_number":"9742666189","email_id":"101shashank@gmail.com","dop":"2025-04-06","serial_number":"79999999999999","imei1":"79999999999999","imei2":"79999999999999","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:09:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155653,"job_number":"JOB_155653","tr_customer_id":155670,"tr_customer_product_id":155660,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:15:48.000Z","modified_at":"2026-01-16T06:15:48.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"18546374862748","imei1":"18546374862748","imei2":"18546374862748","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:15:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155654,"job_number":"JOB_155654","tr_customer_id":155671,"tr_customer_product_id":155661,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:15:49.000Z","modified_at":"2026-01-16T06:15:49.000Z","name":"Thad Walker","mobile_number":"563-474-2227","email_id":"Aisha.Ernser46@gmail.com","dop":"2025-09-16","serial_number":"13154157928705","imei1":"13154157928705","imei2":"13154157928705","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:15:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155655,"job_number":"JOB_155655","tr_customer_id":155672,"tr_customer_product_id":155662,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:16:02.000Z","modified_at":"2026-01-16T06:16:02.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14523335535044","imei1":"14523335535044","imei2":"14523335535044","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:16:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155656,"job_number":"JOB_155656","tr_customer_id":155673,"tr_customer_product_id":155663,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:16:02.000Z","modified_at":"2026-01-16T06:16:41.000Z","name":"April Turner","mobile_number":"687-855-3445","email_id":"Armando.McLaughlin1@yahoo.com","dop":"2025-04-06","serial_number":"16817630391135","imei1":"16817630391135","imei2":"16817630391135","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:16:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155657,"job_number":"JOB_155657","tr_customer_id":155674,"tr_customer_product_id":155664,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:16:03.000Z","modified_at":"2026-01-16T06:16:03.000Z","name":"Deja Price","mobile_number":"296-505-1529","email_id":"Audra.OConnell@hotmail.com","dop":"2025-04-06","serial_number":"14443526690699648","imei1":"14443526690699648","imei2":"14443526690699648","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:16:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155658,"job_number":"JOB_155658","tr_customer_id":155675,"tr_customer_product_id":155665,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:16:08.000Z","modified_at":"2026-01-16T06:16:08.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"17736769273208","imei1":"17736769273208","imei2":"17736769273208","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:16:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155659,"job_number":"JOB_155659","tr_customer_id":155676,"tr_customer_product_id":155666,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:16:08.000Z","modified_at":"2026-01-16T06:16:08.000Z","name":"Dee Schneider","mobile_number":"392-427-4595","email_id":"Novella90@gmail.com","dop":"2025-09-16","serial_number":"11356350277950","imei1":"11356350277950","imei2":"11356350277950","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:16:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155662,"job_number":"JOB_155662","tr_customer_id":155679,"tr_customer_product_id":155669,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:16:27.000Z","modified_at":"2026-01-16T06:16:27.000Z","name":"kajal p","mobile_number":"9243526785","email_id":"kajal@gmail.com","dop":"2025-09-16","serial_number":"18580675192414","imei1":"18580675192414","imei2":"18580675192414","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:16:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155663,"job_number":"JOB_155663","tr_customer_id":155680,"tr_customer_product_id":155670,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:16:27.000Z","modified_at":"2026-01-16T06:16:27.000Z","name":"Samir Schroeder","mobile_number":"500-386-9531","email_id":"Fern_Padberg@gmail.com","dop":"2025-09-16","serial_number":"12184243985175","imei1":"12184243985175","imei2":"12184243985175","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:16:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155664,"job_number":"JOB_155664","tr_customer_id":155681,"tr_customer_product_id":155671,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:16:48.000Z","modified_at":"2026-01-16T06:16:48.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18600269206682","imei1":"18600269206682","imei2":"18600269206682","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:16:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155665,"job_number":"JOB_155665","tr_customer_id":155682,"tr_customer_product_id":155672,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:16:48.000Z","modified_at":"2026-01-16T06:17:27.000Z","name":"Deron Ullrich","mobile_number":"395-700-2186","email_id":"Elmira_Hintz36@gmail.com","dop":"2025-04-06","serial_number":"16538863290454","imei1":"16538863290454","imei2":"16538863290454","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:17:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155666,"job_number":"JOB_155666","tr_customer_id":155683,"tr_customer_product_id":155673,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:16:50.000Z","modified_at":"2026-01-16T06:16:50.000Z","name":"Oscar Johns","mobile_number":"347-783-3469","email_id":"Kiarra_Hagenes@gmail.com","dop":"2025-04-06","serial_number":"19132541795594000","imei1":"19132541795594000","imei2":"19132541795594000","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:16:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155668,"job_number":"JOB_155668","tr_customer_id":155685,"tr_customer_product_id":155675,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:17:35.000Z","modified_at":"2026-01-16T06:17:35.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13511268549250","imei1":"13511268549250","imei2":"13511268549250","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:17:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155669,"job_number":"JOB_155669","tr_customer_id":155686,"tr_customer_product_id":155676,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:17:35.000Z","modified_at":"2026-01-16T06:18:19.000Z","name":"Ewell Corkery","mobile_number":"813-982-6579","email_id":"Ken_Schultz@gmail.com","dop":"2025-04-06","serial_number":"19024072169478","imei1":"19024072169478","imei2":"19024072169478","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:18:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155670,"job_number":"JOB_155670","tr_customer_id":155687,"tr_customer_product_id":155677,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:17:36.000Z","modified_at":"2026-01-16T06:17:36.000Z","name":"Deron Beier","mobile_number":"606-949-3926","email_id":"Rhea19@yahoo.com","dop":"2025-04-06","serial_number":"15698729394533112","imei1":"15698729394533112","imei2":"15698729394533112","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:17:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155683,"job_number":"JOB_155683","tr_customer_id":155700,"tr_customer_product_id":155690,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:21:41.000Z","modified_at":"2026-01-16T06:21:41.000Z","name":"Gaurav Kumain","mobile_number":"8787474487","email_id":"qwssww@gmail.com","dop":"2025-04-06","serial_number":"16572885284302","imei1":"16572885284302","imei2":"16572885284302","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:21:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155684,"job_number":"JOB_155684","tr_customer_id":155701,"tr_customer_product_id":155691,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:21:57.000Z","modified_at":"2026-01-16T06:21:57.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10234419614103","imei1":"10234419614103","imei2":"10234419614103","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:21:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155685,"job_number":"JOB_155685","tr_customer_id":155702,"tr_customer_product_id":155692,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:21:57.000Z","modified_at":"2026-01-16T06:22:35.000Z","name":"Samir D'Amore","mobile_number":"287-776-3356","email_id":"Penelope46@yahoo.com","dop":"2025-06-18","serial_number":"10347834948635","imei1":"10347834948635","imei2":"10347834948635","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:22:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155686,"job_number":"JOB_155686","tr_customer_id":155703,"tr_customer_product_id":155693,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:21:58.000Z","modified_at":"2026-01-16T06:21:58.000Z","name":"Freda Jacobs","mobile_number":"892-616-9044","email_id":"Emie_Conroy@yahoo.com","dop":"2025-06-18","serial_number":"1095232156265707","imei1":"1095232156265707","imei2":"1095232156265707","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:21:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155687,"job_number":"JOB_155687","tr_customer_id":155704,"tr_customer_product_id":155694,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:22:43.000Z","modified_at":"2026-01-16T06:22:43.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10129626372569","imei1":"10129626372569","imei2":"10129626372569","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:22:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155688,"job_number":"JOB_155688","tr_customer_id":155705,"tr_customer_product_id":155695,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:22:43.000Z","modified_at":"2026-01-16T06:23:20.000Z","name":"Cicero Tillman","mobile_number":"475-579-0102","email_id":"Will83@yahoo.com","dop":"2025-06-18","serial_number":"10857174494582","imei1":"10857174494582","imei2":"10857174494582","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:23:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155689,"job_number":"JOB_155689","tr_customer_id":155706,"tr_customer_product_id":155696,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:22:43.000Z","modified_at":"2026-01-16T06:22:43.000Z","name":"Lionel Murphy","mobile_number":"209-798-6385","email_id":"Bailey80@gmail.com","dop":"2025-06-18","serial_number":"1091165450394017","imei1":"1091165450394017","imei2":"1091165450394017","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:22:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155690,"job_number":"JOB_155690","tr_customer_id":155707,"tr_customer_product_id":155697,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:26:17.000Z","modified_at":"2026-01-16T06:26:17.000Z","name":"Gaurav Kumain","mobile_number":"8787474487","email_id":"qwssww@gmail.com","dop":"2025-04-06","serial_number":"16572885284303","imei1":"16572885284303","imei2":"16572885284303","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:26:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155691,"job_number":"JOB_155691","tr_customer_id":155708,"tr_customer_product_id":155698,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:27:01.000Z","modified_at":"2026-01-16T06:27:01.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18792914001763","imei1":"18792914001763","imei2":"18792914001763","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:27:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155692,"job_number":"JOB_155692","tr_customer_id":155709,"tr_customer_product_id":155699,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:27:02.000Z","modified_at":"2026-01-16T06:27:38.000Z","name":"Torey Kozey","mobile_number":"636-891-6782","email_id":"Maurice_Adams78@yahoo.com","dop":"2025-04-06","serial_number":"11986473215005","imei1":"11986473215005","imei2":"11986473215005","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:27:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155693,"job_number":"JOB_155693","tr_customer_id":155710,"tr_customer_product_id":155700,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:27:03.000Z","modified_at":"2026-01-16T06:27:03.000Z","name":"Heidi Donnelly","mobile_number":"765-761-1553","email_id":"Claud21@yahoo.com","dop":"2025-04-06","serial_number":"15136441970902784","imei1":"15136441970902784","imei2":"15136441970902784","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:27:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155694,"job_number":"JOB_155694","tr_customer_id":155711,"tr_customer_product_id":155701,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:27:45.000Z","modified_at":"2026-01-16T06:27:45.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12474350256277","imei1":"12474350256277","imei2":"12474350256277","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:27:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155695,"job_number":"JOB_155695","tr_customer_id":155712,"tr_customer_product_id":155702,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:27:45.000Z","modified_at":"2026-01-16T06:28:20.000Z","name":"Darrell Miller","mobile_number":"719-750-9013","email_id":"Gideon_Goyette94@yahoo.com","dop":"2025-04-06","serial_number":"17237194779382","imei1":"17237194779382","imei2":"17237194779382","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:28:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155696,"job_number":"JOB_155696","tr_customer_id":155713,"tr_customer_product_id":155703,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:27:46.000Z","modified_at":"2026-01-16T06:27:46.000Z","name":"Rudy Stiedemann","mobile_number":"442-264-6155","email_id":"Jaylin.Runolfsson@yahoo.com","dop":"2025-04-06","serial_number":"13492937547637564","imei1":"13492937547637564","imei2":"13492937547637564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:27:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155697,"job_number":"JOB_155697","tr_customer_id":155714,"tr_customer_product_id":155704,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:28:27.000Z","modified_at":"2026-01-16T06:28:27.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19306329118267","imei1":"19306329118267","imei2":"19306329118267","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:28:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155698,"job_number":"JOB_155698","tr_customer_id":155715,"tr_customer_product_id":155705,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:28:27.000Z","modified_at":"2026-01-16T06:29:03.000Z","name":"Nasir Welch","mobile_number":"897-283-4490","email_id":"Leslie.Schulist74@gmail.com","dop":"2025-04-06","serial_number":"19464405202138","imei1":"19464405202138","imei2":"19464405202138","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:29:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155699,"job_number":"JOB_155699","tr_customer_id":155716,"tr_customer_product_id":155706,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:28:29.000Z","modified_at":"2026-01-16T06:28:29.000Z","name":"Derick Green","mobile_number":"343-294-0155","email_id":"Thurman59@yahoo.com","dop":"2025-04-06","serial_number":"16809733002813264","imei1":"16809733002813264","imei2":"16809733002813264","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:28:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155702,"job_number":"JOB_155702","tr_customer_id":155719,"tr_customer_product_id":155709,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:29:30.000Z","modified_at":"2026-01-16T06:29:30.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12160862483626","imei1":"12160862483626","imei2":"12160862483626","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:29:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155703,"job_number":"JOB_155703","tr_customer_id":155720,"tr_customer_product_id":155710,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:29:30.000Z","modified_at":"2026-01-16T06:30:11.000Z","name":"Ollie Stroman","mobile_number":"478-870-0177","email_id":"Ada.Block@yahoo.com","dop":"2025-04-06","serial_number":"16953975620819","imei1":"16953975620819","imei2":"16953975620819","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:30:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155704,"job_number":"JOB_155704","tr_customer_id":155721,"tr_customer_product_id":155711,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:29:32.000Z","modified_at":"2026-01-16T06:29:32.000Z","name":"Rhianna Schoen","mobile_number":"212-665-2079","email_id":"Lottie.Armstrong@yahoo.com","dop":"2025-04-06","serial_number":"11901143664342048","imei1":"11901143664342048","imei2":"11901143664342048","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:29:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155705,"job_number":"JOB_155705","tr_customer_id":155722,"tr_customer_product_id":155712,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:30:19.000Z","modified_at":"2026-01-16T06:30:19.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12674320033800","imei1":"12674320033800","imei2":"12674320033800","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:30:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155706,"job_number":"JOB_155706","tr_customer_id":155723,"tr_customer_product_id":155713,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:30:19.000Z","modified_at":"2026-01-16T06:31:00.000Z","name":"Rigoberto Jacobson","mobile_number":"569-401-2122","email_id":"Crawford.Roberts76@gmail.com","dop":"2025-04-06","serial_number":"12380357433051","imei1":"12380357433051","imei2":"12380357433051","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:31:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155707,"job_number":"JOB_155707","tr_customer_id":155724,"tr_customer_product_id":155714,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:30:20.000Z","modified_at":"2026-01-16T06:30:20.000Z","name":"Laron Durgan","mobile_number":"264-200-0555","email_id":"Alayna17@hotmail.com","dop":"2025-04-06","serial_number":"11805549138506768","imei1":"11805549138506768","imei2":"11805549138506768","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:30:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155708,"job_number":"JOB_155708","tr_customer_id":155725,"tr_customer_product_id":155715,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:31:08.000Z","modified_at":"2026-01-16T06:31:08.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10291803468165","imei1":"10291803468165","imei2":"10291803468165","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:31:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155709,"job_number":"JOB_155709","tr_customer_id":155726,"tr_customer_product_id":155716,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:31:08.000Z","modified_at":"2026-01-16T06:31:49.000Z","name":"Alejandra Reilly","mobile_number":"780-420-5912","email_id":"Bertha54@yahoo.com","dop":"2025-04-06","serial_number":"18483580835511","imei1":"18483580835511","imei2":"18483580835511","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:31:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155710,"job_number":"JOB_155710","tr_customer_id":155727,"tr_customer_product_id":155717,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:31:09.000Z","modified_at":"2026-01-16T06:31:09.000Z","name":"Velda Heaney","mobile_number":"352-758-7513","email_id":"Diamond_Reynolds52@hotmail.com","dop":"2025-04-06","serial_number":"14976485295733564","imei1":"14976485295733564","imei2":"14976485295733564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:31:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155711,"job_number":"JOB_155711","tr_customer_id":155728,"tr_customer_product_id":155718,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:33:23.000Z","modified_at":"2026-01-16T06:34:14.000Z","name":"Wilton Stehr","mobile_number":"271-924-0498","email_id":"Isac_Effertz57@yahoo.com","dop":"2025-04-06","serial_number":"18310168636984","imei1":"18310168636984","imei2":"18310168636984","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:34:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155712,"job_number":"JOB_155712","tr_customer_id":155729,"tr_customer_product_id":155719,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:33:25.000Z","modified_at":"2026-01-16T06:33:25.000Z","name":"Darren Terry","mobile_number":"941-848-4064","email_id":"Derek_Waters93@gmail.com","dop":"2025-04-06","serial_number":"16510770579164860","imei1":"16510770579164860","imei2":"16510770579164860","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:33:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155713,"job_number":"JOB_155713","tr_customer_id":155730,"tr_customer_product_id":155720,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:34:10.000Z","modified_at":"2026-01-16T06:34:10.000Z","name":"Gaurav Kumain","mobile_number":"8787474487","email_id":"qwssww@gmail.com","dop":"2025-04-06","serial_number":"16572885284304","imei1":"16572885284304","imei2":"16572885284303","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:34:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155714,"job_number":"JOB_155714","tr_customer_id":155731,"tr_customer_product_id":155721,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:34:13.000Z","modified_at":"2026-01-16T06:34:13.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18183250601741","imei1":"18183250601741","imei2":"18183250601741","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:34:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155715,"job_number":"JOB_155715","tr_customer_id":155732,"tr_customer_product_id":155722,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:34:13.000Z","modified_at":"2026-01-16T06:34:55.000Z","name":"Mike Yundt","mobile_number":"256-731-8532","email_id":"Leopold13@yahoo.com","dop":"2025-04-06","serial_number":"16034146038240","imei1":"16034146038240","imei2":"16034146038240","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:34:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155716,"job_number":"JOB_155716","tr_customer_id":155733,"tr_customer_product_id":155723,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:34:15.000Z","modified_at":"2026-01-16T06:34:15.000Z","name":"Noemie Moore","mobile_number":"922-216-5908","email_id":"Adelia.Legros@gmail.com","dop":"2025-04-06","serial_number":"19849856542088270","imei1":"19849856542088270","imei2":"19849856542088270","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:34:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155717,"job_number":"JOB_155717","tr_customer_id":155734,"tr_customer_product_id":155724,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:34:34.000Z","modified_at":"2026-01-16T06:34:34.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10401945627152","imei1":"10401945627152","imei2":"10401945627152","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:34:34.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":155718,"job_number":"JOB_155718","tr_customer_id":155735,"tr_customer_product_id":155725,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:34:34.000Z","modified_at":"2026-01-16T06:35:11.000Z","name":"Mafalda McKenzie","mobile_number":"920-632-5357","email_id":"Westley_Bartell48@yahoo.com","dop":"2000-01-31","serial_number":"10845527250382","imei1":"10845527250382","imei2":"10845527250382","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:35:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155719,"job_number":"JOB_155719","tr_customer_id":155736,"tr_customer_product_id":155726,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:34:36.000Z","modified_at":"2026-01-16T06:34:36.000Z","name":"Axel Yundt","mobile_number":"982-777-0534","email_id":"Cleta.Schneider50@yahoo.com","dop":"2000-01-31","serial_number":"1075302203986053","imei1":"1075302203986053","imei2":"1075302203986053","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:34:36.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":155720,"job_number":"JOB_155720","tr_customer_id":155737,"tr_customer_product_id":155727,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:35:04.000Z","modified_at":"2026-01-16T06:35:04.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13402961231475","imei1":"13402961231475","imei2":"13402961231475","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:35:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155721,"job_number":"JOB_155721","tr_customer_id":155738,"tr_customer_product_id":155728,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:35:04.000Z","modified_at":"2026-01-16T06:35:54.000Z","name":"Jamison Lockman","mobile_number":"833-480-5080","email_id":"Glenda24@hotmail.com","dop":"2025-04-06","serial_number":"11180391073842","imei1":"11180391073842","imei2":"11180391073842","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:35:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155722,"job_number":"JOB_155722","tr_customer_id":155739,"tr_customer_product_id":155729,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:35:06.000Z","modified_at":"2026-01-16T06:35:06.000Z","name":"Amanda Considine","mobile_number":"587-276-9658","email_id":"Valerie76@gmail.com","dop":"2025-04-06","serial_number":"19754602933334430","imei1":"19754602933334430","imei2":"19754602933334430","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:35:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155723,"job_number":"JOB_155723","tr_customer_id":155740,"tr_customer_product_id":155730,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:35:18.000Z","modified_at":"2026-01-16T06:35:18.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10385237056781","imei1":"10385237056781","imei2":"10385237056781","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:35:18.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":155724,"job_number":"JOB_155724","tr_customer_id":155741,"tr_customer_product_id":155731,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:35:18.000Z","modified_at":"2026-01-16T06:35:54.000Z","name":"Laurianne Auer","mobile_number":"786-311-5641","email_id":"Selmer7@yahoo.com","dop":"2000-01-31","serial_number":"10684109007475","imei1":"10684109007475","imei2":"10684109007475","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:35:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155725,"job_number":"JOB_155725","tr_customer_id":155742,"tr_customer_product_id":155732,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:35:20.000Z","modified_at":"2026-01-16T06:35:20.000Z","name":"Columbus Schumm","mobile_number":"994-986-8614","email_id":"Maybelle_Langosh96@yahoo.com","dop":"2000-01-31","serial_number":"1023850899366975","imei1":"1023850899366975","imei2":"1023850899366975","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:35:20.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":155726,"job_number":"JOB_155726","tr_customer_id":155743,"tr_customer_product_id":155733,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:35:50.000Z","modified_at":"2026-01-16T06:35:50.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12561051754101","imei1":"12561051754101","imei2":"12561051754101","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:35:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155727,"job_number":"JOB_155727","tr_customer_id":155744,"tr_customer_product_id":155734,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:35:51.000Z","modified_at":"2026-01-16T06:36:29.000Z","name":"Eva Rippin","mobile_number":"651-415-0665","email_id":"Amber.Bergnaum@yahoo.com","dop":"2025-04-06","serial_number":"12282164406009","imei1":"12282164406009","imei2":"12282164406009","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:36:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155728,"job_number":"JOB_155728","tr_customer_id":155745,"tr_customer_product_id":155735,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:35:52.000Z","modified_at":"2026-01-16T06:35:52.000Z","name":"Ebony Wintheiser","mobile_number":"567-275-3241","email_id":"Elinore.Goldner@gmail.com","dop":"2025-04-06","serial_number":"13695480512531648","imei1":"13695480512531648","imei2":"13695480512531648","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:35:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155729,"job_number":"JOB_155729","tr_customer_id":155746,"tr_customer_product_id":155736,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:36:01.000Z","modified_at":"2026-01-16T06:36:01.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10651292496707","imei1":"10651292496707","imei2":"10651292496707","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:36:01.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":155730,"job_number":"JOB_155730","tr_customer_id":155747,"tr_customer_product_id":155737,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:36:01.000Z","modified_at":"2026-01-16T06:36:36.000Z","name":"Gerda Lubowitz","mobile_number":"270-389-9105","email_id":"Vivienne_Marks54@gmail.com","dop":"2000-01-31","serial_number":"10037800508870","imei1":"10037800508870","imei2":"10037800508870","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:36:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155731,"job_number":"JOB_155731","tr_customer_id":155748,"tr_customer_product_id":155738,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:36:02.000Z","modified_at":"2026-01-16T06:36:02.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10905864665923","imei1":"10905864665923","imei2":"10905864665923","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:36:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155732,"job_number":"JOB_155732","tr_customer_id":155749,"tr_customer_product_id":155739,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:36:02.000Z","modified_at":"2026-01-16T06:36:42.000Z","name":"Retha Doyle","mobile_number":"322-358-5895","email_id":"Lucy.Wilderman@yahoo.com","dop":"2025-04-06","serial_number":"14618890772741","imei1":"14618890772741","imei2":"14618890772741","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:36:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155733,"job_number":"JOB_155733","tr_customer_id":155750,"tr_customer_product_id":155740,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:36:02.000Z","modified_at":"2026-01-16T06:36:02.000Z","name":"Bobby Kuvalis","mobile_number":"236-505-5749","email_id":"Dariana_Pouros98@yahoo.com","dop":"2000-01-31","serial_number":"1053825763001151","imei1":"1053825763001151","imei2":"1053825763001151","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:36:02.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":155734,"job_number":"JOB_155734","tr_customer_id":155751,"tr_customer_product_id":155741,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:36:03.000Z","modified_at":"2026-01-16T06:36:03.000Z","name":"Evangeline Emard","mobile_number":"685-236-5910","email_id":"Ezra4@hotmail.com","dop":"2025-04-06","serial_number":"15454439136977072","imei1":"15454439136977072","imei2":"15454439136977072","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:36:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155735,"job_number":"JOB_155735","tr_customer_id":155752,"tr_customer_product_id":155742,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:36:36.000Z","modified_at":"2026-01-16T06:36:36.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18011725642892","imei1":"18011725642892","imei2":"18011725642892","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:36:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155736,"job_number":"JOB_155736","tr_customer_id":155753,"tr_customer_product_id":155743,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:36:37.000Z","modified_at":"2026-01-16T06:37:14.000Z","name":"Lacey Hessel","mobile_number":"568-278-2896","email_id":"Shanny.Blick97@yahoo.com","dop":"2025-04-06","serial_number":"13713984603110","imei1":"13713984603110","imei2":"13713984603110","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:37:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155737,"job_number":"JOB_155737","tr_customer_id":155754,"tr_customer_product_id":155744,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:36:38.000Z","modified_at":"2026-01-16T06:36:38.000Z","name":"Lenore White","mobile_number":"315-988-3242","email_id":"Myrna.Cruickshank@gmail.com","dop":"2025-04-06","serial_number":"16588747903909444","imei1":"16588747903909444","imei2":"16588747903909444","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:36:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155738,"job_number":"JOB_155738","tr_customer_id":155755,"tr_customer_product_id":155745,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:36:43.000Z","modified_at":"2026-01-16T06:36:43.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10838737959437","imei1":"10838737959437","imei2":"10838737959437","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:36:43.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":155739,"job_number":"JOB_155739","tr_customer_id":155756,"tr_customer_product_id":155746,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:36:44.000Z","modified_at":"2026-01-16T06:37:19.000Z","name":"Dejon Lakin","mobile_number":"335-907-8039","email_id":"Lauren.Hayes92@yahoo.com","dop":"2000-01-31","serial_number":"10267037698192","imei1":"10267037698192","imei2":"10267037698192","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:37:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155740,"job_number":"JOB_155740","tr_customer_id":155757,"tr_customer_product_id":155747,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:36:45.000Z","modified_at":"2026-01-16T06:36:45.000Z","name":"Elmo Hilll","mobile_number":"347-380-2254","email_id":"Shakira_Mitchell@yahoo.com","dop":"2000-01-31","serial_number":"1075873331519296","imei1":"1075873331519296","imei2":"1075873331519296","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:36:45.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":155741,"job_number":"JOB_155741","tr_customer_id":155758,"tr_customer_product_id":155748,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:37:21.000Z","modified_at":"2026-01-16T06:37:21.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18479831109450","imei1":"18479831109450","imei2":"18479831109450","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:37:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155742,"job_number":"JOB_155742","tr_customer_id":155759,"tr_customer_product_id":155749,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:37:22.000Z","modified_at":"2026-01-16T06:38:00.000Z","name":"Jayme Douglas","mobile_number":"532-355-5229","email_id":"Mikel_Padberg62@gmail.com","dop":"2025-04-06","serial_number":"12386822199817","imei1":"12386822199817","imei2":"12386822199817","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:38:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155743,"job_number":"JOB_155743","tr_customer_id":155760,"tr_customer_product_id":155750,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:37:23.000Z","modified_at":"2026-01-16T06:37:23.000Z","name":"Clifton Will","mobile_number":"466-925-6032","email_id":"Sydnie50@hotmail.com","dop":"2025-04-06","serial_number":"17264357883813052","imei1":"17264357883813052","imei2":"17264357883813052","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:37:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155744,"job_number":"JOB_155744","tr_customer_id":155761,"tr_customer_product_id":155751,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:40:24.000Z","modified_at":"2026-01-16T06:40:24.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11421853362375","imei1":"11421853362375","imei2":"11421853362375","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:40:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155745,"job_number":"JOB_155745","tr_customer_id":155762,"tr_customer_product_id":155752,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:40:24.000Z","modified_at":"2026-01-16T06:41:00.000Z","name":"Litzy Becker","mobile_number":"927-899-7268","email_id":"Alfonso.Johnston31@yahoo.com","dop":"2025-04-06","serial_number":"17301731604560","imei1":"17301731604560","imei2":"17301731604560","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:41:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155746,"job_number":"JOB_155746","tr_customer_id":155763,"tr_customer_product_id":155753,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:40:25.000Z","modified_at":"2026-01-16T06:40:25.000Z","name":"Ophelia Kohler","mobile_number":"852-921-4197","email_id":"Dianna.Feil@yahoo.com","dop":"2025-04-06","serial_number":"12271151503417396","imei1":"12271151503417396","imei2":"12271151503417396","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:40:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155747,"job_number":"JOB_155747","tr_customer_id":155764,"tr_customer_product_id":155754,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:41:07.000Z","modified_at":"2026-01-16T06:41:07.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17527577093892","imei1":"17527577093892","imei2":"17527577093892","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:41:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155748,"job_number":"JOB_155748","tr_customer_id":155765,"tr_customer_product_id":155755,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:41:07.000Z","modified_at":"2026-01-16T06:41:43.000Z","name":"Mariano Rice","mobile_number":"468-584-7081","email_id":"Coy.Kassulke63@yahoo.com","dop":"2025-04-06","serial_number":"12971650487339","imei1":"12971650487339","imei2":"12971650487339","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:41:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155749,"job_number":"JOB_155749","tr_customer_id":155766,"tr_customer_product_id":155756,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:41:09.000Z","modified_at":"2026-01-16T06:41:09.000Z","name":"Giuseppe Carter","mobile_number":"956-449-4965","email_id":"Sonya54@yahoo.com","dop":"2025-04-06","serial_number":"10273525838172484","imei1":"10273525838172484","imei2":"10273525838172484","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:41:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155750,"job_number":"JOB_155750","tr_customer_id":155767,"tr_customer_product_id":155757,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:41:19.000Z","modified_at":"2026-01-16T06:41:58.000Z","name":"Era Conn","mobile_number":"211-457-8514","email_id":"Colleen71@gmail.com","dop":"2025-04-06","serial_number":"14607941375750","imei1":"14607941375750","imei2":"14607941375750","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:41:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155751,"job_number":"JOB_155751","tr_customer_id":155768,"tr_customer_product_id":155758,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:41:20.000Z","modified_at":"2026-01-16T06:41:20.000Z","name":"Dustin Carroll","mobile_number":"720-927-0260","email_id":"Alba46@gmail.com","dop":"2025-04-06","serial_number":"19432793905878870","imei1":"19432793905878870","imei2":"19432793905878870","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:41:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155752,"job_number":"JOB_155752","tr_customer_id":155769,"tr_customer_product_id":155759,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:41:21.000Z","modified_at":"2026-01-16T06:41:21.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10167067858945","imei1":"10167067858945","imei2":"10167067858945","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:41:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155753,"job_number":"JOB_155753","tr_customer_id":155770,"tr_customer_product_id":155760,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:41:22.000Z","modified_at":"2026-01-16T06:41:58.000Z","name":"Jessika Sauer","mobile_number":"974-395-5344","email_id":"Kevon_Gutkowski66@gmail.com","dop":"2025-04-06","serial_number":"17489862917540","imei1":"17489862917540","imei2":"17489862917540","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:41:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155754,"job_number":"JOB_155754","tr_customer_id":155771,"tr_customer_product_id":155761,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:41:23.000Z","modified_at":"2026-01-16T06:41:23.000Z","name":"Lonzo Considine","mobile_number":"669-263-4928","email_id":"Kiera23@yahoo.com","dop":"2025-04-06","serial_number":"15136230129385224","imei1":"15136230129385224","imei2":"15136230129385224","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:41:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155755,"job_number":"JOB_155755","tr_customer_id":155772,"tr_customer_product_id":155762,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:41:42.000Z","modified_at":"2026-01-16T06:42:21.000Z","name":"Daphne Bechtelar","mobile_number":"808-234-3950","email_id":"Cristobal.Conn@gmail.com","dop":"2025-04-06","serial_number":"13859799202004","imei1":"13859799202004","imei2":"13859799202004","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:42:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155756,"job_number":"JOB_155756","tr_customer_id":155773,"tr_customer_product_id":155763,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:41:43.000Z","modified_at":"2026-01-16T06:41:43.000Z","name":"Tianna Swift","mobile_number":"829-786-2295","email_id":"Earl61@hotmail.com","dop":"2025-04-06","serial_number":"14694088865761580","imei1":"14694088865761580","imei2":"14694088865761580","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:41:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155757,"job_number":"JOB_155757","tr_customer_id":155774,"tr_customer_product_id":155764,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:41:50.000Z","modified_at":"2026-01-16T06:41:50.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16157917824236","imei1":"16157917824236","imei2":"16157917824236","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:41:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155758,"job_number":"JOB_155758","tr_customer_id":155775,"tr_customer_product_id":155765,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:41:50.000Z","modified_at":"2026-01-16T06:42:26.000Z","name":"Cassandre Jacobi","mobile_number":"850-268-7166","email_id":"Norwood.Barton5@yahoo.com","dop":"2025-04-06","serial_number":"14243627246357","imei1":"14243627246357","imei2":"14243627246357","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:42:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155759,"job_number":"JOB_155759","tr_customer_id":155776,"tr_customer_product_id":155766,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:41:51.000Z","modified_at":"2026-01-16T06:41:51.000Z","name":"Stella Erdman","mobile_number":"654-871-8951","email_id":"Clare82@gmail.com","dop":"2025-04-06","serial_number":"10811966025947974","imei1":"10811966025947974","imei2":"10811966025947974","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:41:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155760,"job_number":"JOB_155760","tr_customer_id":155777,"tr_customer_product_id":155767,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:42:00.000Z","modified_at":"2026-01-16T06:42:00.000Z","name":"Gaurav Kumain","mobile_number":"8787474487","email_id":"qwssww@gmail.com","dop":"2025-04-06","serial_number":"16572885284305","imei1":"16572885284305","imei2":"16572885284305","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:42:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155761,"job_number":"JOB_155761","tr_customer_id":155778,"tr_customer_product_id":155768,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:42:06.000Z","modified_at":"2026-01-16T06:42:06.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12398337583225","imei1":"12398337583225","imei2":"12398337583225","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:42:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155762,"job_number":"JOB_155762","tr_customer_id":155779,"tr_customer_product_id":155769,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:42:06.000Z","modified_at":"2026-01-16T06:42:49.000Z","name":"Lambert Romaguera","mobile_number":"575-935-0067","email_id":"Berta_Macejkovic@gmail.com","dop":"2025-04-06","serial_number":"14883302352445","imei1":"14883302352445","imei2":"14883302352445","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:42:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155763,"job_number":"JOB_155763","tr_customer_id":155780,"tr_customer_product_id":155770,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:42:08.000Z","modified_at":"2026-01-16T06:42:08.000Z","name":"Julia Moen","mobile_number":"321-971-0040","email_id":"Ramon54@hotmail.com","dop":"2025-04-06","serial_number":"16373246844481656","imei1":"16373246844481656","imei2":"16373246844481656","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:42:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155764,"job_number":"JOB_155764","tr_customer_id":155781,"tr_customer_product_id":155771,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:42:44.000Z","modified_at":"2026-01-16T06:42:44.000Z","name":"Gaurav Kumain","mobile_number":"8787474487","email_id":"qwssww@gmail.com","dop":"2025-04-06","serial_number":"16572885284306","imei1":"16572885284306","imei2":"16572885284306","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:42:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155765,"job_number":"JOB_155765","tr_customer_id":155782,"tr_customer_product_id":155772,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:42:57.000Z","modified_at":"2026-01-16T06:42:57.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16683229693587","imei1":"16683229693587","imei2":"16683229693587","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:42:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155766,"job_number":"JOB_155766","tr_customer_id":155783,"tr_customer_product_id":155773,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:42:57.000Z","modified_at":"2026-01-16T06:43:37.000Z","name":"Jerad Ratke","mobile_number":"442-531-9934","email_id":"Regan_OKon21@hotmail.com","dop":"2025-04-06","serial_number":"14751056389494","imei1":"14751056389494","imei2":"14751056389494","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:43:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155767,"job_number":"JOB_155767","tr_customer_id":155784,"tr_customer_product_id":155774,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:42:58.000Z","modified_at":"2026-01-16T06:42:58.000Z","name":"Vladimir Runte","mobile_number":"429-717-1121","email_id":"Kira_Stracke17@hotmail.com","dop":"2025-04-06","serial_number":"18403541612665524","imei1":"18403541612665524","imei2":"18403541612665524","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:42:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155768,"job_number":"JOB_155768","tr_customer_id":155785,"tr_customer_product_id":155775,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:46:44.000Z","modified_at":"2026-01-16T06:46:44.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10725069005359","imei1":"10725069005359","imei2":"10725069005359","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:46:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155769,"job_number":"JOB_155769","tr_customer_id":155786,"tr_customer_product_id":155776,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:46:44.000Z","modified_at":"2026-01-16T06:47:19.000Z","name":"Angelita Cremin","mobile_number":"999-346-0038","email_id":"Karelle56@gmail.com","dop":"2025-04-06","serial_number":"19340401206102","imei1":"19340401206102","imei2":"19340401206102","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:47:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155770,"job_number":"JOB_155770","tr_customer_id":155787,"tr_customer_product_id":155777,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:46:45.000Z","modified_at":"2026-01-16T06:46:45.000Z","name":"Leopoldo Gislason","mobile_number":"268-936-4383","email_id":"Connor97@gmail.com","dop":"2025-04-06","serial_number":"16617283109406458","imei1":"16617283109406458","imei2":"16617283109406458","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:46:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155771,"job_number":"JOB_155771","tr_customer_id":155788,"tr_customer_product_id":155778,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:46:50.000Z","modified_at":"2026-01-16T06:47:34.000Z","name":"Assunta Olson","mobile_number":"694-867-5601","email_id":"Katelyn.Crona21@yahoo.com","dop":"2025-04-06","serial_number":"14506832890592","imei1":"14506832890592","imei2":"14506832890592","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:47:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155772,"job_number":"JOB_155772","tr_customer_id":155789,"tr_customer_product_id":155779,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:46:51.000Z","modified_at":"2026-01-16T06:46:51.000Z","name":"Fae Murazik","mobile_number":"346-564-2712","email_id":"Lenora.Kunze@gmail.com","dop":"2025-04-06","serial_number":"13755674628984042","imei1":"13755674628984042","imei2":"13755674628984042","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:46:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155773,"job_number":"JOB_155773","tr_customer_id":155790,"tr_customer_product_id":155780,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:47:26.000Z","modified_at":"2026-01-16T06:47:26.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18041222648615","imei1":"18041222648615","imei2":"18041222648615","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:47:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155774,"job_number":"JOB_155774","tr_customer_id":155791,"tr_customer_product_id":155781,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:47:26.000Z","modified_at":"2026-01-16T06:48:00.000Z","name":"Jimmie Bins","mobile_number":"950-428-2732","email_id":"Mae.Kirlin41@hotmail.com","dop":"2025-04-06","serial_number":"11906500997937","imei1":"11906500997937","imei2":"11906500997937","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:48:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155775,"job_number":"JOB_155775","tr_customer_id":155792,"tr_customer_product_id":155782,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:47:27.000Z","modified_at":"2026-01-16T06:47:27.000Z","name":"Cynthia Greenholt","mobile_number":"695-701-0115","email_id":"Jovany72@gmail.com","dop":"2025-04-06","serial_number":"11836973861407318","imei1":"11836973861407318","imei2":"11836973861407318","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:47:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155776,"job_number":"JOB_155776","tr_customer_id":155793,"tr_customer_product_id":155783,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:48:07.000Z","modified_at":"2026-01-16T06:48:07.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10369012279854","imei1":"10369012279854","imei2":"10369012279854","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:48:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155777,"job_number":"JOB_155777","tr_customer_id":155794,"tr_customer_product_id":155784,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:48:07.000Z","modified_at":"2026-01-16T06:48:42.000Z","name":"Ashlynn Farrell","mobile_number":"461-825-6931","email_id":"Charley.Boyle@yahoo.com","dop":"2025-04-06","serial_number":"15723477770811","imei1":"15723477770811","imei2":"15723477770811","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:48:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155778,"job_number":"JOB_155778","tr_customer_id":155795,"tr_customer_product_id":155785,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:48:09.000Z","modified_at":"2026-01-16T06:48:09.000Z","name":"Stanford Dibbert","mobile_number":"393-702-4663","email_id":"Loy_Welch84@hotmail.com","dop":"2025-04-06","serial_number":"18618603978201628","imei1":"18618603978201628","imei2":"18618603978201628","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:48:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155779,"job_number":"JOB_155779","tr_customer_id":155796,"tr_customer_product_id":155786,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T07:00:16.000Z","modified_at":"2026-01-16T07:00:53.000Z","name":"Alysha Botsford","mobile_number":"371-683-7753","email_id":"Frida.Kreiger@gmail.com","dop":"2025-04-06","serial_number":"15936738577588","imei1":"15936738577588","imei2":"15936738577588","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T07:00:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155780,"job_number":"JOB_155780","tr_customer_id":155797,"tr_customer_product_id":155787,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T07:00:17.000Z","modified_at":"2026-01-16T07:00:17.000Z","name":"Enos Adams","mobile_number":"618-705-8656","email_id":"Lavina_Streich65@gmail.com","dop":"2025-04-06","serial_number":"16095089629971664","imei1":"16095089629971664","imei2":"16095089629971664","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T07:00:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155787,"job_number":"JOB_155787","tr_customer_id":155804,"tr_customer_product_id":155794,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T07:42:34.000Z","modified_at":"2026-01-16T07:43:13.000Z","name":"Nathanael Moen","mobile_number":"999-980-8246","email_id":"Mariela.Kozey62@hotmail.com","dop":"2025-04-06","serial_number":"14422282238553","imei1":"14422282238553","imei2":"14422282238553","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T07:43:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155788,"job_number":"JOB_155788","tr_customer_id":155805,"tr_customer_product_id":155795,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T07:42:35.000Z","modified_at":"2026-01-16T07:42:35.000Z","name":"Alize Abbott","mobile_number":"852-313-2612","email_id":"Connie.Dach15@hotmail.com","dop":"2025-04-06","serial_number":"19903792800148290","imei1":"19903792800148290","imei2":"19903792800148290","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T07:42:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155443,"job_number":"JOB_155443","tr_customer_id":155460,"tr_customer_product_id":155450,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:39.000Z","modified_at":"2026-01-16T03:49:39.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Lilyan_Pouros@yahoo.com","dop":"2025-07-02","serial_number":"18379672176321","imei1":"18379672176321","imei2":"18379672176321","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155456,"job_number":"JOB_155456","tr_customer_id":155473,"tr_customer_product_id":155463,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:55.000Z","modified_at":"2026-01-16T03:49:55.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Ila_Halvorson@hotmail.com","dop":"2025-07-02","serial_number":"12646098675885","imei1":"12646098675885","imei2":"12646098675885","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155468,"job_number":"JOB_155468","tr_customer_id":155485,"tr_customer_product_id":155475,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:11.000Z","modified_at":"2026-01-16T03:50:11.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Rhianna_Hamill22@yahoo.com","dop":"2025-07-02","serial_number":"18556463680068","imei1":"18556463680068","imei2":"18556463680068","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155491,"job_number":"JOB_155491","tr_customer_id":155508,"tr_customer_product_id":155498,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:19.000Z","modified_at":"2026-01-16T03:50:42.000Z","name":"Kianna Walter","mobile_number":"766-473-7208","email_id":"Elvie.Halvorson@yahoo.com","dop":"2025-10-01","serial_number":"12643475059657","imei1":"12643475059657","imei2":"12643475059657","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:50:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155495,"job_number":"JOB_155495","tr_customer_id":155512,"tr_customer_product_id":155502,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:32.000Z","modified_at":"2026-01-16T03:50:32.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"177238735641284","imei1":"177238735641284","imei2":"177238735641284","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155496,"job_number":"JOB_155496","tr_customer_id":155513,"tr_customer_product_id":155503,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:32.000Z","modified_at":"2026-01-16T03:50:32.000Z","name":"Genesis Goyette","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"182069094863967","imei1":"182069094863967","imei2":"182069094863967","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155497,"job_number":"JOB_155497","tr_customer_id":155514,"tr_customer_product_id":155504,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:32.000Z","modified_at":"2026-01-16T03:50:32.000Z","name":"Estelle Adams","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"114168222400852","imei1":"114168222400852","imei2":"114168222400852","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155500,"job_number":"JOB_155500","tr_customer_id":155517,"tr_customer_product_id":155507,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:33.000Z","modified_at":"2026-01-16T03:50:33.000Z","name":"Amir McClure","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"185006500135435","imei1":"185006500135435","imei2":"185006500135435","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155512,"job_number":"JOB_155512","tr_customer_id":155529,"tr_customer_product_id":155519,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:45.000Z","modified_at":"2026-01-16T03:50:45.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"140076611883558","imei1":"140076611883558","imei2":"140076611883558","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155514,"job_number":"JOB_155514","tr_customer_id":155531,"tr_customer_product_id":155521,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:45.000Z","modified_at":"2026-01-16T03:50:45.000Z","name":"Allen Gibson","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"130161965485867","imei1":"130161965485867","imei2":"130161965485867","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155515,"job_number":"JOB_155515","tr_customer_id":155532,"tr_customer_product_id":155522,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:45.000Z","modified_at":"2026-01-16T03:50:45.000Z","name":"Okey Ward","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"106528169716897","imei1":"106528169716897","imei2":"106528169716897","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155516,"job_number":"JOB_155516","tr_customer_id":155533,"tr_customer_product_id":155523,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:46.000Z","modified_at":"2026-01-16T03:50:46.000Z","name":"Eloy Aufderhar","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"165442554199153","imei1":"165442554199153","imei2":"165442554199153","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155539,"job_number":"JOB_155539","tr_customer_id":155556,"tr_customer_product_id":155546,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:12.000Z","modified_at":"2026-01-16T03:51:12.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"107677851288975","imei1":"107677851288975","imei2":"107677851288975","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155540,"job_number":"JOB_155540","tr_customer_id":155557,"tr_customer_product_id":155547,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:12.000Z","modified_at":"2026-01-16T03:51:22.000Z","name":"Luis Romaguera","mobile_number":"868-464-5699","email_id":"Ona96@hotmail.com","dop":"2025-06-09","serial_number":"101696792019597","imei1":"101696792019597","imei2":"101696792019597","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:51:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155541,"job_number":"JOB_155541","tr_customer_id":155558,"tr_customer_product_id":155548,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:13.000Z","modified_at":"2026-01-16T03:51:13.000Z","name":"Sophia Bashirian","mobile_number":"427-803-8299","email_id":"Lauren_Ferry51@hotmail.com","dop":"2025-06-09","serial_number":"104354884652418","imei1":"104354884652418","imei2":"104354884652418","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155554,"job_number":"JOB_155554","tr_customer_id":155571,"tr_customer_product_id":155561,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:26.000Z","modified_at":"2026-01-16T03:51:26.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"106172652499721","imei1":"106172652499721","imei2":"106172652499721","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155556,"job_number":"JOB_155556","tr_customer_id":155573,"tr_customer_product_id":155563,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:26.000Z","modified_at":"2026-01-16T03:51:36.000Z","name":"Enrique Runolfsdottir","mobile_number":"768-879-1361","email_id":"Hester.Boehm51@gmail.com","dop":"2025-06-09","serial_number":"105072518539991","imei1":"105072518539991","imei2":"105072518539991","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:51:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155558,"job_number":"JOB_155558","tr_customer_id":155575,"tr_customer_product_id":155565,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:27.000Z","modified_at":"2026-01-16T03:51:27.000Z","name":"Elsie Kuhn","mobile_number":"310-825-6108","email_id":"Herbert.Feeney0@yahoo.com","dop":"2025-06-09","serial_number":"106732827060674","imei1":"106732827060674","imei2":"106732827060674","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155572,"job_number":"JOB_155572","tr_customer_id":155589,"tr_customer_product_id":155579,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:40.000Z","modified_at":"2026-01-16T03:51:40.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"109431713859796","imei1":"109431713859796","imei2":"109431713859796","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155573,"job_number":"JOB_155573","tr_customer_id":155590,"tr_customer_product_id":155580,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:41.000Z","modified_at":"2026-01-16T03:51:51.000Z","name":"Joanie Franecki","mobile_number":"901-445-1012","email_id":"Buster.Gottlieb5@gmail.com","dop":"2025-06-09","serial_number":"103865359975097","imei1":"103865359975097","imei2":"103865359975097","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:51:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155575,"job_number":"JOB_155575","tr_customer_id":155592,"tr_customer_product_id":155582,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:41.000Z","modified_at":"2026-01-16T03:51:41.000Z","name":"Verda Koch","mobile_number":"523-762-5776","email_id":"Alden.McGlynn@gmail.com","dop":"2025-06-09","serial_number":"100563256446896","imei1":"100563256446896","imei2":"100563256446896","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155635,"job_number":"JOB_155635","tr_customer_id":155652,"tr_customer_product_id":155642,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:50:59.000Z","modified_at":"2026-01-16T04:51:04.000Z","name":"saitama sensei","mobile_number":"248-751-1631","email_id":"saitama@yopmail.com","dop":"2026-01-10","serial_number":"47399400994679","imei1":"47399400994679","imei2":"47399400994679","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T04:51:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155636,"job_number":"JOB_155636","tr_customer_id":155653,"tr_customer_product_id":155643,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:51:05.000Z","modified_at":"2026-01-16T04:51:11.000Z","name":"tanjiro kamado","mobile_number":"988-706-9340","email_id":"tanjiro@g.com","dop":"2026-01-10","serial_number":"279171853241368","imei1":"279171853241368","imei2":"279171853241368","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T04:51:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155637,"job_number":"JOB_155637","tr_customer_id":155654,"tr_customer_product_id":155644,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:51:13.000Z","modified_at":"2026-01-16T04:51:18.000Z","name":"giyu tomiaka","mobile_number":"785-583-9338","email_id":"giyu@g.com","dop":"2026-01-10","serial_number":"268699225418318","imei1":"268699225418318","imei2":"268699225418318","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T04:51:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155644,"job_number":"JOB_155644","tr_customer_id":155661,"tr_customer_product_id":155651,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:57:29.000Z","modified_at":"2026-01-16T04:57:34.000Z","name":"saitama sensei","mobile_number":"874-541-6279","email_id":"saitama@yopmail.com","dop":"2026-01-10","serial_number":"497171649338053","imei1":"497171649338053","imei2":"497171649338053","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T04:57:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155645,"job_number":"JOB_155645","tr_customer_id":155662,"tr_customer_product_id":155652,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:57:36.000Z","modified_at":"2026-01-16T04:57:40.000Z","name":"tanjiro kamado","mobile_number":"765-262-5354","email_id":"tanjiro@g.com","dop":"2026-01-10","serial_number":"612205718039404","imei1":"612205718039404","imei2":"612205718039404","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T04:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155646,"job_number":"JOB_155646","tr_customer_id":155663,"tr_customer_product_id":155653,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:57:41.000Z","modified_at":"2026-01-16T04:57:47.000Z","name":"giyu tomiaka","mobile_number":"870-634-2232","email_id":"giyu@g.com","dop":"2026-01-10","serial_number":"926735047862750","imei1":"926735047862750","imei2":"926735047862750","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T04:57:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155660,"job_number":"JOB_155660","tr_customer_id":155677,"tr_customer_product_id":155667,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:16:09.000Z","modified_at":"2026-01-16T06:16:19.000Z","name":"Brain Ziemann","mobile_number":"817-293-2111","email_id":"Angelo.Howe11@yahoo.com","dop":"2025-11-04","serial_number":"27372645612775","imei1":"27372645612775","imei2":"27372645612775","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:16:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155661,"job_number":"JOB_155661","tr_customer_id":155678,"tr_customer_product_id":155668,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:16:23.000Z","modified_at":"2026-01-16T06:16:47.000Z","name":"Jacklyn Ritchie","mobile_number":"359-464-7744","email_id":"Xzavier43@gmail.com","dop":"2025-11-04","serial_number":"51181756420704","imei1":"51181756420704","imei2":"51181756420704","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:16:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155667,"job_number":"JOB_155667","tr_customer_id":155684,"tr_customer_product_id":155674,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:16:59.000Z","modified_at":"2026-01-16T06:17:20.000Z","name":"London Anderson","mobile_number":"879-652-3082","email_id":"Ceasar_Ortiz22@yahoo.com","dop":"2025-10-01","serial_number":"16020492474347","imei1":"16020492474347","imei2":"16020492474347","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:17:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155671,"job_number":"JOB_155671","tr_customer_id":155688,"tr_customer_product_id":155678,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:19:17.000Z","modified_at":"2026-01-16T06:19:17.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"105156524394051","imei1":"105156524394051","imei2":"105156524394051","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:19:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155672,"job_number":"JOB_155672","tr_customer_id":155689,"tr_customer_product_id":155679,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:19:18.000Z","modified_at":"2026-01-16T06:19:28.000Z","name":"Henri Wiegand","mobile_number":"572-809-5221","email_id":"Demetrius.Ledner51@gmail.com","dop":"2025-06-09","serial_number":"101352267333727","imei1":"101352267333727","imei2":"101352267333727","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:19:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155673,"job_number":"JOB_155673","tr_customer_id":155690,"tr_customer_product_id":155680,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:19:18.000Z","modified_at":"2026-01-16T06:19:18.000Z","name":"Curtis Armstrong","mobile_number":"313-856-2419","email_id":"Freddy31@hotmail.com","dop":"2025-06-09","serial_number":"106576638988751","imei1":"106576638988751","imei2":"106576638988751","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:19:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155674,"job_number":"JOB_155674","tr_customer_id":155691,"tr_customer_product_id":155681,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:19:32.000Z","modified_at":"2026-01-16T06:19:32.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"102674885112431","imei1":"102674885112431","imei2":"102674885112431","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:19:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155675,"job_number":"JOB_155675","tr_customer_id":155692,"tr_customer_product_id":155682,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:19:33.000Z","modified_at":"2026-01-16T06:19:43.000Z","name":"Jalyn Lang","mobile_number":"520-674-1694","email_id":"Amber_Weimann@hotmail.com","dop":"2025-06-09","serial_number":"108675004765256","imei1":"108675004765256","imei2":"108675004765256","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:19:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155676,"job_number":"JOB_155676","tr_customer_id":155693,"tr_customer_product_id":155683,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:19:33.000Z","modified_at":"2026-01-16T06:19:33.000Z","name":"Kiera Herman","mobile_number":"741-763-6738","email_id":"Caleb63@yahoo.com","dop":"2025-06-09","serial_number":"102246556351467","imei1":"102246556351467","imei2":"102246556351467","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:19:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155677,"job_number":"JOB_155677","tr_customer_id":155694,"tr_customer_product_id":155684,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:19:47.000Z","modified_at":"2026-01-16T06:19:47.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"103481953362932","imei1":"103481953362932","imei2":"103481953362932","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:19:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155678,"job_number":"JOB_155678","tr_customer_id":155695,"tr_customer_product_id":155685,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:19:48.000Z","modified_at":"2026-01-16T06:19:58.000Z","name":"Arianna Kuhlman","mobile_number":"258-389-0077","email_id":"Garrett.Herzog44@yahoo.com","dop":"2025-06-09","serial_number":"107519804436607","imei1":"107519804436607","imei2":"107519804436607","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:19:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155679,"job_number":"JOB_155679","tr_customer_id":155696,"tr_customer_product_id":155686,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:19:48.000Z","modified_at":"2026-01-16T06:19:48.000Z","name":"Zachariah Tremblay","mobile_number":"739-893-9626","email_id":"Katelin.OConnell@hotmail.com","dop":"2025-06-09","serial_number":"103143000565201","imei1":"103143000565201","imei2":"103143000565201","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:19:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155680,"job_number":"JOB_155680","tr_customer_id":155697,"tr_customer_product_id":155687,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:21:02.000Z","modified_at":"2026-01-16T06:21:12.000Z","name":"shoaib shaikh","mobile_number":"9191987787","email_id":"shaikhshoaib@gmail.com","dop":"2025-12-13","serial_number":"69891090792801","imei1":"69891090792801","imei2":"69891090792801","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:21:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155681,"job_number":"JOB_155681","tr_customer_id":155698,"tr_customer_product_id":155688,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:21:17.000Z","modified_at":"2026-01-16T06:21:27.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"10508605830768","imei1":"10508605830768","imei2":"10508605830768","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:21:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155682,"job_number":"JOB_155682","tr_customer_id":155699,"tr_customer_product_id":155689,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:21:31.000Z","modified_at":"2026-01-16T06:21:41.000Z","name":"jatin sharma","mobile_number":"9191976787","email_id":"jatinvsharma@gmail.com","dop":"2025-12-13","serial_number":"52494104589384","imei1":"52494104589384","imei2":"52494104589384","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:21:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155700,"job_number":"JOB_155700","tr_customer_id":155717,"tr_customer_product_id":155707,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:28:59.000Z","modified_at":"2026-01-16T06:29:09.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"66704215038985","imei1":"66704215038985","imei2":"66704215038985","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:29:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155701,"job_number":"JOB_155701","tr_customer_id":155718,"tr_customer_product_id":155708,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:29:13.000Z","modified_at":"2026-01-16T06:29:24.000Z","name":"jatin sharma","mobile_number":"9191976787","email_id":"jatinvsharma@gmail.com","dop":"2025-12-13","serial_number":"19299433226645","imei1":"19299433226645","imei2":"19299433226645","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:29:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155781,"job_number":"JOB_155781","tr_customer_id":155798,"tr_customer_product_id":155788,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T07:24:24.000Z","modified_at":"2026-01-16T07:24:35.000Z","name":"Ewald O'Kon","mobile_number":"878-426-9764","email_id":"Jennings_Jacobi@hotmail.com","dop":"2025-11-04","serial_number":"86801042517635","imei1":"86801042517635","imei2":"86801042517635","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T07:24:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155782,"job_number":"JOB_155782","tr_customer_id":155799,"tr_customer_product_id":155789,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T07:24:39.000Z","modified_at":"2026-01-16T07:24:51.000Z","name":"Marielle Schoen","mobile_number":"557-337-2290","email_id":"Dena.Ritchie@yahoo.com","dop":"2025-11-04","serial_number":"97713114123277","imei1":"97713114123277","imei2":"97713114123277","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T07:24:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155783,"job_number":"JOB_155783","tr_customer_id":155800,"tr_customer_product_id":155790,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T07:24:57.000Z","modified_at":"2026-01-16T07:25:13.000Z","name":"Ismael Von","mobile_number":"473-578-3510","email_id":"Myriam_Mante5@yahoo.com","dop":"2025-11-04","serial_number":"77724937856255","imei1":"77724937856255","imei2":"77724937856255","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T07:25:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155784,"job_number":"JOB_155784","tr_customer_id":155801,"tr_customer_product_id":155791,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T07:31:21.000Z","modified_at":"2026-01-16T07:31:21.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Bettie_Hintz@gmail.com","dop":"2025-07-02","serial_number":"14422875302832","imei1":"14422875302832","imei2":"14422875302832","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T07:31:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155785,"job_number":"JOB_155785","tr_customer_id":155802,"tr_customer_product_id":155792,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T07:31:39.000Z","modified_at":"2026-01-16T07:31:39.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Grayce13@yahoo.com","dop":"2025-07-02","serial_number":"15860432272873","imei1":"15860432272873","imei2":"15860432272873","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T07:31:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155786,"job_number":"JOB_155786","tr_customer_id":155803,"tr_customer_product_id":155793,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T07:31:57.000Z","modified_at":"2026-01-16T07:31:57.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Royce.Feeney@gmail.com","dop":"2025-07-02","serial_number":"19792604241672","imei1":"19792604241672","imei2":"19792604241672","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T07:31:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155789,"job_number":"JOB_155789","tr_customer_id":155806,"tr_customer_product_id":155796,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T07:42:50.000Z","modified_at":"2026-01-16T07:43:01.000Z","name":"Ruby Jerde","mobile_number":"325-899-3758","email_id":"Jack.Jerde20@hotmail.com","dop":"2025-11-04","serial_number":"66921671520550","imei1":"66921671520550","imei2":"66921671520550","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T07:43:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155790,"job_number":"JOB_155790","tr_customer_id":155807,"tr_customer_product_id":155797,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T07:43:05.000Z","modified_at":"2026-01-16T07:43:16.000Z","name":"Keanu Reichel","mobile_number":"742-495-9768","email_id":"Maryse_Huels@yahoo.com","dop":"2025-11-04","serial_number":"56767976450249","imei1":"56767976450249","imei2":"56767976450249","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T07:43:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155791,"job_number":"JOB_155791","tr_customer_id":155808,"tr_customer_product_id":155798,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T07:43:20.000Z","modified_at":"2026-01-16T07:43:20.000Z","name":"Pierce Schinner","mobile_number":"859-525-6249","email_id":"Emelia32@hotmail.com","dop":"2025-11-04","serial_number":"30300147894998","imei1":"30300147894998","imei2":"30300147894998","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T07:43:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/search' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"searchText":"JOB_99821"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/search
Response Information
Response Code: 200 - OK
Mean time per request: 257ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg1NDkzOTd9.nLkBMufPP_WzEI6E-t_2RVeXhNbxgrV8WsNYSflu7Uk
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 160f9a44-6656-4b15-bb44-03f95c6a3923
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 36
Request Body
{
            "searchText": "JOB_104254"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Fri, 16 Jan 2026 07:43:22 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_99821' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/details/155791
Response Information
Response Code: 200 - OK
Mean time per request: 260ms
Mean size per request: 33B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg1NDkzOTd9.nLkBMufPP_WzEI6E-t_2RVeXhNbxgrV8WsNYSflu7Uk
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 05e787e6-56bf-4318-b05f-535823190075
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 33
ETag W/"21-a549D1gRd+HW17tYvMzi9u5U1G4"
Vary Accept-Encoding
Date Fri, 16 Jan 2026 07:43:22 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":null}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamsup","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 250ms
Mean size per request: 698B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 73ca3077-8cd6-4c3e-a1e7-78470db2ad3d
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 59
Request Body
{
            "username": "iamsup",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 698
ETag W/"2ba-Djj9qxfDbwrBsPnGX7BhT+3SKsU"
Vary Accept-Encoding
Date Fri, 16 Jan 2026 07:43:23 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg1NDk0MDN9.dO4mxXF48lK3yaZs1vhFzaeQ9lQH9KdjwiEhApn-eYY"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 250ms
Mean size per request: 444B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg1NDk0MDN9.dO4mxXF48lK3yaZs1vhFzaeQ9lQH9KdjwiEhApn-eYY
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 841ad451-918b-4d94-9f28-a6cd88bcf1b0
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 444
ETag W/"1bc-5jtJRsd0hZILh8Na44eS7Os72ts"
Vary Accept-Encoding
Date Fri, 16 Jan 2026 07:43:23 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":1,"first_name":"John","last_name":"Cena","login_id":"iamsup","mobile_number":"9988778899","email_id":"john@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":2,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Supervisor","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 282ms
Mean size per request: 248B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg1NDk0MDN9.dO4mxXF48lK3yaZs1vhFzaeQ9lQH9KdjwiEhApn-eYY
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token b5d312f2-7609-42e5-a5db-3c7f5b697097
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 248
ETag W/"f8-WEJ7fUFJL+ax4R64szDzFob6FU4"
Vary Accept-Encoding
Date Fri, 16 Jan 2026 07:43:23 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for assignment","key":"pending_for_assignment","count":255},{"label":"Pending for repair","key":"pending_for_repair","count":1},{"label":"Pending for delivery","key":"pending_for_delivery","count":0}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/pending' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/job/pending
Response Information
Response Code: 200 - OK
Mean time per request: 291ms
Mean size per request: 247.63KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI5Mzc1MTB9.-O6f2f7yIF827L6J6ejis6RAsTLeJu8tivTqfyx0T-Y
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token ef93e0d1-aa84-4800-a03e-3fe8516d65a6
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"3de88-XyVeOGQcPlXarLVUl1giZshZSo0"
Vary Accept-Encoding
Content-Encoding gzip
Date Fri, 16 Jan 2026 07:43:24 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":155465,"job_number":"JOB_155465","tr_customer_id":155482,"tr_customer_product_id":155472,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:06.000Z","modified_at":"2026-01-16T03:50:06.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10335752715658","imei1":"10335752715658","imei2":"10335752715658","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:06.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":155467,"job_number":"JOB_155467","tr_customer_id":155484,"tr_customer_product_id":155474,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:08.000Z","modified_at":"2026-01-16T03:50:08.000Z","name":"Tyreek Herman","mobile_number":"911-362-4523","email_id":"Paolo_Steuber85@gmail.com","dop":"2000-01-31","serial_number":"1082437193483165","imei1":"1082437193483165","imei2":"1082437193483165","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:08.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":155518,"job_number":"JOB_155518","tr_customer_id":155535,"tr_customer_product_id":155525,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:48.000Z","modified_at":"2026-01-16T03:50:48.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10243583498088","imei1":"10243583498088","imei2":"10243583498088","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:48.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":155522,"job_number":"JOB_155522","tr_customer_id":155539,"tr_customer_product_id":155529,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:50.000Z","modified_at":"2026-01-16T03:50:50.000Z","name":"Anastacio Braun","mobile_number":"901-520-5880","email_id":"Felicity52@gmail.com","dop":"2000-01-31","serial_number":"1016974076082802","imei1":"1016974076082802","imei2":"1016974076082802","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:50.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":155562,"job_number":"JOB_155562","tr_customer_id":155579,"tr_customer_product_id":155569,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:29.000Z","modified_at":"2026-01-16T03:51:29.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10925451969242","imei1":"10925451969242","imei2":"10925451969242","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:29.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":155565,"job_number":"JOB_155565","tr_customer_id":155582,"tr_customer_product_id":155572,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:31.000Z","modified_at":"2026-01-16T03:51:31.000Z","name":"Ottis Renner","mobile_number":"358-402-7539","email_id":"Hilton_Bashirian37@hotmail.com","dop":"2000-01-31","serial_number":"1064606040334572","imei1":"1064606040334572","imei2":"1064606040334572","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:31.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":155587,"job_number":"JOB_155587","tr_customer_id":155604,"tr_customer_product_id":155594,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:52:10.000Z","modified_at":"2026-01-16T03:52:10.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10664513632723","imei1":"10664513632723","imei2":"10664513632723","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:52:10.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":155591,"job_number":"JOB_155591","tr_customer_id":155608,"tr_customer_product_id":155598,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:52:11.000Z","modified_at":"2026-01-16T03:52:11.000Z","name":"Ruth Walker","mobile_number":"616-481-2833","email_id":"Ruben_Koepp@yahoo.com","dop":"2000-01-31","serial_number":"1061713939377417","imei1":"1061713939377417","imei2":"1061713939377417","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:52:11.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":155717,"job_number":"JOB_155717","tr_customer_id":155734,"tr_customer_product_id":155724,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:34:34.000Z","modified_at":"2026-01-16T06:34:34.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10401945627152","imei1":"10401945627152","imei2":"10401945627152","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:34:34.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":155719,"job_number":"JOB_155719","tr_customer_id":155736,"tr_customer_product_id":155726,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:34:36.000Z","modified_at":"2026-01-16T06:34:36.000Z","name":"Axel Yundt","mobile_number":"982-777-0534","email_id":"Cleta.Schneider50@yahoo.com","dop":"2000-01-31","serial_number":"1075302203986053","imei1":"1075302203986053","imei2":"1075302203986053","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:34:36.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":155723,"job_number":"JOB_155723","tr_customer_id":155740,"tr_customer_product_id":155730,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:35:18.000Z","modified_at":"2026-01-16T06:35:18.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10385237056781","imei1":"10385237056781","imei2":"10385237056781","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:35:18.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":155725,"job_number":"JOB_155725","tr_customer_id":155742,"tr_customer_product_id":155732,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:35:20.000Z","modified_at":"2026-01-16T06:35:20.000Z","name":"Columbus Schumm","mobile_number":"994-986-8614","email_id":"Maybelle_Langosh96@yahoo.com","dop":"2000-01-31","serial_number":"1023850899366975","imei1":"1023850899366975","imei2":"1023850899366975","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:35:20.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":155729,"job_number":"JOB_155729","tr_customer_id":155746,"tr_customer_product_id":155736,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:36:01.000Z","modified_at":"2026-01-16T06:36:01.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10651292496707","imei1":"10651292496707","imei2":"10651292496707","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:36:01.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":155733,"job_number":"JOB_155733","tr_customer_id":155750,"tr_customer_product_id":155740,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:36:02.000Z","modified_at":"2026-01-16T06:36:02.000Z","name":"Bobby Kuvalis","mobile_number":"236-505-5749","email_id":"Dariana_Pouros98@yahoo.com","dop":"2000-01-31","serial_number":"1053825763001151","imei1":"1053825763001151","imei2":"1053825763001151","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:36:02.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":155738,"job_number":"JOB_155738","tr_customer_id":155755,"tr_customer_product_id":155745,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:36:43.000Z","modified_at":"2026-01-16T06:36:43.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10838737959437","imei1":"10838737959437","imei2":"10838737959437","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:36:43.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":155740,"job_number":"JOB_155740","tr_customer_id":155757,"tr_customer_product_id":155747,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:36:45.000Z","modified_at":"2026-01-16T06:36:45.000Z","name":"Elmo Hilll","mobile_number":"347-380-2254","email_id":"Shakira_Mitchell@yahoo.com","dop":"2000-01-31","serial_number":"1075873331519296","imei1":"1075873331519296","imei2":"1075873331519296","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:36:45.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":155411,"job_number":"JOB_155411","tr_customer_id":155428,"tr_customer_product_id":155418,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-15T21:01:25.000Z","modified_at":"2026-01-15T21:01:25.000Z","name":"Jatin Sharma","mobile_number":"7293847564","email_id":"jatin@gmail.com","dop":"2026-01-05","serial_number":"19700432156456","imei1":"19700432156456","imei2":"19700432156456","popurl":"2026-01-05T21:01:25.131688Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-15T21:01:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155412,"job_number":"JOB_155412","tr_customer_id":155429,"tr_customer_product_id":155419,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-15T21:41:25.000Z","modified_at":"2026-01-15T21:41:25.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17371819848162","imei1":"17371819848162","imei2":"17371819848162","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-15T21:41:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155414,"job_number":"JOB_155414","tr_customer_id":155431,"tr_customer_product_id":155421,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-15T21:41:27.000Z","modified_at":"2026-01-15T21:41:27.000Z","name":"Flossie Cummings","mobile_number":"921-914-1867","email_id":"Keely.Rippin11@gmail.com","dop":"2025-04-06","serial_number":"18268087434067132","imei1":"18268087434067132","imei2":"18268087434067132","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-15T21:41:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155415,"job_number":"JOB_155415","tr_customer_id":155432,"tr_customer_product_id":155422,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-15T21:42:09.000Z","modified_at":"2026-01-15T21:42:09.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12016416486423","imei1":"12016416486423","imei2":"12016416486423","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-15T21:42:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155417,"job_number":"JOB_155417","tr_customer_id":155434,"tr_customer_product_id":155424,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-15T21:42:11.000Z","modified_at":"2026-01-15T21:42:11.000Z","name":"Kitty McKenzie","mobile_number":"298-489-7203","email_id":"Ocie8@yahoo.com","dop":"2025-04-06","serial_number":"10767668882516688","imei1":"10767668882516688","imei2":"10767668882516688","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-15T21:42:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155418,"job_number":"JOB_155418","tr_customer_id":155435,"tr_customer_product_id":155425,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-15T21:42:53.000Z","modified_at":"2026-01-15T21:42:53.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17973642239007","imei1":"17973642239007","imei2":"17973642239007","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-15T21:42:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155420,"job_number":"JOB_155420","tr_customer_id":155437,"tr_customer_product_id":155427,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-15T21:42:55.000Z","modified_at":"2026-01-15T21:42:55.000Z","name":"Fiona Bergnaum","mobile_number":"696-724-9206","email_id":"Philip_Kreiger@yahoo.com","dop":"2025-04-06","serial_number":"11094037818513450","imei1":"11094037818513450","imei2":"11094037818513450","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-15T21:42:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155421,"job_number":"JOB_155421","tr_customer_id":155438,"tr_customer_product_id":155428,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-15T23:39:27.000Z","modified_at":"2026-01-15T23:39:27.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-05","serial_number":"18836592954988","imei1":"18836592954988","imei2":"18836592954988","popurl":"2026-01-05T23:39:26.971049634Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-15T23:39:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155422,"job_number":"JOB_155422","tr_customer_id":155439,"tr_customer_product_id":155429,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-15T23:39:28.000Z","modified_at":"2026-01-15T23:39:28.000Z","name":"Balachandra Shukla","mobile_number":"7050415457","email_id":"dhatri.khatri@gmail.com","dop":"2026-01-05","serial_number":"145122789970760","imei1":"145122789970760","imei2":"145122789970760","popurl":"www.bhaasvan-menon.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-15T23:39:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155423,"job_number":"JOB_155423","tr_customer_id":155440,"tr_customer_product_id":155430,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-15T23:41:57.000Z","modified_at":"2026-01-15T23:41:57.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-05","serial_number":"79946591955889","imei1":"79946591955889","imei2":"79946591955889","popurl":"2026-01-05T23:41:57.222395089Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-15T23:41:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155424,"job_number":"JOB_155424","tr_customer_id":155441,"tr_customer_product_id":155431,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T02:42:48.000Z","modified_at":"2026-01-16T02:42:48.000Z","name":"Stanton Swift","mobile_number":"327-426-1232","email_id":"Nina14@hotmail.com","dop":"2025-04-06","serial_number":"15029261700906","imei1":"15029261700906","imei2":"15029261700906","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T02:42:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155427,"job_number":"JOB_155427","tr_customer_id":155444,"tr_customer_product_id":155434,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:48:47.000Z","modified_at":"2026-01-16T03:48:47.000Z","name":"Adolf Jenkins","mobile_number":"288-664-8968","email_id":"Kaya78@yahoo.com","dop":"2025-04-06","serial_number":"17466723092028176","imei1":"17466723092028176","imei2":"17466723092028176","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:48:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155429,"job_number":"JOB_155429","tr_customer_id":155446,"tr_customer_product_id":155436,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:02.000Z","modified_at":"2026-01-16T03:49:02.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"10119186116387","imei1":"10119186116387","imei2":"10119186116387","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155431,"job_number":"JOB_155431","tr_customer_id":155448,"tr_customer_product_id":155438,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:04.000Z","modified_at":"2026-01-16T03:49:04.000Z","name":"Freddie Frami","mobile_number":"345-589-2458","email_id":"Carter_Smitham@yahoo.com","dop":"2025-04-06","serial_number":"16508086076502222","imei1":"16508086076502222","imei2":"16508086076502222","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155433,"job_number":"JOB_155433","tr_customer_id":155450,"tr_customer_product_id":155440,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:28.000Z","modified_at":"2026-01-16T03:49:28.000Z","name":"Art Harber","mobile_number":"463-936-0910","email_id":"Lyla.Bernhard@yahoo.com","dop":"2025-04-06","serial_number":"13856155720402280","imei1":"13856155720402280","imei2":"13856155720402280","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155434,"job_number":"JOB_155434","tr_customer_id":155451,"tr_customer_product_id":155441,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:29.000Z","modified_at":"2026-01-16T03:49:29.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10800725289146","imei1":"10800725289146","imei2":"10800725289146","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155436,"job_number":"JOB_155436","tr_customer_id":155453,"tr_customer_product_id":155443,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:30.000Z","modified_at":"2026-01-16T03:49:30.000Z","name":"Myra Schoen","mobile_number":"843-860-1700","email_id":"Hyman.Macejkovic@hotmail.com","dop":"2025-06-18","serial_number":"1012929871257721","imei1":"1012929871257721","imei2":"1012929871257721","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155437,"job_number":"JOB_155437","tr_customer_id":155454,"tr_customer_product_id":155444,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:31.000Z","modified_at":"2026-01-16T03:49:31.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16293613818984","imei1":"16293613818984","imei2":"16293613818984","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155439,"job_number":"JOB_155439","tr_customer_id":155456,"tr_customer_product_id":155446,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:32.000Z","modified_at":"2026-01-16T03:49:32.000Z","name":"Orpha Russel","mobile_number":"851-416-0509","email_id":"Alford.Rath@gmail.com","dop":"2025-04-06","serial_number":"15917139307603264","imei1":"15917139307603264","imei2":"15917139307603264","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155440,"job_number":"JOB_155440","tr_customer_id":155457,"tr_customer_product_id":155447,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:34.000Z","modified_at":"2026-01-16T03:49:34.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13793635124344","imei1":"13793635124344","imei2":"13793635124344","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155442,"job_number":"JOB_155442","tr_customer_id":155459,"tr_customer_product_id":155449,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:36.000Z","modified_at":"2026-01-16T03:49:36.000Z","name":"Odell Metz","mobile_number":"924-648-1872","email_id":"Anthony69@yahoo.com","dop":"2025-04-06","serial_number":"18593202335272896","imei1":"18593202335272896","imei2":"18593202335272896","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155445,"job_number":"JOB_155445","tr_customer_id":155462,"tr_customer_product_id":155452,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:41.000Z","modified_at":"2026-01-16T03:49:41.000Z","name":"Annamae Jerde","mobile_number":"425-305-0390","email_id":"Paula79@gmail.com","dop":"2025-04-06","serial_number":"19676312487162080","imei1":"19676312487162080","imei2":"19676312487162080","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155446,"job_number":"JOB_155446","tr_customer_id":155463,"tr_customer_product_id":155453,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:46.000Z","modified_at":"2026-01-16T03:49:46.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"10719081751979","imei1":"10719081751979","imei2":"10719081751979","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155448,"job_number":"JOB_155448","tr_customer_id":155465,"tr_customer_product_id":155455,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:48.000Z","modified_at":"2026-01-16T03:49:48.000Z","name":"Chloe Harber","mobile_number":"215-331-2312","email_id":"Alfreda90@hotmail.com","dop":"2025-04-06","serial_number":"13418452620890480","imei1":"13418452620890480","imei2":"13418452620890480","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155450,"job_number":"JOB_155450","tr_customer_id":155467,"tr_customer_product_id":155457,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:51.000Z","modified_at":"2026-01-16T03:49:51.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19393676832997","imei1":"19393676832997","imei2":"19393676832997","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155452,"job_number":"JOB_155452","tr_customer_id":155469,"tr_customer_product_id":155459,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:51.000Z","modified_at":"2026-01-16T03:49:51.000Z","name":"Jazmyn Frami","mobile_number":"378-941-0210","email_id":"Jaquan_Beahan42@hotmail.com","dop":"2025-04-06","serial_number":"17218371108995020","imei1":"17218371108995020","imei2":"17218371108995020","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155453,"job_number":"JOB_155453","tr_customer_id":155470,"tr_customer_product_id":155460,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:52.000Z","modified_at":"2026-01-16T03:49:52.000Z","name":"Rodolfo Leannon","mobile_number":"233-470-1532","email_id":"Lera_OConnell28@yahoo.com","dop":"2025-04-06","serial_number":"15617838244611716","imei1":"15617838244611716","imei2":"15617838244611716","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155454,"job_number":"JOB_155454","tr_customer_id":155471,"tr_customer_product_id":155461,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:53.000Z","modified_at":"2026-01-16T03:49:53.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15556448528914","imei1":"15556448528914","imei2":"15556448528914","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155457,"job_number":"JOB_155457","tr_customer_id":155474,"tr_customer_product_id":155464,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:55.000Z","modified_at":"2026-01-16T03:49:55.000Z","name":"Augustine Larkin","mobile_number":"840-287-8921","email_id":"Nat92@gmail.com","dop":"2025-04-06","serial_number":"11732202568883996","imei1":"11732202568883996","imei2":"11732202568883996","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155458,"job_number":"JOB_155458","tr_customer_id":155475,"tr_customer_product_id":155465,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:56.000Z","modified_at":"2026-01-16T03:49:56.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"15432771432624","imei1":"15432771432624","imei2":"15432771432624","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155459,"job_number":"JOB_155459","tr_customer_id":155476,"tr_customer_product_id":155466,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:57.000Z","modified_at":"2026-01-16T03:49:57.000Z","name":"Ransom Cremin","mobile_number":"700-905-1228","email_id":"Amie_Stokes15@yahoo.com","dop":"2025-09-16","serial_number":"14198812392049","imei1":"14198812392049","imei2":"14198812392049","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155461,"job_number":"JOB_155461","tr_customer_id":155478,"tr_customer_product_id":155468,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:59.000Z","modified_at":"2026-01-16T03:49:59.000Z","name":"Lily DuBuque","mobile_number":"648-726-2493","email_id":"Flo_Ullrich@yahoo.com","dop":"2025-04-06","serial_number":"15093397526373716","imei1":"15093397526373716","imei2":"15093397526373716","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155462,"job_number":"JOB_155462","tr_customer_id":155479,"tr_customer_product_id":155469,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:00.000Z","modified_at":"2026-01-16T03:50:00.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16302143032329","imei1":"16302143032329","imei2":"16302143032329","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155464,"job_number":"JOB_155464","tr_customer_id":155481,"tr_customer_product_id":155471,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:01.000Z","modified_at":"2026-01-16T03:50:01.000Z","name":"Keon Schiller","mobile_number":"979-646-1577","email_id":"Cali.Schmeler@hotmail.com","dop":"2025-04-06","serial_number":"12456741384347064","imei1":"12456741384347064","imei2":"12456741384347064","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155469,"job_number":"JOB_155469","tr_customer_id":155486,"tr_customer_product_id":155476,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:12.000Z","modified_at":"2026-01-16T03:50:12.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17572605359542","imei1":"17572605359542","imei2":"17572605359542","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155471,"job_number":"JOB_155471","tr_customer_id":155488,"tr_customer_product_id":155478,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:13.000Z","modified_at":"2026-01-16T03:50:13.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19644397672208","imei1":"19644397672208","imei2":"19644397672208","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155472,"job_number":"JOB_155472","tr_customer_id":155489,"tr_customer_product_id":155479,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:13.000Z","modified_at":"2026-01-16T03:50:13.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12617466503159","imei1":"12617466503159","imei2":"12617466503159","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155475,"job_number":"JOB_155475","tr_customer_id":155492,"tr_customer_product_id":155482,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:14.000Z","modified_at":"2026-01-16T03:50:14.000Z","name":"Adelle Krajcik","mobile_number":"702-372-6251","email_id":"Ariel79@yahoo.com","dop":"2025-04-06","serial_number":"14100259099568680","imei1":"14100259099568680","imei2":"14100259099568680","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155476,"job_number":"JOB_155476","tr_customer_id":155493,"tr_customer_product_id":155483,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:14.000Z","modified_at":"2026-01-16T03:50:14.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10878708681342","imei1":"10878708681342","imei2":"10878708681342","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155478,"job_number":"JOB_155478","tr_customer_id":155495,"tr_customer_product_id":155485,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:14.000Z","modified_at":"2026-01-16T03:50:14.000Z","name":"Burley Ferry","mobile_number":"454-889-2257","email_id":"Emmanuel87@gmail.com","dop":"2025-06-18","serial_number":"1039806240125689","imei1":"1039806240125689","imei2":"1039806240125689","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155479,"job_number":"JOB_155479","tr_customer_id":155496,"tr_customer_product_id":155486,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:14.000Z","modified_at":"2026-01-16T03:50:14.000Z","name":"Clair Botsford","mobile_number":"852-670-2187","email_id":"Jadon13@yahoo.com","dop":"2025-04-06","serial_number":"10514325053134684","imei1":"10514325053134684","imei2":"10514325053134684","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155480,"job_number":"JOB_155480","tr_customer_id":155497,"tr_customer_product_id":155487,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:15.000Z","modified_at":"2026-01-16T03:50:15.000Z","name":"Cordia Heller","mobile_number":"902-286-2145","email_id":"Mozelle.Mante84@hotmail.com","dop":"2025-04-06","serial_number":"11145369566089634","imei1":"11145369566089634","imei2":"11145369566089634","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155482,"job_number":"JOB_155482","tr_customer_id":155499,"tr_customer_product_id":155489,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:16.000Z","modified_at":"2026-01-16T03:50:16.000Z","name":"Darlene Moore","mobile_number":"892-634-9185","email_id":"Cydney49@hotmail.com","dop":"2025-05-30","serial_number":"18010154364704","imei1":"18010154364704","imei2":"18010154364704","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155483,"job_number":"JOB_155483","tr_customer_id":155500,"tr_customer_product_id":155490,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:16.000Z","modified_at":"2026-01-16T03:50:16.000Z","name":"jatin sharma","mobile_number":"7045663552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15086916354521","imei1":"15086916354521","imei2":"15086916354521","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155485,"job_number":"JOB_155485","tr_customer_id":155502,"tr_customer_product_id":155492,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:17.000Z","modified_at":"2026-01-16T03:50:17.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"11210325396648","imei1":"11210325396648","imei2":"11210325396648","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155486,"job_number":"JOB_155486","tr_customer_id":155503,"tr_customer_product_id":155493,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:17.000Z","modified_at":"2026-01-16T03:50:17.000Z","name":"Michel Brown","mobile_number":"210-573-5638","email_id":"Beulah_Haley@gmail.com","dop":"2025-09-16","serial_number":"18378684230417","imei1":"18378684230417","imei2":"18378684230417","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155487,"job_number":"JOB_155487","tr_customer_id":155504,"tr_customer_product_id":155494,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:17.000Z","modified_at":"2026-01-16T03:50:17.000Z","name":"Laverne Hermann","mobile_number":"255-258-5851","email_id":"Elias.Pfeffer@gmail.com","dop":"2025-05-30","serial_number":"1773393727488693","imei1":"1773393727488693","imei2":"1773393727488693","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155488,"job_number":"JOB_155488","tr_customer_id":155505,"tr_customer_product_id":155495,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:18.000Z","modified_at":"2026-01-16T03:50:18.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19489164608557","imei1":"19489164608557","imei2":"19489164608557","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155490,"job_number":"JOB_155490","tr_customer_id":155507,"tr_customer_product_id":155497,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:18.000Z","modified_at":"2026-01-16T03:50:18.000Z","name":"Effie Hirthe","mobile_number":"904-504-7871","email_id":"Jaleel33@hotmail.com","dop":"2025-04-06","serial_number":"18365556496908364","imei1":"18365556496908364","imei2":"18365556496908364","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155492,"job_number":"JOB_155492","tr_customer_id":155509,"tr_customer_product_id":155499,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:19.000Z","modified_at":"2026-01-16T03:50:19.000Z","name":"Jayda Erdman","mobile_number":"904-994-2013","email_id":"Dulce_Runolfsson@yahoo.com","dop":"2025-04-06","serial_number":"11507241961359184","imei1":"11507241961359184","imei2":"11507241961359184","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155493,"job_number":"JOB_155493","tr_customer_id":155510,"tr_customer_product_id":155500,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:31.000Z","modified_at":"2026-01-16T03:50:31.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"11665058321236","imei1":"11665058321236","imei2":"11665058321236","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155498,"job_number":"JOB_155498","tr_customer_id":155515,"tr_customer_product_id":155505,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:32.000Z","modified_at":"2026-01-16T03:50:32.000Z","name":"Lea Kihn","mobile_number":"556-210-1089","email_id":"Ali84@hotmail.com","dop":"2025-04-06","serial_number":"16466499992899680","imei1":"16466499992899680","imei2":"16466499992899680","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155499,"job_number":"JOB_155499","tr_customer_id":155516,"tr_customer_product_id":155506,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:33.000Z","modified_at":"2026-01-16T03:50:33.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15903991764733","imei1":"15903991764733","imei2":"15903991764733","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155502,"job_number":"JOB_155502","tr_customer_id":155519,"tr_customer_product_id":155509,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:35.000Z","modified_at":"2026-01-16T03:50:35.000Z","name":"Jamie Ernser","mobile_number":"374-907-2440","email_id":"Malvina.Pacocha@gmail.com","dop":"2025-04-06","serial_number":"17748897172456848","imei1":"17748897172456848","imei2":"17748897172456848","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155503,"job_number":"JOB_155503","tr_customer_id":155520,"tr_customer_product_id":155510,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:36.000Z","modified_at":"2026-01-16T03:50:36.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19065261548627","imei1":"19065261548627","imei2":"19065261548627","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155505,"job_number":"JOB_155505","tr_customer_id":155522,"tr_customer_product_id":155512,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:38.000Z","modified_at":"2026-01-16T03:50:38.000Z","name":"kajal p","mobile_number":"9243526785","email_id":"kajal@gmail.com","dop":"2025-09-16","serial_number":"19786927864918","imei1":"19786927864918","imei2":"19786927864918","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155506,"job_number":"JOB_155506","tr_customer_id":155523,"tr_customer_product_id":155513,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:38.000Z","modified_at":"2026-01-16T03:50:38.000Z","name":"Demarco Morar","mobile_number":"802-374-9441","email_id":"Elinor_Powlowski@hotmail.com","dop":"2025-04-06","serial_number":"14884336901649836","imei1":"14884336901649836","imei2":"14884336901649836","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155507,"job_number":"JOB_155507","tr_customer_id":155524,"tr_customer_product_id":155514,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:38.000Z","modified_at":"2026-01-16T03:50:38.000Z","name":"Ronny Schultz","mobile_number":"861-583-1061","email_id":"Stefan_Walker@gmail.com","dop":"2025-09-16","serial_number":"19753865477342","imei1":"19753865477342","imei2":"19753865477342","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155508,"job_number":"JOB_155508","tr_customer_id":155525,"tr_customer_product_id":155515,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:39.000Z","modified_at":"2026-01-16T03:50:39.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10896625273451","imei1":"10896625273451","imei2":"10896625273451","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155510,"job_number":"JOB_155510","tr_customer_id":155527,"tr_customer_product_id":155517,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:40.000Z","modified_at":"2026-01-16T03:50:40.000Z","name":"Jaron Feest","mobile_number":"740-734-6885","email_id":"Danial.Cronin@yahoo.com","dop":"2025-04-06","serial_number":"17939993103907352","imei1":"17939993103907352","imei2":"17939993103907352","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155511,"job_number":"JOB_155511","tr_customer_id":155528,"tr_customer_product_id":155518,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:45.000Z","modified_at":"2026-01-16T03:50:45.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18468031412321","imei1":"18468031412321","imei2":"18468031412321","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155517,"job_number":"JOB_155517","tr_customer_id":155534,"tr_customer_product_id":155524,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:46.000Z","modified_at":"2026-01-16T03:50:46.000Z","name":"Alfonso Schuster","mobile_number":"596-673-4473","email_id":"Kristin.Kunze19@gmail.com","dop":"2025-04-06","serial_number":"18495685243234810","imei1":"18495685243234810","imei2":"18495685243234810","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155520,"job_number":"JOB_155520","tr_customer_id":155537,"tr_customer_product_id":155527,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:50.000Z","modified_at":"2026-01-16T03:50:50.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"12504133162441","imei1":"12504133162441","imei2":"12504133162441","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155523,"job_number":"JOB_155523","tr_customer_id":155540,"tr_customer_product_id":155530,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:51.000Z","modified_at":"2026-01-16T03:50:51.000Z","name":"Jordan Ziemann","mobile_number":"836-352-6987","email_id":"Nia.Goyette@gmail.com","dop":"2025-04-06","serial_number":"19850680721486776","imei1":"19850680721486776","imei2":"19850680721486776","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155524,"job_number":"JOB_155524","tr_customer_id":155541,"tr_customer_product_id":155531,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:55.000Z","modified_at":"2026-01-16T03:50:55.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16423158069554","imei1":"16423158069554","imei2":"16423158069554","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155526,"job_number":"JOB_155526","tr_customer_id":155543,"tr_customer_product_id":155533,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:56.000Z","modified_at":"2026-01-16T03:50:56.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10347985625835","imei1":"10347985625835","imei2":"10347985625835","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155528,"job_number":"JOB_155528","tr_customer_id":155545,"tr_customer_product_id":155535,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:57.000Z","modified_at":"2026-01-16T03:50:57.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13234120169371","imei1":"13234120169371","imei2":"13234120169371","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155530,"job_number":"JOB_155530","tr_customer_id":155547,"tr_customer_product_id":155537,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:57.000Z","modified_at":"2026-01-16T03:50:57.000Z","name":"Meda Walsh","mobile_number":"402-626-6241","email_id":"Wiley_Stracke5@gmail.com","dop":"2025-04-06","serial_number":"13747391731916862","imei1":"13747391731916862","imei2":"13747391731916862","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155531,"job_number":"JOB_155531","tr_customer_id":155548,"tr_customer_product_id":155538,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:57.000Z","modified_at":"2026-01-16T03:50:57.000Z","name":"Tressa Schmidt","mobile_number":"255-268-1194","email_id":"Gussie_Green38@yahoo.com","dop":"2025-04-06","serial_number":"16742634488338564","imei1":"16742634488338564","imei2":"16742634488338564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155532,"job_number":"JOB_155532","tr_customer_id":155549,"tr_customer_product_id":155539,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:58.000Z","modified_at":"2026-01-16T03:50:58.000Z","name":"Darian Boehm","mobile_number":"957-847-5047","email_id":"Claud4@hotmail.com","dop":"2025-04-06","serial_number":"12928885925226012","imei1":"12928885925226012","imei2":"12928885925226012","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155533,"job_number":"JOB_155533","tr_customer_id":155550,"tr_customer_product_id":155540,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:59.000Z","modified_at":"2026-01-16T03:50:59.000Z","name":"uday p","mobile_number":"9321453112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14398387861925","imei1":"14398387861925","imei2":"14398387861925","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155535,"job_number":"JOB_155535","tr_customer_id":155552,"tr_customer_product_id":155542,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:01.000Z","modified_at":"2026-01-16T03:51:01.000Z","name":"Domenic Price","mobile_number":"346-210-5716","email_id":"Orrin3@gmail.com","dop":"2025-04-06","serial_number":"16630065822437874","imei1":"16630065822437874","imei2":"16630065822437874","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155536,"job_number":"JOB_155536","tr_customer_id":155553,"tr_customer_product_id":155543,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:03.000Z","modified_at":"2026-01-16T03:51:03.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18332089318935","imei1":"18332089318935","imei2":"18332089318935","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155538,"job_number":"JOB_155538","tr_customer_id":155555,"tr_customer_product_id":155545,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:04.000Z","modified_at":"2026-01-16T03:51:05.000Z","name":"Kaylie Dibbert","mobile_number":"361-667-3413","email_id":"Darrel.McClure@hotmail.com","dop":"2025-04-06","serial_number":"13762468584946532","imei1":"13762468584946532","imei2":"13762468584946532","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155542,"job_number":"JOB_155542","tr_customer_id":155559,"tr_customer_product_id":155549,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:15.000Z","modified_at":"2026-01-16T03:51:15.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15292948162076","imei1":"15292948162076","imei2":"15292948162076","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155544,"job_number":"JOB_155544","tr_customer_id":155561,"tr_customer_product_id":155551,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:15.000Z","modified_at":"2026-01-16T03:51:15.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10220185382921","imei1":"10220185382921","imei2":"10220185382921","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155546,"job_number":"JOB_155546","tr_customer_id":155563,"tr_customer_product_id":155553,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:16.000Z","modified_at":"2026-01-16T03:51:16.000Z","name":"Kim Cummings","mobile_number":"954-724-1965","email_id":"Ethan_Hamill65@gmail.com","dop":"2025-04-06","serial_number":"18181308170976684","imei1":"18181308170976684","imei2":"18181308170976684","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155547,"job_number":"JOB_155547","tr_customer_id":155564,"tr_customer_product_id":155554,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:17.000Z","modified_at":"2026-01-16T03:51:17.000Z","name":"Rebekah Grimes","mobile_number":"675-677-4348","email_id":"Ava.Hessel16@gmail.com","dop":"2025-04-06","serial_number":"18320242708107970","imei1":"18320242708107970","imei2":"18320242708107970","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155548,"job_number":"JOB_155548","tr_customer_id":155565,"tr_customer_product_id":155555,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:22.000Z","modified_at":"2026-01-16T03:51:22.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10279049663315","imei1":"10279049663315","imei2":"10279049663315","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155550,"job_number":"JOB_155550","tr_customer_id":155567,"tr_customer_product_id":155557,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:24.000Z","modified_at":"2026-01-16T03:51:24.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18104702137004","imei1":"18104702137004","imei2":"18104702137004","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155551,"job_number":"JOB_155551","tr_customer_id":155568,"tr_customer_product_id":155558,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:24.000Z","modified_at":"2026-01-16T03:51:24.000Z","name":"Demetris Hoeger","mobile_number":"447-771-3560","email_id":"Dorothea68@yahoo.com","dop":"2025-04-06","serial_number":"15621074934773772","imei1":"15621074934773772","imei2":"15621074934773772","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155553,"job_number":"JOB_155553","tr_customer_id":155570,"tr_customer_product_id":155560,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:25.000Z","modified_at":"2026-01-16T03:51:25.000Z","name":"Abbie Wuckert","mobile_number":"206-389-3007","email_id":"Myrtle.Quigley@gmail.com","dop":"2025-04-06","serial_number":"14565136203651584","imei1":"14565136203651584","imei2":"14565136203651584","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155555,"job_number":"JOB_155555","tr_customer_id":155572,"tr_customer_product_id":155562,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:26.000Z","modified_at":"2026-01-16T03:51:26.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12605576992444","imei1":"12605576992444","imei2":"12605576992444","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155559,"job_number":"JOB_155559","tr_customer_id":155576,"tr_customer_product_id":155566,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:28.000Z","modified_at":"2026-01-16T03:51:28.000Z","name":"Zion Bauch","mobile_number":"692-848-8489","email_id":"Annette.Ruecker43@yahoo.com","dop":"2025-04-06","serial_number":"18298127751541190","imei1":"18298127751541190","imei2":"18298127751541190","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155560,"job_number":"JOB_155560","tr_customer_id":155577,"tr_customer_product_id":155567,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:28.000Z","modified_at":"2026-01-16T03:51:28.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10416165476171","imei1":"10416165476171","imei2":"10416165476171","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155564,"job_number":"JOB_155564","tr_customer_id":155581,"tr_customer_product_id":155571,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:30.000Z","modified_at":"2026-01-16T03:51:30.000Z","name":"Marie Hodkiewicz","mobile_number":"275-790-4139","email_id":"Ethel.Dietrich28@yahoo.com","dop":"2025-04-06","serial_number":"13158708301214292","imei1":"13158708301214292","imei2":"13158708301214292","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155566,"job_number":"JOB_155566","tr_customer_id":155583,"tr_customer_product_id":155573,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:31.000Z","modified_at":"2026-01-16T03:51:31.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"17875399270506","imei1":"17875399270506","imei2":"17875399270506","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155568,"job_number":"JOB_155568","tr_customer_id":155585,"tr_customer_product_id":155575,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:33.000Z","modified_at":"2026-01-16T03:51:33.000Z","name":"Ernest Cruickshank","mobile_number":"407-556-2259","email_id":"Carissa_Harvey37@yahoo.com","dop":"2025-04-06","serial_number":"15251772289918766","imei1":"15251772289918766","imei2":"15251772289918766","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155569,"job_number":"JOB_155569","tr_customer_id":155586,"tr_customer_product_id":155576,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:37.000Z","modified_at":"2026-01-16T03:51:37.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10786774607727","imei1":"10786774607727","imei2":"10786774607727","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155571,"job_number":"JOB_155571","tr_customer_id":155588,"tr_customer_product_id":155578,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:39.000Z","modified_at":"2026-01-16T03:51:39.000Z","name":"Velda Larkin","mobile_number":"337-756-9217","email_id":"Jacques.Haag@hotmail.com","dop":"2025-04-06","serial_number":"10101919151497432","imei1":"10101919151497432","imei2":"10101919151497432","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155574,"job_number":"JOB_155574","tr_customer_id":155591,"tr_customer_product_id":155581,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:41.000Z","modified_at":"2026-01-16T03:51:41.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18184916324061","imei1":"18184916324061","imei2":"18184916324061","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155577,"job_number":"JOB_155577","tr_customer_id":155594,"tr_customer_product_id":155584,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:41.000Z","modified_at":"2026-01-16T03:51:41.000Z","name":"kajal t","mobile_number":"7045663551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11384338003770","imei1":"11384338003770","imei2":"11384338003770","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155579,"job_number":"JOB_155579","tr_customer_id":155596,"tr_customer_product_id":155586,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:43.000Z","modified_at":"2026-01-16T03:51:43.000Z","name":"Jabari Kunde","mobile_number":"954-406-0914","email_id":"Victor_Krajcik@gmail.com","dop":"2025-04-06","serial_number":"11611265135004896","imei1":"11611265135004896","imei2":"11611265135004896","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155580,"job_number":"JOB_155580","tr_customer_id":155597,"tr_customer_product_id":155587,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:43.000Z","modified_at":"2026-01-16T03:51:43.000Z","name":"Tomas Roberts","mobile_number":"776-379-8889","email_id":"Eliezer8@gmail.com","dop":"2025-04-06","serial_number":"13955614928200576","imei1":"13955614928200576","imei2":"13955614928200576","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155581,"job_number":"JOB_155581","tr_customer_id":155598,"tr_customer_product_id":155588,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:52:00.000Z","modified_at":"2026-01-16T03:52:00.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19429865798035","imei1":"19429865798035","imei2":"19429865798035","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:52:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155583,"job_number":"JOB_155583","tr_customer_id":155600,"tr_customer_product_id":155590,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:52:02.000Z","modified_at":"2026-01-16T03:52:02.000Z","name":"Weldon D'Amore","mobile_number":"607-807-9954","email_id":"Alexandrea.Schowalter5@hotmail.com","dop":"2025-04-06","serial_number":"17554577331481782","imei1":"17554577331481782","imei2":"17554577331481782","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:52:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155584,"job_number":"JOB_155584","tr_customer_id":155601,"tr_customer_product_id":155591,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:52:06.000Z","modified_at":"2026-01-16T03:52:06.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19012225031503","imei1":"19012225031503","imei2":"19012225031503","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:52:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155586,"job_number":"JOB_155586","tr_customer_id":155603,"tr_customer_product_id":155593,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:52:08.000Z","modified_at":"2026-01-16T03:52:08.000Z","name":"Eddie Gislason","mobile_number":"754-707-6987","email_id":"Easter.Hermann@yahoo.com","dop":"2025-04-06","serial_number":"18229952976923830","imei1":"18229952976923830","imei2":"18229952976923830","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:52:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155589,"job_number":"JOB_155589","tr_customer_id":155606,"tr_customer_product_id":155596,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:52:11.000Z","modified_at":"2026-01-16T03:52:11.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19403500536776","imei1":"19403500536776","imei2":"19403500536776","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:52:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155592,"job_number":"JOB_155592","tr_customer_id":155609,"tr_customer_product_id":155599,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:52:13.000Z","modified_at":"2026-01-16T03:52:13.000Z","name":"Kellie Wilkinson","mobile_number":"235-587-2754","email_id":"August32@hotmail.com","dop":"2025-04-06","serial_number":"19623236794676320","imei1":"19623236794676320","imei2":"19623236794676320","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:52:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155593,"job_number":"JOB_155593","tr_customer_id":155610,"tr_customer_product_id":155600,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:52:45.000Z","modified_at":"2026-01-16T03:52:45.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18303156352590","imei1":"18303156352590","imei2":"18303156352590","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155595,"job_number":"JOB_155595","tr_customer_id":155612,"tr_customer_product_id":155602,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:52:47.000Z","modified_at":"2026-01-16T03:52:47.000Z","name":"Edgardo Cole","mobile_number":"390-640-9809","email_id":"Ismael.Feest89@yahoo.com","dop":"2025-04-06","serial_number":"12688159397227300","imei1":"12688159397227300","imei2":"12688159397227300","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:52:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155596,"job_number":"JOB_155596","tr_customer_id":155613,"tr_customer_product_id":155603,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:52:55.000Z","modified_at":"2026-01-16T03:52:55.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13879202526275","imei1":"13879202526275","imei2":"13879202526275","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:52:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155598,"job_number":"JOB_155598","tr_customer_id":155615,"tr_customer_product_id":155605,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:52:57.000Z","modified_at":"2026-01-16T03:52:57.000Z","name":"Shaun Daugherty","mobile_number":"212-435-4799","email_id":"Emory_Boyle@gmail.com","dop":"2025-04-06","serial_number":"14386751033941178","imei1":"14386751033941178","imei2":"14386751033941178","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:52:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155599,"job_number":"JOB_155599","tr_customer_id":155616,"tr_customer_product_id":155606,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:59:15.000Z","modified_at":"2026-01-16T03:59:15.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"55679896736205","imei1":"55679896736205","imei2":"55679896736205","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:59:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155600,"job_number":"JOB_155600","tr_customer_id":155617,"tr_customer_product_id":155607,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:59:15.000Z","modified_at":"2026-01-16T03:59:15.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"19996846776849","imei1":"19996846776849","imei2":"19996846776849","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:59:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155601,"job_number":"JOB_155601","tr_customer_id":155618,"tr_customer_product_id":155608,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:59:15.000Z","modified_at":"2026-01-16T03:59:15.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"82684415450071","imei1":"82684415450071","imei2":"82684415450071","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:59:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155602,"job_number":"JOB_155602","tr_customer_id":155619,"tr_customer_product_id":155609,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:59:16.000Z","modified_at":"2026-01-16T03:59:16.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"52193120627047","imei1":"52193120627047","imei2":"52193120627047","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:59:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155603,"job_number":"JOB_155603","tr_customer_id":155620,"tr_customer_product_id":155610,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:59:16.000Z","modified_at":"2026-01-16T03:59:16.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"46949627597686","imei1":"46949627597686","imei2":"46949627597686","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:59:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155604,"job_number":"JOB_155604","tr_customer_id":155621,"tr_customer_product_id":155611,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:59:16.000Z","modified_at":"2026-01-16T03:59:16.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"44032828979392","imei1":"44032828979392","imei2":"44032828979392","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:59:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155606,"job_number":"JOB_155606","tr_customer_id":155623,"tr_customer_product_id":155613,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:59:46.000Z","modified_at":"2026-01-16T03:59:46.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"23662326267766","imei1":"23662326267766","imei2":"23662326267766","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:59:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155607,"job_number":"JOB_155607","tr_customer_id":155624,"tr_customer_product_id":155614,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:59:46.000Z","modified_at":"2026-01-16T03:59:46.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"16791202927977","imei1":"16791202927977","imei2":"16791202927977","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:59:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155608,"job_number":"JOB_155608","tr_customer_id":155625,"tr_customer_product_id":155615,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:59:47.000Z","modified_at":"2026-01-16T03:59:47.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"50134645980601","imei1":"50134645980601","imei2":"50134645980601","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:59:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155609,"job_number":"JOB_155609","tr_customer_id":155626,"tr_customer_product_id":155616,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:59:47.000Z","modified_at":"2026-01-16T03:59:47.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"68962444174633","imei1":"68962444174633","imei2":"68962444174633","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:59:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155610,"job_number":"JOB_155610","tr_customer_id":155627,"tr_customer_product_id":155617,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:59:47.000Z","modified_at":"2026-01-16T03:59:47.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"45385731072059","imei1":"45385731072059","imei2":"45385731072059","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:59:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155611,"job_number":"JOB_155611","tr_customer_id":155628,"tr_customer_product_id":155618,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:59:48.000Z","modified_at":"2026-01-16T03:59:48.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"55903931546619","imei1":"55903931546619","imei2":"55903931546619","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:59:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155613,"job_number":"JOB_155613","tr_customer_id":155630,"tr_customer_product_id":155620,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:00:17.000Z","modified_at":"2026-01-16T04:00:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"68955586035195","imei1":"68955586035195","imei2":"68955586035195","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:00:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155614,"job_number":"JOB_155614","tr_customer_id":155631,"tr_customer_product_id":155621,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:00:17.000Z","modified_at":"2026-01-16T04:00:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"91851324634423","imei1":"91851324634423","imei2":"91851324634423","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:00:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155615,"job_number":"JOB_155615","tr_customer_id":155632,"tr_customer_product_id":155622,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:00:17.000Z","modified_at":"2026-01-16T04:00:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"92057926201536","imei1":"92057926201536","imei2":"92057926201536","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:00:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155616,"job_number":"JOB_155616","tr_customer_id":155633,"tr_customer_product_id":155623,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:00:18.000Z","modified_at":"2026-01-16T04:00:18.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"71778003089128","imei1":"71778003089128","imei2":"71778003089128","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:00:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155617,"job_number":"JOB_155617","tr_customer_id":155634,"tr_customer_product_id":155624,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:00:18.000Z","modified_at":"2026-01-16T04:00:18.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"18975964669597","imei1":"18975964669597","imei2":"18975964669597","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:00:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155618,"job_number":"JOB_155618","tr_customer_id":155635,"tr_customer_product_id":155625,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:00:18.000Z","modified_at":"2026-01-16T04:00:18.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"17998792860088","imei1":"17998792860088","imei2":"17998792860088","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:00:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155621,"job_number":"JOB_155621","tr_customer_id":155638,"tr_customer_product_id":155628,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:29:33.000Z","modified_at":"2026-01-16T04:29:33.000Z","name":"Verona Kuhic","mobile_number":"702-491-5172","email_id":"Charlie_Barton72@yahoo.com","dop":"2025-04-06","serial_number":"19769433139222860","imei1":"19769433139222860","imei2":"19769433139222860","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:29:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155622,"job_number":"JOB_155622","tr_customer_id":155639,"tr_customer_product_id":155629,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:32:19.000Z","modified_at":"2026-01-16T04:32:19.000Z","name":"tanmay agashe","mobile_number":"6757898909","email_id":"tanmay@gmail.com","dop":"2026-01-06","serial_number":"69346567893444","imei1":"69346567893444","imei2":"69346567893444","popurl":"2026-01-06T04:32:17.377643300Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:32:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155623,"job_number":"JOB_155623","tr_customer_id":155640,"tr_customer_product_id":155630,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:33:29.000Z","modified_at":"2026-01-16T04:33:29.000Z","name":"tanmay agashe","mobile_number":"6757898909","email_id":"tanmay@gmail.com","dop":"2026-01-06","serial_number":"08546567895390","imei1":"08546567895390","imei2":"08546567895390","popurl":"2026-01-06T04:33:26.974525700Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:33:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155624,"job_number":"JOB_155624","tr_customer_id":155641,"tr_customer_product_id":155631,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:36:56.000Z","modified_at":"2026-01-16T04:36:56.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-06","serial_number":"48420047314707","imei1":"48420047314707","imei2":"48420047314707","popurl":"2026-01-06T04:36:56.128196432Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:36:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155625,"job_number":"JOB_155625","tr_customer_id":155642,"tr_customer_product_id":155632,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:36:57.000Z","modified_at":"2026-01-16T04:36:57.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-06","serial_number":"70527248391176","imei1":"70527248391176","imei2":"70527248391176","popurl":"2026-01-06T04:36:57.252103837Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:36:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155626,"job_number":"JOB_155626","tr_customer_id":155643,"tr_customer_product_id":155633,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:38:26.000Z","modified_at":"2026-01-16T04:38:26.000Z","name":"tanmay agashe","mobile_number":"6757898909","email_id":"tanmay@gmail.com","dop":"2026-01-06","serial_number":"69346567893456","imei1":"69346567893456","imei2":"69346567893456","popurl":"2026-01-06T04:38:23.685345700Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:38:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155627,"job_number":"JOB_155627","tr_customer_id":155644,"tr_customer_product_id":155634,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:40:32.000Z","modified_at":"2026-01-16T04:40:32.000Z","name":"Shashank Shekhar","mobile_number":"9742666189","email_id":"101shashank@gmail.com","dop":"2025-04-06","serial_number":"99966430226557","imei1":"99966430226557","imei2":"99966430226557","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:40:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155628,"job_number":"JOB_155628","tr_customer_id":155645,"tr_customer_product_id":155635,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:44:27.000Z","modified_at":"2026-01-16T04:44:27.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"103926275605255","imei1":"103926275605255","imei2":"103926275605255","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:44:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155630,"job_number":"JOB_155630","tr_customer_id":155647,"tr_customer_product_id":155637,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:44:38.000Z","modified_at":"2026-01-16T04:44:38.000Z","name":"Easter Koch","mobile_number":"928-250-5732","email_id":"Dayne.Effertz@yahoo.com","dop":"2025-04-06","serial_number":"14889558276512","imei1":"14889558276512","imei2":"14889558276512","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:44:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155631,"job_number":"JOB_155631","tr_customer_id":155648,"tr_customer_product_id":155638,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:44:39.000Z","modified_at":"2026-01-16T04:44:39.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"105776069693431","imei1":"105776069693431","imei2":"105776069693431","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:44:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155633,"job_number":"JOB_155633","tr_customer_id":155650,"tr_customer_product_id":155640,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:49:12.000Z","modified_at":"2026-01-16T04:49:12.000Z","name":"Uday Raj","mobile_number":"9834786543","email_id":"uday.r@gmail.com","dop":"2025-02-01","serial_number":"19899393010120","imei1":"19899393010120","imei2":"19899393010120","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:49:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155634,"job_number":"JOB_155634","tr_customer_id":155651,"tr_customer_product_id":155641,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:50:18.000Z","modified_at":"2026-01-16T04:50:18.000Z","name":"Manuel Zieme","mobile_number":"595-247-0610","email_id":"Else_Hansen@hotmail.com","dop":"2025-02-01","serial_number":"74609272541571","imei1":"74609272541571","imei2":"74609272541571","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:50:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155638,"job_number":"JOB_155638","tr_customer_id":155655,"tr_customer_product_id":155645,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:55:57.000Z","modified_at":"2026-01-16T04:55:57.000Z","name":"Shashank Shekhar","mobile_number":"9742666189","email_id":"101shashank@gmail.com","dop":"2025-04-06","serial_number":"99966430226599","imei1":"99966430226599","imei2":"99966430226599","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:55:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155640,"job_number":"JOB_155640","tr_customer_id":155657,"tr_customer_product_id":155647,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:56:19.000Z","modified_at":"2026-01-16T04:56:19.000Z","name":"Bulah Simonis","mobile_number":"730-658-6104","email_id":"Jaquan_Zemlak47@yahoo.com","dop":"2025-04-06","serial_number":"15413693824894536","imei1":"15413693824894536","imei2":"15413693824894536","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:56:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155642,"job_number":"JOB_155642","tr_customer_id":155659,"tr_customer_product_id":155649,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:56:40.000Z","modified_at":"2026-01-16T04:56:40.000Z","name":"Helene Schinner","mobile_number":"395-771-3770","email_id":"Ernestine.Cronin@hotmail.com","dop":"2025-04-06","serial_number":"15241876165367484","imei1":"15241876165367484","imei2":"15241876165367484","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:56:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155643,"job_number":"JOB_155643","tr_customer_id":155660,"tr_customer_product_id":155650,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:57:26.000Z","modified_at":"2026-01-16T04:57:26.000Z","name":"Shashank Shekhar","mobile_number":"9742666189","email_id":"101shashank@gmail.com","dop":"2025-04-06","serial_number":"99966430226598","imei1":"99966430226598","imei2":"99966430226598","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:57:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155648,"job_number":"JOB_155648","tr_customer_id":155665,"tr_customer_product_id":155655,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T05:09:43.000Z","modified_at":"2026-01-16T05:09:43.000Z","name":"Shashank Shekhar","mobile_number":"9742666189","email_id":"101shashank@gmail.com","dop":"2025-04-06","serial_number":"99966430226597","imei1":"99966430226597","imei2":"99966430226597","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T05:09:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155649,"job_number":"JOB_155649","tr_customer_id":155666,"tr_customer_product_id":155656,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T05:41:28.000Z","modified_at":"2026-01-16T05:41:28.000Z","name":"tanmay agashe","mobile_number":"6757898909","email_id":"tanmay@gmail.com","dop":"2026-01-06","serial_number":"11346567890346","imei1":"11346567890346","imei2":"11346567890346","popurl":"2026-01-06T05:41:27.997331187Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T05:41:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155650,"job_number":"JOB_155650","tr_customer_id":155667,"tr_customer_product_id":155657,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:00:16.000Z","modified_at":"2026-01-16T06:00:16.000Z","name":"Shashank Shekhar","mobile_number":"9742666189","email_id":"101shashank@gmail.com","dop":"2025-04-06","serial_number":"99999999999999","imei1":"99999999999999","imei2":"99999999999999","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:00:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155651,"job_number":"JOB_155651","tr_customer_id":155668,"tr_customer_product_id":155658,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:02:15.000Z","modified_at":"2026-01-16T06:02:15.000Z","name":"Shashank Shekhar","mobile_number":"9742666189","email_id":"101shashank@gmail.com","dop":"2025-04-06","serial_number":"89999999999999","imei1":"89999999999999","imei2":"89999999999999","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:02:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155652,"job_number":"JOB_155652","tr_customer_id":155669,"tr_customer_product_id":155659,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:09:47.000Z","modified_at":"2026-01-16T06:09:47.000Z","name":"Shashank Shekhar","mobile_number":"9742666189","email_id":"101shashank@gmail.com","dop":"2025-04-06","serial_number":"79999999999999","imei1":"79999999999999","imei2":"79999999999999","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:09:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155653,"job_number":"JOB_155653","tr_customer_id":155670,"tr_customer_product_id":155660,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:15:48.000Z","modified_at":"2026-01-16T06:15:48.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"18546374862748","imei1":"18546374862748","imei2":"18546374862748","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:15:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155654,"job_number":"JOB_155654","tr_customer_id":155671,"tr_customer_product_id":155661,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:15:49.000Z","modified_at":"2026-01-16T06:15:49.000Z","name":"Thad Walker","mobile_number":"563-474-2227","email_id":"Aisha.Ernser46@gmail.com","dop":"2025-09-16","serial_number":"13154157928705","imei1":"13154157928705","imei2":"13154157928705","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:15:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155655,"job_number":"JOB_155655","tr_customer_id":155672,"tr_customer_product_id":155662,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:16:02.000Z","modified_at":"2026-01-16T06:16:02.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14523335535044","imei1":"14523335535044","imei2":"14523335535044","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:16:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155657,"job_number":"JOB_155657","tr_customer_id":155674,"tr_customer_product_id":155664,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:16:03.000Z","modified_at":"2026-01-16T06:16:03.000Z","name":"Deja Price","mobile_number":"296-505-1529","email_id":"Audra.OConnell@hotmail.com","dop":"2025-04-06","serial_number":"14443526690699648","imei1":"14443526690699648","imei2":"14443526690699648","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:16:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155658,"job_number":"JOB_155658","tr_customer_id":155675,"tr_customer_product_id":155665,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:16:08.000Z","modified_at":"2026-01-16T06:16:08.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"17736769273208","imei1":"17736769273208","imei2":"17736769273208","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:16:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155659,"job_number":"JOB_155659","tr_customer_id":155676,"tr_customer_product_id":155666,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:16:08.000Z","modified_at":"2026-01-16T06:16:08.000Z","name":"Dee Schneider","mobile_number":"392-427-4595","email_id":"Novella90@gmail.com","dop":"2025-09-16","serial_number":"11356350277950","imei1":"11356350277950","imei2":"11356350277950","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:16:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155662,"job_number":"JOB_155662","tr_customer_id":155679,"tr_customer_product_id":155669,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:16:27.000Z","modified_at":"2026-01-16T06:16:27.000Z","name":"kajal p","mobile_number":"9243526785","email_id":"kajal@gmail.com","dop":"2025-09-16","serial_number":"18580675192414","imei1":"18580675192414","imei2":"18580675192414","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:16:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155663,"job_number":"JOB_155663","tr_customer_id":155680,"tr_customer_product_id":155670,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:16:27.000Z","modified_at":"2026-01-16T06:16:27.000Z","name":"Samir Schroeder","mobile_number":"500-386-9531","email_id":"Fern_Padberg@gmail.com","dop":"2025-09-16","serial_number":"12184243985175","imei1":"12184243985175","imei2":"12184243985175","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:16:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155664,"job_number":"JOB_155664","tr_customer_id":155681,"tr_customer_product_id":155671,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:16:48.000Z","modified_at":"2026-01-16T06:16:48.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18600269206682","imei1":"18600269206682","imei2":"18600269206682","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:16:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155666,"job_number":"JOB_155666","tr_customer_id":155683,"tr_customer_product_id":155673,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:16:50.000Z","modified_at":"2026-01-16T06:16:50.000Z","name":"Oscar Johns","mobile_number":"347-783-3469","email_id":"Kiarra_Hagenes@gmail.com","dop":"2025-04-06","serial_number":"19132541795594000","imei1":"19132541795594000","imei2":"19132541795594000","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:16:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155668,"job_number":"JOB_155668","tr_customer_id":155685,"tr_customer_product_id":155675,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:17:35.000Z","modified_at":"2026-01-16T06:17:35.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13511268549250","imei1":"13511268549250","imei2":"13511268549250","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:17:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155670,"job_number":"JOB_155670","tr_customer_id":155687,"tr_customer_product_id":155677,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:17:36.000Z","modified_at":"2026-01-16T06:17:36.000Z","name":"Deron Beier","mobile_number":"606-949-3926","email_id":"Rhea19@yahoo.com","dop":"2025-04-06","serial_number":"15698729394533112","imei1":"15698729394533112","imei2":"15698729394533112","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:17:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155683,"job_number":"JOB_155683","tr_customer_id":155700,"tr_customer_product_id":155690,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:21:41.000Z","modified_at":"2026-01-16T06:21:41.000Z","name":"Gaurav Kumain","mobile_number":"8787474487","email_id":"qwssww@gmail.com","dop":"2025-04-06","serial_number":"16572885284302","imei1":"16572885284302","imei2":"16572885284302","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:21:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155684,"job_number":"JOB_155684","tr_customer_id":155701,"tr_customer_product_id":155691,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:21:57.000Z","modified_at":"2026-01-16T06:21:57.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10234419614103","imei1":"10234419614103","imei2":"10234419614103","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:21:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155686,"job_number":"JOB_155686","tr_customer_id":155703,"tr_customer_product_id":155693,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:21:58.000Z","modified_at":"2026-01-16T06:21:58.000Z","name":"Freda Jacobs","mobile_number":"892-616-9044","email_id":"Emie_Conroy@yahoo.com","dop":"2025-06-18","serial_number":"1095232156265707","imei1":"1095232156265707","imei2":"1095232156265707","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:21:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155687,"job_number":"JOB_155687","tr_customer_id":155704,"tr_customer_product_id":155694,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:22:43.000Z","modified_at":"2026-01-16T06:22:43.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10129626372569","imei1":"10129626372569","imei2":"10129626372569","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:22:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155689,"job_number":"JOB_155689","tr_customer_id":155706,"tr_customer_product_id":155696,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:22:43.000Z","modified_at":"2026-01-16T06:22:43.000Z","name":"Lionel Murphy","mobile_number":"209-798-6385","email_id":"Bailey80@gmail.com","dop":"2025-06-18","serial_number":"1091165450394017","imei1":"1091165450394017","imei2":"1091165450394017","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:22:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155690,"job_number":"JOB_155690","tr_customer_id":155707,"tr_customer_product_id":155697,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:26:17.000Z","modified_at":"2026-01-16T06:26:17.000Z","name":"Gaurav Kumain","mobile_number":"8787474487","email_id":"qwssww@gmail.com","dop":"2025-04-06","serial_number":"16572885284303","imei1":"16572885284303","imei2":"16572885284303","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:26:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155691,"job_number":"JOB_155691","tr_customer_id":155708,"tr_customer_product_id":155698,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:27:01.000Z","modified_at":"2026-01-16T06:27:01.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18792914001763","imei1":"18792914001763","imei2":"18792914001763","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:27:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155693,"job_number":"JOB_155693","tr_customer_id":155710,"tr_customer_product_id":155700,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:27:03.000Z","modified_at":"2026-01-16T06:27:03.000Z","name":"Heidi Donnelly","mobile_number":"765-761-1553","email_id":"Claud21@yahoo.com","dop":"2025-04-06","serial_number":"15136441970902784","imei1":"15136441970902784","imei2":"15136441970902784","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:27:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155694,"job_number":"JOB_155694","tr_customer_id":155711,"tr_customer_product_id":155701,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:27:45.000Z","modified_at":"2026-01-16T06:27:45.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12474350256277","imei1":"12474350256277","imei2":"12474350256277","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:27:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155696,"job_number":"JOB_155696","tr_customer_id":155713,"tr_customer_product_id":155703,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:27:46.000Z","modified_at":"2026-01-16T06:27:46.000Z","name":"Rudy Stiedemann","mobile_number":"442-264-6155","email_id":"Jaylin.Runolfsson@yahoo.com","dop":"2025-04-06","serial_number":"13492937547637564","imei1":"13492937547637564","imei2":"13492937547637564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:27:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155697,"job_number":"JOB_155697","tr_customer_id":155714,"tr_customer_product_id":155704,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:28:27.000Z","modified_at":"2026-01-16T06:28:27.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19306329118267","imei1":"19306329118267","imei2":"19306329118267","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:28:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155699,"job_number":"JOB_155699","tr_customer_id":155716,"tr_customer_product_id":155706,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:28:29.000Z","modified_at":"2026-01-16T06:28:29.000Z","name":"Derick Green","mobile_number":"343-294-0155","email_id":"Thurman59@yahoo.com","dop":"2025-04-06","serial_number":"16809733002813264","imei1":"16809733002813264","imei2":"16809733002813264","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:28:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155702,"job_number":"JOB_155702","tr_customer_id":155719,"tr_customer_product_id":155709,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:29:30.000Z","modified_at":"2026-01-16T06:29:30.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12160862483626","imei1":"12160862483626","imei2":"12160862483626","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:29:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155704,"job_number":"JOB_155704","tr_customer_id":155721,"tr_customer_product_id":155711,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:29:32.000Z","modified_at":"2026-01-16T06:29:32.000Z","name":"Rhianna Schoen","mobile_number":"212-665-2079","email_id":"Lottie.Armstrong@yahoo.com","dop":"2025-04-06","serial_number":"11901143664342048","imei1":"11901143664342048","imei2":"11901143664342048","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:29:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155705,"job_number":"JOB_155705","tr_customer_id":155722,"tr_customer_product_id":155712,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:30:19.000Z","modified_at":"2026-01-16T06:30:19.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12674320033800","imei1":"12674320033800","imei2":"12674320033800","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:30:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155707,"job_number":"JOB_155707","tr_customer_id":155724,"tr_customer_product_id":155714,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:30:20.000Z","modified_at":"2026-01-16T06:30:20.000Z","name":"Laron Durgan","mobile_number":"264-200-0555","email_id":"Alayna17@hotmail.com","dop":"2025-04-06","serial_number":"11805549138506768","imei1":"11805549138506768","imei2":"11805549138506768","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:30:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155708,"job_number":"JOB_155708","tr_customer_id":155725,"tr_customer_product_id":155715,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:31:08.000Z","modified_at":"2026-01-16T06:31:08.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10291803468165","imei1":"10291803468165","imei2":"10291803468165","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:31:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155710,"job_number":"JOB_155710","tr_customer_id":155727,"tr_customer_product_id":155717,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:31:09.000Z","modified_at":"2026-01-16T06:31:09.000Z","name":"Velda Heaney","mobile_number":"352-758-7513","email_id":"Diamond_Reynolds52@hotmail.com","dop":"2025-04-06","serial_number":"14976485295733564","imei1":"14976485295733564","imei2":"14976485295733564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:31:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155712,"job_number":"JOB_155712","tr_customer_id":155729,"tr_customer_product_id":155719,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:33:25.000Z","modified_at":"2026-01-16T06:33:25.000Z","name":"Darren Terry","mobile_number":"941-848-4064","email_id":"Derek_Waters93@gmail.com","dop":"2025-04-06","serial_number":"16510770579164860","imei1":"16510770579164860","imei2":"16510770579164860","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:33:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155713,"job_number":"JOB_155713","tr_customer_id":155730,"tr_customer_product_id":155720,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:34:10.000Z","modified_at":"2026-01-16T06:34:10.000Z","name":"Gaurav Kumain","mobile_number":"8787474487","email_id":"qwssww@gmail.com","dop":"2025-04-06","serial_number":"16572885284304","imei1":"16572885284304","imei2":"16572885284303","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:34:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155714,"job_number":"JOB_155714","tr_customer_id":155731,"tr_customer_product_id":155721,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:34:13.000Z","modified_at":"2026-01-16T06:34:13.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18183250601741","imei1":"18183250601741","imei2":"18183250601741","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:34:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155716,"job_number":"JOB_155716","tr_customer_id":155733,"tr_customer_product_id":155723,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:34:15.000Z","modified_at":"2026-01-16T06:34:15.000Z","name":"Noemie Moore","mobile_number":"922-216-5908","email_id":"Adelia.Legros@gmail.com","dop":"2025-04-06","serial_number":"19849856542088270","imei1":"19849856542088270","imei2":"19849856542088270","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:34:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155720,"job_number":"JOB_155720","tr_customer_id":155737,"tr_customer_product_id":155727,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:35:04.000Z","modified_at":"2026-01-16T06:35:04.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13402961231475","imei1":"13402961231475","imei2":"13402961231475","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:35:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155722,"job_number":"JOB_155722","tr_customer_id":155739,"tr_customer_product_id":155729,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:35:06.000Z","modified_at":"2026-01-16T06:35:06.000Z","name":"Amanda Considine","mobile_number":"587-276-9658","email_id":"Valerie76@gmail.com","dop":"2025-04-06","serial_number":"19754602933334430","imei1":"19754602933334430","imei2":"19754602933334430","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:35:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155726,"job_number":"JOB_155726","tr_customer_id":155743,"tr_customer_product_id":155733,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:35:50.000Z","modified_at":"2026-01-16T06:35:50.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12561051754101","imei1":"12561051754101","imei2":"12561051754101","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:35:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155728,"job_number":"JOB_155728","tr_customer_id":155745,"tr_customer_product_id":155735,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:35:52.000Z","modified_at":"2026-01-16T06:35:52.000Z","name":"Ebony Wintheiser","mobile_number":"567-275-3241","email_id":"Elinore.Goldner@gmail.com","dop":"2025-04-06","serial_number":"13695480512531648","imei1":"13695480512531648","imei2":"13695480512531648","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:35:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155731,"job_number":"JOB_155731","tr_customer_id":155748,"tr_customer_product_id":155738,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:36:02.000Z","modified_at":"2026-01-16T06:36:02.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10905864665923","imei1":"10905864665923","imei2":"10905864665923","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:36:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155734,"job_number":"JOB_155734","tr_customer_id":155751,"tr_customer_product_id":155741,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:36:03.000Z","modified_at":"2026-01-16T06:36:03.000Z","name":"Evangeline Emard","mobile_number":"685-236-5910","email_id":"Ezra4@hotmail.com","dop":"2025-04-06","serial_number":"15454439136977072","imei1":"15454439136977072","imei2":"15454439136977072","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:36:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155735,"job_number":"JOB_155735","tr_customer_id":155752,"tr_customer_product_id":155742,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:36:36.000Z","modified_at":"2026-01-16T06:36:36.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18011725642892","imei1":"18011725642892","imei2":"18011725642892","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:36:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155737,"job_number":"JOB_155737","tr_customer_id":155754,"tr_customer_product_id":155744,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:36:38.000Z","modified_at":"2026-01-16T06:36:38.000Z","name":"Lenore White","mobile_number":"315-988-3242","email_id":"Myrna.Cruickshank@gmail.com","dop":"2025-04-06","serial_number":"16588747903909444","imei1":"16588747903909444","imei2":"16588747903909444","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:36:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155741,"job_number":"JOB_155741","tr_customer_id":155758,"tr_customer_product_id":155748,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:37:21.000Z","modified_at":"2026-01-16T06:37:21.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18479831109450","imei1":"18479831109450","imei2":"18479831109450","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:37:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155743,"job_number":"JOB_155743","tr_customer_id":155760,"tr_customer_product_id":155750,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:37:23.000Z","modified_at":"2026-01-16T06:37:23.000Z","name":"Clifton Will","mobile_number":"466-925-6032","email_id":"Sydnie50@hotmail.com","dop":"2025-04-06","serial_number":"17264357883813052","imei1":"17264357883813052","imei2":"17264357883813052","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:37:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155744,"job_number":"JOB_155744","tr_customer_id":155761,"tr_customer_product_id":155751,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:40:24.000Z","modified_at":"2026-01-16T06:40:24.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11421853362375","imei1":"11421853362375","imei2":"11421853362375","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:40:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155746,"job_number":"JOB_155746","tr_customer_id":155763,"tr_customer_product_id":155753,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:40:25.000Z","modified_at":"2026-01-16T06:40:25.000Z","name":"Ophelia Kohler","mobile_number":"852-921-4197","email_id":"Dianna.Feil@yahoo.com","dop":"2025-04-06","serial_number":"12271151503417396","imei1":"12271151503417396","imei2":"12271151503417396","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:40:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155747,"job_number":"JOB_155747","tr_customer_id":155764,"tr_customer_product_id":155754,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:41:07.000Z","modified_at":"2026-01-16T06:41:07.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17527577093892","imei1":"17527577093892","imei2":"17527577093892","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:41:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155749,"job_number":"JOB_155749","tr_customer_id":155766,"tr_customer_product_id":155756,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:41:09.000Z","modified_at":"2026-01-16T06:41:09.000Z","name":"Giuseppe Carter","mobile_number":"956-449-4965","email_id":"Sonya54@yahoo.com","dop":"2025-04-06","serial_number":"10273525838172484","imei1":"10273525838172484","imei2":"10273525838172484","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:41:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155751,"job_number":"JOB_155751","tr_customer_id":155768,"tr_customer_product_id":155758,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:41:20.000Z","modified_at":"2026-01-16T06:41:20.000Z","name":"Dustin Carroll","mobile_number":"720-927-0260","email_id":"Alba46@gmail.com","dop":"2025-04-06","serial_number":"19432793905878870","imei1":"19432793905878870","imei2":"19432793905878870","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:41:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155752,"job_number":"JOB_155752","tr_customer_id":155769,"tr_customer_product_id":155759,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:41:21.000Z","modified_at":"2026-01-16T06:41:21.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10167067858945","imei1":"10167067858945","imei2":"10167067858945","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:41:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155754,"job_number":"JOB_155754","tr_customer_id":155771,"tr_customer_product_id":155761,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:41:23.000Z","modified_at":"2026-01-16T06:41:23.000Z","name":"Lonzo Considine","mobile_number":"669-263-4928","email_id":"Kiera23@yahoo.com","dop":"2025-04-06","serial_number":"15136230129385224","imei1":"15136230129385224","imei2":"15136230129385224","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:41:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155756,"job_number":"JOB_155756","tr_customer_id":155773,"tr_customer_product_id":155763,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:41:43.000Z","modified_at":"2026-01-16T06:41:43.000Z","name":"Tianna Swift","mobile_number":"829-786-2295","email_id":"Earl61@hotmail.com","dop":"2025-04-06","serial_number":"14694088865761580","imei1":"14694088865761580","imei2":"14694088865761580","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:41:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155757,"job_number":"JOB_155757","tr_customer_id":155774,"tr_customer_product_id":155764,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:41:50.000Z","modified_at":"2026-01-16T06:41:50.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16157917824236","imei1":"16157917824236","imei2":"16157917824236","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:41:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155759,"job_number":"JOB_155759","tr_customer_id":155776,"tr_customer_product_id":155766,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:41:51.000Z","modified_at":"2026-01-16T06:41:51.000Z","name":"Stella Erdman","mobile_number":"654-871-8951","email_id":"Clare82@gmail.com","dop":"2025-04-06","serial_number":"10811966025947974","imei1":"10811966025947974","imei2":"10811966025947974","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:41:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155760,"job_number":"JOB_155760","tr_customer_id":155777,"tr_customer_product_id":155767,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:42:00.000Z","modified_at":"2026-01-16T06:42:00.000Z","name":"Gaurav Kumain","mobile_number":"8787474487","email_id":"qwssww@gmail.com","dop":"2025-04-06","serial_number":"16572885284305","imei1":"16572885284305","imei2":"16572885284305","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:42:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155761,"job_number":"JOB_155761","tr_customer_id":155778,"tr_customer_product_id":155768,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:42:06.000Z","modified_at":"2026-01-16T06:42:06.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12398337583225","imei1":"12398337583225","imei2":"12398337583225","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:42:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155763,"job_number":"JOB_155763","tr_customer_id":155780,"tr_customer_product_id":155770,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:42:08.000Z","modified_at":"2026-01-16T06:42:08.000Z","name":"Julia Moen","mobile_number":"321-971-0040","email_id":"Ramon54@hotmail.com","dop":"2025-04-06","serial_number":"16373246844481656","imei1":"16373246844481656","imei2":"16373246844481656","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:42:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155764,"job_number":"JOB_155764","tr_customer_id":155781,"tr_customer_product_id":155771,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:42:44.000Z","modified_at":"2026-01-16T06:42:44.000Z","name":"Gaurav Kumain","mobile_number":"8787474487","email_id":"qwssww@gmail.com","dop":"2025-04-06","serial_number":"16572885284306","imei1":"16572885284306","imei2":"16572885284306","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:42:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155765,"job_number":"JOB_155765","tr_customer_id":155782,"tr_customer_product_id":155772,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:42:57.000Z","modified_at":"2026-01-16T06:42:57.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16683229693587","imei1":"16683229693587","imei2":"16683229693587","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:42:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155767,"job_number":"JOB_155767","tr_customer_id":155784,"tr_customer_product_id":155774,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:42:58.000Z","modified_at":"2026-01-16T06:42:58.000Z","name":"Vladimir Runte","mobile_number":"429-717-1121","email_id":"Kira_Stracke17@hotmail.com","dop":"2025-04-06","serial_number":"18403541612665524","imei1":"18403541612665524","imei2":"18403541612665524","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:42:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155768,"job_number":"JOB_155768","tr_customer_id":155785,"tr_customer_product_id":155775,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:46:44.000Z","modified_at":"2026-01-16T06:46:44.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10725069005359","imei1":"10725069005359","imei2":"10725069005359","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:46:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155770,"job_number":"JOB_155770","tr_customer_id":155787,"tr_customer_product_id":155777,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:46:45.000Z","modified_at":"2026-01-16T06:46:45.000Z","name":"Leopoldo Gislason","mobile_number":"268-936-4383","email_id":"Connor97@gmail.com","dop":"2025-04-06","serial_number":"16617283109406458","imei1":"16617283109406458","imei2":"16617283109406458","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:46:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155772,"job_number":"JOB_155772","tr_customer_id":155789,"tr_customer_product_id":155779,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:46:51.000Z","modified_at":"2026-01-16T06:46:51.000Z","name":"Fae Murazik","mobile_number":"346-564-2712","email_id":"Lenora.Kunze@gmail.com","dop":"2025-04-06","serial_number":"13755674628984042","imei1":"13755674628984042","imei2":"13755674628984042","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:46:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155773,"job_number":"JOB_155773","tr_customer_id":155790,"tr_customer_product_id":155780,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:47:26.000Z","modified_at":"2026-01-16T06:47:26.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18041222648615","imei1":"18041222648615","imei2":"18041222648615","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:47:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155775,"job_number":"JOB_155775","tr_customer_id":155792,"tr_customer_product_id":155782,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:47:27.000Z","modified_at":"2026-01-16T06:47:27.000Z","name":"Cynthia Greenholt","mobile_number":"695-701-0115","email_id":"Jovany72@gmail.com","dop":"2025-04-06","serial_number":"11836973861407318","imei1":"11836973861407318","imei2":"11836973861407318","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:47:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155776,"job_number":"JOB_155776","tr_customer_id":155793,"tr_customer_product_id":155783,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:48:07.000Z","modified_at":"2026-01-16T06:48:07.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10369012279854","imei1":"10369012279854","imei2":"10369012279854","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:48:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155778,"job_number":"JOB_155778","tr_customer_id":155795,"tr_customer_product_id":155785,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:48:09.000Z","modified_at":"2026-01-16T06:48:09.000Z","name":"Stanford Dibbert","mobile_number":"393-702-4663","email_id":"Loy_Welch84@hotmail.com","dop":"2025-04-06","serial_number":"18618603978201628","imei1":"18618603978201628","imei2":"18618603978201628","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:48:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155780,"job_number":"JOB_155780","tr_customer_id":155797,"tr_customer_product_id":155787,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T07:00:17.000Z","modified_at":"2026-01-16T07:00:17.000Z","name":"Enos Adams","mobile_number":"618-705-8656","email_id":"Lavina_Streich65@gmail.com","dop":"2025-04-06","serial_number":"16095089629971664","imei1":"16095089629971664","imei2":"16095089629971664","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T07:00:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155788,"job_number":"JOB_155788","tr_customer_id":155805,"tr_customer_product_id":155795,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T07:42:35.000Z","modified_at":"2026-01-16T07:42:35.000Z","name":"Alize Abbott","mobile_number":"852-313-2612","email_id":"Connie.Dach15@hotmail.com","dop":"2025-04-06","serial_number":"19903792800148290","imei1":"19903792800148290","imei2":"19903792800148290","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T07:42:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155443,"job_number":"JOB_155443","tr_customer_id":155460,"tr_customer_product_id":155450,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:39.000Z","modified_at":"2026-01-16T03:49:39.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Lilyan_Pouros@yahoo.com","dop":"2025-07-02","serial_number":"18379672176321","imei1":"18379672176321","imei2":"18379672176321","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155456,"job_number":"JOB_155456","tr_customer_id":155473,"tr_customer_product_id":155463,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:55.000Z","modified_at":"2026-01-16T03:49:55.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Ila_Halvorson@hotmail.com","dop":"2025-07-02","serial_number":"12646098675885","imei1":"12646098675885","imei2":"12646098675885","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155468,"job_number":"JOB_155468","tr_customer_id":155485,"tr_customer_product_id":155475,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:11.000Z","modified_at":"2026-01-16T03:50:11.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Rhianna_Hamill22@yahoo.com","dop":"2025-07-02","serial_number":"18556463680068","imei1":"18556463680068","imei2":"18556463680068","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155495,"job_number":"JOB_155495","tr_customer_id":155512,"tr_customer_product_id":155502,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:32.000Z","modified_at":"2026-01-16T03:50:32.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"177238735641284","imei1":"177238735641284","imei2":"177238735641284","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155496,"job_number":"JOB_155496","tr_customer_id":155513,"tr_customer_product_id":155503,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:32.000Z","modified_at":"2026-01-16T03:50:32.000Z","name":"Genesis Goyette","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"182069094863967","imei1":"182069094863967","imei2":"182069094863967","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155497,"job_number":"JOB_155497","tr_customer_id":155514,"tr_customer_product_id":155504,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:32.000Z","modified_at":"2026-01-16T03:50:32.000Z","name":"Estelle Adams","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"114168222400852","imei1":"114168222400852","imei2":"114168222400852","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155500,"job_number":"JOB_155500","tr_customer_id":155517,"tr_customer_product_id":155507,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:33.000Z","modified_at":"2026-01-16T03:50:33.000Z","name":"Amir McClure","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"185006500135435","imei1":"185006500135435","imei2":"185006500135435","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155512,"job_number":"JOB_155512","tr_customer_id":155529,"tr_customer_product_id":155519,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:45.000Z","modified_at":"2026-01-16T03:50:45.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"140076611883558","imei1":"140076611883558","imei2":"140076611883558","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155514,"job_number":"JOB_155514","tr_customer_id":155531,"tr_customer_product_id":155521,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:45.000Z","modified_at":"2026-01-16T03:50:45.000Z","name":"Allen Gibson","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"130161965485867","imei1":"130161965485867","imei2":"130161965485867","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155515,"job_number":"JOB_155515","tr_customer_id":155532,"tr_customer_product_id":155522,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:45.000Z","modified_at":"2026-01-16T03:50:45.000Z","name":"Okey Ward","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"106528169716897","imei1":"106528169716897","imei2":"106528169716897","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155516,"job_number":"JOB_155516","tr_customer_id":155533,"tr_customer_product_id":155523,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:46.000Z","modified_at":"2026-01-16T03:50:46.000Z","name":"Eloy Aufderhar","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"165442554199153","imei1":"165442554199153","imei2":"165442554199153","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155539,"job_number":"JOB_155539","tr_customer_id":155556,"tr_customer_product_id":155546,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:12.000Z","modified_at":"2026-01-16T03:51:12.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"107677851288975","imei1":"107677851288975","imei2":"107677851288975","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155541,"job_number":"JOB_155541","tr_customer_id":155558,"tr_customer_product_id":155548,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:13.000Z","modified_at":"2026-01-16T03:51:13.000Z","name":"Sophia Bashirian","mobile_number":"427-803-8299","email_id":"Lauren_Ferry51@hotmail.com","dop":"2025-06-09","serial_number":"104354884652418","imei1":"104354884652418","imei2":"104354884652418","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155554,"job_number":"JOB_155554","tr_customer_id":155571,"tr_customer_product_id":155561,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:26.000Z","modified_at":"2026-01-16T03:51:26.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"106172652499721","imei1":"106172652499721","imei2":"106172652499721","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155558,"job_number":"JOB_155558","tr_customer_id":155575,"tr_customer_product_id":155565,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:27.000Z","modified_at":"2026-01-16T03:51:27.000Z","name":"Elsie Kuhn","mobile_number":"310-825-6108","email_id":"Herbert.Feeney0@yahoo.com","dop":"2025-06-09","serial_number":"106732827060674","imei1":"106732827060674","imei2":"106732827060674","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155572,"job_number":"JOB_155572","tr_customer_id":155589,"tr_customer_product_id":155579,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:40.000Z","modified_at":"2026-01-16T03:51:40.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"109431713859796","imei1":"109431713859796","imei2":"109431713859796","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155575,"job_number":"JOB_155575","tr_customer_id":155592,"tr_customer_product_id":155582,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:41.000Z","modified_at":"2026-01-16T03:51:41.000Z","name":"Verda Koch","mobile_number":"523-762-5776","email_id":"Alden.McGlynn@gmail.com","dop":"2025-06-09","serial_number":"100563256446896","imei1":"100563256446896","imei2":"100563256446896","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155671,"job_number":"JOB_155671","tr_customer_id":155688,"tr_customer_product_id":155678,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:19:17.000Z","modified_at":"2026-01-16T06:19:17.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"105156524394051","imei1":"105156524394051","imei2":"105156524394051","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:19:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155673,"job_number":"JOB_155673","tr_customer_id":155690,"tr_customer_product_id":155680,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:19:18.000Z","modified_at":"2026-01-16T06:19:18.000Z","name":"Curtis Armstrong","mobile_number":"313-856-2419","email_id":"Freddy31@hotmail.com","dop":"2025-06-09","serial_number":"106576638988751","imei1":"106576638988751","imei2":"106576638988751","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:19:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155674,"job_number":"JOB_155674","tr_customer_id":155691,"tr_customer_product_id":155681,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:19:32.000Z","modified_at":"2026-01-16T06:19:32.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"102674885112431","imei1":"102674885112431","imei2":"102674885112431","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:19:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155676,"job_number":"JOB_155676","tr_customer_id":155693,"tr_customer_product_id":155683,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:19:33.000Z","modified_at":"2026-01-16T06:19:33.000Z","name":"Kiera Herman","mobile_number":"741-763-6738","email_id":"Caleb63@yahoo.com","dop":"2025-06-09","serial_number":"102246556351467","imei1":"102246556351467","imei2":"102246556351467","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:19:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155677,"job_number":"JOB_155677","tr_customer_id":155694,"tr_customer_product_id":155684,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:19:47.000Z","modified_at":"2026-01-16T06:19:47.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"103481953362932","imei1":"103481953362932","imei2":"103481953362932","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:19:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155679,"job_number":"JOB_155679","tr_customer_id":155696,"tr_customer_product_id":155686,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:19:48.000Z","modified_at":"2026-01-16T06:19:48.000Z","name":"Zachariah Tremblay","mobile_number":"739-893-9626","email_id":"Katelin.OConnell@hotmail.com","dop":"2025-06-09","serial_number":"103143000565201","imei1":"103143000565201","imei2":"103143000565201","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:19:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155784,"job_number":"JOB_155784","tr_customer_id":155801,"tr_customer_product_id":155791,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T07:31:21.000Z","modified_at":"2026-01-16T07:31:21.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Bettie_Hintz@gmail.com","dop":"2025-07-02","serial_number":"14422875302832","imei1":"14422875302832","imei2":"14422875302832","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T07:31:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155785,"job_number":"JOB_155785","tr_customer_id":155802,"tr_customer_product_id":155792,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T07:31:39.000Z","modified_at":"2026-01-16T07:31:39.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Grayce13@yahoo.com","dop":"2025-07-02","serial_number":"15860432272873","imei1":"15860432272873","imei2":"15860432272873","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T07:31:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155786,"job_number":"JOB_155786","tr_customer_id":155803,"tr_customer_product_id":155793,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T07:31:57.000Z","modified_at":"2026-01-16T07:31:57.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Royce.Feeney@gmail.com","dop":"2025-07-02","serial_number":"19792604241672","imei1":"19792604241672","imei2":"19792604241672","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T07:31:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155791,"job_number":"JOB_155791","tr_customer_id":155808,"tr_customer_product_id":155798,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T07:43:20.000Z","modified_at":"2026-01-16T07:43:20.000Z","name":"Pierce Schinner","mobile_number":"859-525-6249","email_id":"Emelia32@hotmail.com","dop":"2025-11-04","serial_number":"30300147894998","imei1":"30300147894998","imei2":"30300147894998","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T07:43:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/mapped' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/engineer/mapped
Response Information
Response Code: 200 - OK
Mean time per request: 250ms
Mean size per request: 866B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg1NDk0MDN9.dO4mxXF48lK3yaZs1vhFzaeQ9lQH9KdjwiEhApn-eYY
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 0b78e40a-b84f-4e22-b9a6-f97aee4faf02
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 866
ETag W/"362-uZ8Ftnx2Af1NjAWrk0wJooRkni0"
Vary Accept-Encoding
Date Fri, 16 Jan 2026 07:43:24 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":2,"first_name":"Mark","last_name":"zuk","login_id":"iameng","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":true,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Engineer","service_location":"Service Center A"},{"id":17,"first_name":"Jay ","last_name":"Howard","login_id":"jhoward","mobile_number":"3434524356","email_id":"Jay@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":true,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2022-08-19T13:34:19.000Z","modified_at":"2022-08-19T13:34:19.000Z","role_name":"Engineer","service_location":"Service Center A"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/assign' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"job_id":99821,"engineer_id":17}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/engineer/assign
Response Information
Response Code: 200 - OK
Mean time per request: 257ms
Mean size per request: 54B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg1NDk0MDN9.dO4mxXF48lK3yaZs1vhFzaeQ9lQH9KdjwiEhApn-eYY
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token c28a92dd-bd89-4b56-9ffe-58a88895d74f
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 49
Request Body
{
            "job_id": 155791,
            "engineer_id": 2
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 54
ETag W/"36-SJqPGnqoYGAacRPYXRhhHPv8y+E"
Vary Accept-Encoding
Date Fri, 16 Jan 2026 07:43:24 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Engineer assigned successfully","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/pending' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDEzNjh9.ejrA7BJz_H-2keUgA284RVE6WB4vB5-7eYUdu6PhPXI' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/job/pending
Response Information
Response Code: 200 - OK
Mean time per request: 291ms
Mean size per request: 246.66KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg1NDk0MDN9.dO4mxXF48lK3yaZs1vhFzaeQ9lQH9KdjwiEhApn-eYY
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 8f502216-4154-47f3-a397-22fd3c1c46d6
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"3daa8-rpPAE/L1ctqCC/PlfVXb6y5Cw+Q"
Vary Accept-Encoding
Content-Encoding gzip
Date Fri, 16 Jan 2026 07:43:24 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":155465,"job_number":"JOB_155465","tr_customer_id":155482,"tr_customer_product_id":155472,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:06.000Z","modified_at":"2026-01-16T03:50:06.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10335752715658","imei1":"10335752715658","imei2":"10335752715658","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:06.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":155467,"job_number":"JOB_155467","tr_customer_id":155484,"tr_customer_product_id":155474,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:08.000Z","modified_at":"2026-01-16T03:50:08.000Z","name":"Tyreek Herman","mobile_number":"911-362-4523","email_id":"Paolo_Steuber85@gmail.com","dop":"2000-01-31","serial_number":"1082437193483165","imei1":"1082437193483165","imei2":"1082437193483165","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:08.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":155518,"job_number":"JOB_155518","tr_customer_id":155535,"tr_customer_product_id":155525,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:48.000Z","modified_at":"2026-01-16T03:50:48.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10243583498088","imei1":"10243583498088","imei2":"10243583498088","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:48.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":155522,"job_number":"JOB_155522","tr_customer_id":155539,"tr_customer_product_id":155529,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:50.000Z","modified_at":"2026-01-16T03:50:50.000Z","name":"Anastacio Braun","mobile_number":"901-520-5880","email_id":"Felicity52@gmail.com","dop":"2000-01-31","serial_number":"1016974076082802","imei1":"1016974076082802","imei2":"1016974076082802","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:50.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":155562,"job_number":"JOB_155562","tr_customer_id":155579,"tr_customer_product_id":155569,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:29.000Z","modified_at":"2026-01-16T03:51:29.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10925451969242","imei1":"10925451969242","imei2":"10925451969242","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:29.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":155565,"job_number":"JOB_155565","tr_customer_id":155582,"tr_customer_product_id":155572,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:31.000Z","modified_at":"2026-01-16T03:51:31.000Z","name":"Ottis Renner","mobile_number":"358-402-7539","email_id":"Hilton_Bashirian37@hotmail.com","dop":"2000-01-31","serial_number":"1064606040334572","imei1":"1064606040334572","imei2":"1064606040334572","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:31.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":155587,"job_number":"JOB_155587","tr_customer_id":155604,"tr_customer_product_id":155594,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:52:10.000Z","modified_at":"2026-01-16T03:52:10.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10664513632723","imei1":"10664513632723","imei2":"10664513632723","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:52:10.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":155591,"job_number":"JOB_155591","tr_customer_id":155608,"tr_customer_product_id":155598,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:52:11.000Z","modified_at":"2026-01-16T03:52:11.000Z","name":"Ruth Walker","mobile_number":"616-481-2833","email_id":"Ruben_Koepp@yahoo.com","dop":"2000-01-31","serial_number":"1061713939377417","imei1":"1061713939377417","imei2":"1061713939377417","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:52:11.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":155717,"job_number":"JOB_155717","tr_customer_id":155734,"tr_customer_product_id":155724,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:34:34.000Z","modified_at":"2026-01-16T06:34:34.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10401945627152","imei1":"10401945627152","imei2":"10401945627152","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:34:34.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":155719,"job_number":"JOB_155719","tr_customer_id":155736,"tr_customer_product_id":155726,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:34:36.000Z","modified_at":"2026-01-16T06:34:36.000Z","name":"Axel Yundt","mobile_number":"982-777-0534","email_id":"Cleta.Schneider50@yahoo.com","dop":"2000-01-31","serial_number":"1075302203986053","imei1":"1075302203986053","imei2":"1075302203986053","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:34:36.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":155723,"job_number":"JOB_155723","tr_customer_id":155740,"tr_customer_product_id":155730,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:35:18.000Z","modified_at":"2026-01-16T06:35:18.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10385237056781","imei1":"10385237056781","imei2":"10385237056781","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:35:18.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":155725,"job_number":"JOB_155725","tr_customer_id":155742,"tr_customer_product_id":155732,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:35:20.000Z","modified_at":"2026-01-16T06:35:20.000Z","name":"Columbus Schumm","mobile_number":"994-986-8614","email_id":"Maybelle_Langosh96@yahoo.com","dop":"2000-01-31","serial_number":"1023850899366975","imei1":"1023850899366975","imei2":"1023850899366975","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:35:20.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":155729,"job_number":"JOB_155729","tr_customer_id":155746,"tr_customer_product_id":155736,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:36:01.000Z","modified_at":"2026-01-16T06:36:01.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10651292496707","imei1":"10651292496707","imei2":"10651292496707","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:36:01.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":155733,"job_number":"JOB_155733","tr_customer_id":155750,"tr_customer_product_id":155740,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:36:02.000Z","modified_at":"2026-01-16T06:36:02.000Z","name":"Bobby Kuvalis","mobile_number":"236-505-5749","email_id":"Dariana_Pouros98@yahoo.com","dop":"2000-01-31","serial_number":"1053825763001151","imei1":"1053825763001151","imei2":"1053825763001151","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:36:02.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":155738,"job_number":"JOB_155738","tr_customer_id":155755,"tr_customer_product_id":155745,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:36:43.000Z","modified_at":"2026-01-16T06:36:43.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10838737959437","imei1":"10838737959437","imei2":"10838737959437","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:36:43.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":155740,"job_number":"JOB_155740","tr_customer_id":155757,"tr_customer_product_id":155747,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:36:45.000Z","modified_at":"2026-01-16T06:36:45.000Z","name":"Elmo Hilll","mobile_number":"347-380-2254","email_id":"Shakira_Mitchell@yahoo.com","dop":"2000-01-31","serial_number":"1075873331519296","imei1":"1075873331519296","imei2":"1075873331519296","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:36:45.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":155411,"job_number":"JOB_155411","tr_customer_id":155428,"tr_customer_product_id":155418,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-15T21:01:25.000Z","modified_at":"2026-01-15T21:01:25.000Z","name":"Jatin Sharma","mobile_number":"7293847564","email_id":"jatin@gmail.com","dop":"2026-01-05","serial_number":"19700432156456","imei1":"19700432156456","imei2":"19700432156456","popurl":"2026-01-05T21:01:25.131688Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-15T21:01:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155412,"job_number":"JOB_155412","tr_customer_id":155429,"tr_customer_product_id":155419,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-15T21:41:25.000Z","modified_at":"2026-01-15T21:41:25.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17371819848162","imei1":"17371819848162","imei2":"17371819848162","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-15T21:41:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155414,"job_number":"JOB_155414","tr_customer_id":155431,"tr_customer_product_id":155421,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-15T21:41:27.000Z","modified_at":"2026-01-15T21:41:27.000Z","name":"Flossie Cummings","mobile_number":"921-914-1867","email_id":"Keely.Rippin11@gmail.com","dop":"2025-04-06","serial_number":"18268087434067132","imei1":"18268087434067132","imei2":"18268087434067132","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-15T21:41:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155415,"job_number":"JOB_155415","tr_customer_id":155432,"tr_customer_product_id":155422,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-15T21:42:09.000Z","modified_at":"2026-01-15T21:42:09.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12016416486423","imei1":"12016416486423","imei2":"12016416486423","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-15T21:42:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155417,"job_number":"JOB_155417","tr_customer_id":155434,"tr_customer_product_id":155424,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-15T21:42:11.000Z","modified_at":"2026-01-15T21:42:11.000Z","name":"Kitty McKenzie","mobile_number":"298-489-7203","email_id":"Ocie8@yahoo.com","dop":"2025-04-06","serial_number":"10767668882516688","imei1":"10767668882516688","imei2":"10767668882516688","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-15T21:42:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155418,"job_number":"JOB_155418","tr_customer_id":155435,"tr_customer_product_id":155425,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-15T21:42:53.000Z","modified_at":"2026-01-15T21:42:53.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17973642239007","imei1":"17973642239007","imei2":"17973642239007","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-15T21:42:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155420,"job_number":"JOB_155420","tr_customer_id":155437,"tr_customer_product_id":155427,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-15T21:42:55.000Z","modified_at":"2026-01-15T21:42:55.000Z","name":"Fiona Bergnaum","mobile_number":"696-724-9206","email_id":"Philip_Kreiger@yahoo.com","dop":"2025-04-06","serial_number":"11094037818513450","imei1":"11094037818513450","imei2":"11094037818513450","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-15T21:42:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155421,"job_number":"JOB_155421","tr_customer_id":155438,"tr_customer_product_id":155428,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-15T23:39:27.000Z","modified_at":"2026-01-15T23:39:27.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-05","serial_number":"18836592954988","imei1":"18836592954988","imei2":"18836592954988","popurl":"2026-01-05T23:39:26.971049634Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-15T23:39:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155422,"job_number":"JOB_155422","tr_customer_id":155439,"tr_customer_product_id":155429,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-15T23:39:28.000Z","modified_at":"2026-01-15T23:39:28.000Z","name":"Balachandra Shukla","mobile_number":"7050415457","email_id":"dhatri.khatri@gmail.com","dop":"2026-01-05","serial_number":"145122789970760","imei1":"145122789970760","imei2":"145122789970760","popurl":"www.bhaasvan-menon.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-15T23:39:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155423,"job_number":"JOB_155423","tr_customer_id":155440,"tr_customer_product_id":155430,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-15T23:41:57.000Z","modified_at":"2026-01-15T23:41:57.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-05","serial_number":"79946591955889","imei1":"79946591955889","imei2":"79946591955889","popurl":"2026-01-05T23:41:57.222395089Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-15T23:41:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155424,"job_number":"JOB_155424","tr_customer_id":155441,"tr_customer_product_id":155431,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T02:42:48.000Z","modified_at":"2026-01-16T02:42:48.000Z","name":"Stanton Swift","mobile_number":"327-426-1232","email_id":"Nina14@hotmail.com","dop":"2025-04-06","serial_number":"15029261700906","imei1":"15029261700906","imei2":"15029261700906","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T02:42:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155427,"job_number":"JOB_155427","tr_customer_id":155444,"tr_customer_product_id":155434,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:48:47.000Z","modified_at":"2026-01-16T03:48:47.000Z","name":"Adolf Jenkins","mobile_number":"288-664-8968","email_id":"Kaya78@yahoo.com","dop":"2025-04-06","serial_number":"17466723092028176","imei1":"17466723092028176","imei2":"17466723092028176","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:48:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155429,"job_number":"JOB_155429","tr_customer_id":155446,"tr_customer_product_id":155436,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:02.000Z","modified_at":"2026-01-16T03:49:02.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"10119186116387","imei1":"10119186116387","imei2":"10119186116387","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155431,"job_number":"JOB_155431","tr_customer_id":155448,"tr_customer_product_id":155438,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:04.000Z","modified_at":"2026-01-16T03:49:04.000Z","name":"Freddie Frami","mobile_number":"345-589-2458","email_id":"Carter_Smitham@yahoo.com","dop":"2025-04-06","serial_number":"16508086076502222","imei1":"16508086076502222","imei2":"16508086076502222","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155433,"job_number":"JOB_155433","tr_customer_id":155450,"tr_customer_product_id":155440,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:28.000Z","modified_at":"2026-01-16T03:49:28.000Z","name":"Art Harber","mobile_number":"463-936-0910","email_id":"Lyla.Bernhard@yahoo.com","dop":"2025-04-06","serial_number":"13856155720402280","imei1":"13856155720402280","imei2":"13856155720402280","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155434,"job_number":"JOB_155434","tr_customer_id":155451,"tr_customer_product_id":155441,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:29.000Z","modified_at":"2026-01-16T03:49:29.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10800725289146","imei1":"10800725289146","imei2":"10800725289146","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155436,"job_number":"JOB_155436","tr_customer_id":155453,"tr_customer_product_id":155443,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:30.000Z","modified_at":"2026-01-16T03:49:30.000Z","name":"Myra Schoen","mobile_number":"843-860-1700","email_id":"Hyman.Macejkovic@hotmail.com","dop":"2025-06-18","serial_number":"1012929871257721","imei1":"1012929871257721","imei2":"1012929871257721","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155437,"job_number":"JOB_155437","tr_customer_id":155454,"tr_customer_product_id":155444,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:31.000Z","modified_at":"2026-01-16T03:49:31.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16293613818984","imei1":"16293613818984","imei2":"16293613818984","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155439,"job_number":"JOB_155439","tr_customer_id":155456,"tr_customer_product_id":155446,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:32.000Z","modified_at":"2026-01-16T03:49:32.000Z","name":"Orpha Russel","mobile_number":"851-416-0509","email_id":"Alford.Rath@gmail.com","dop":"2025-04-06","serial_number":"15917139307603264","imei1":"15917139307603264","imei2":"15917139307603264","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155440,"job_number":"JOB_155440","tr_customer_id":155457,"tr_customer_product_id":155447,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:34.000Z","modified_at":"2026-01-16T03:49:34.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13793635124344","imei1":"13793635124344","imei2":"13793635124344","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155442,"job_number":"JOB_155442","tr_customer_id":155459,"tr_customer_product_id":155449,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:36.000Z","modified_at":"2026-01-16T03:49:36.000Z","name":"Odell Metz","mobile_number":"924-648-1872","email_id":"Anthony69@yahoo.com","dop":"2025-04-06","serial_number":"18593202335272896","imei1":"18593202335272896","imei2":"18593202335272896","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155445,"job_number":"JOB_155445","tr_customer_id":155462,"tr_customer_product_id":155452,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:41.000Z","modified_at":"2026-01-16T03:49:41.000Z","name":"Annamae Jerde","mobile_number":"425-305-0390","email_id":"Paula79@gmail.com","dop":"2025-04-06","serial_number":"19676312487162080","imei1":"19676312487162080","imei2":"19676312487162080","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155446,"job_number":"JOB_155446","tr_customer_id":155463,"tr_customer_product_id":155453,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:46.000Z","modified_at":"2026-01-16T03:49:46.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"10719081751979","imei1":"10719081751979","imei2":"10719081751979","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155448,"job_number":"JOB_155448","tr_customer_id":155465,"tr_customer_product_id":155455,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:48.000Z","modified_at":"2026-01-16T03:49:48.000Z","name":"Chloe Harber","mobile_number":"215-331-2312","email_id":"Alfreda90@hotmail.com","dop":"2025-04-06","serial_number":"13418452620890480","imei1":"13418452620890480","imei2":"13418452620890480","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155450,"job_number":"JOB_155450","tr_customer_id":155467,"tr_customer_product_id":155457,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:51.000Z","modified_at":"2026-01-16T03:49:51.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19393676832997","imei1":"19393676832997","imei2":"19393676832997","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155452,"job_number":"JOB_155452","tr_customer_id":155469,"tr_customer_product_id":155459,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:51.000Z","modified_at":"2026-01-16T03:49:51.000Z","name":"Jazmyn Frami","mobile_number":"378-941-0210","email_id":"Jaquan_Beahan42@hotmail.com","dop":"2025-04-06","serial_number":"17218371108995020","imei1":"17218371108995020","imei2":"17218371108995020","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155453,"job_number":"JOB_155453","tr_customer_id":155470,"tr_customer_product_id":155460,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:52.000Z","modified_at":"2026-01-16T03:49:52.000Z","name":"Rodolfo Leannon","mobile_number":"233-470-1532","email_id":"Lera_OConnell28@yahoo.com","dop":"2025-04-06","serial_number":"15617838244611716","imei1":"15617838244611716","imei2":"15617838244611716","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155454,"job_number":"JOB_155454","tr_customer_id":155471,"tr_customer_product_id":155461,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:53.000Z","modified_at":"2026-01-16T03:49:53.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15556448528914","imei1":"15556448528914","imei2":"15556448528914","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155457,"job_number":"JOB_155457","tr_customer_id":155474,"tr_customer_product_id":155464,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:55.000Z","modified_at":"2026-01-16T03:49:55.000Z","name":"Augustine Larkin","mobile_number":"840-287-8921","email_id":"Nat92@gmail.com","dop":"2025-04-06","serial_number":"11732202568883996","imei1":"11732202568883996","imei2":"11732202568883996","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155458,"job_number":"JOB_155458","tr_customer_id":155475,"tr_customer_product_id":155465,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:56.000Z","modified_at":"2026-01-16T03:49:56.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"15432771432624","imei1":"15432771432624","imei2":"15432771432624","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155459,"job_number":"JOB_155459","tr_customer_id":155476,"tr_customer_product_id":155466,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:57.000Z","modified_at":"2026-01-16T03:49:57.000Z","name":"Ransom Cremin","mobile_number":"700-905-1228","email_id":"Amie_Stokes15@yahoo.com","dop":"2025-09-16","serial_number":"14198812392049","imei1":"14198812392049","imei2":"14198812392049","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155461,"job_number":"JOB_155461","tr_customer_id":155478,"tr_customer_product_id":155468,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:59.000Z","modified_at":"2026-01-16T03:49:59.000Z","name":"Lily DuBuque","mobile_number":"648-726-2493","email_id":"Flo_Ullrich@yahoo.com","dop":"2025-04-06","serial_number":"15093397526373716","imei1":"15093397526373716","imei2":"15093397526373716","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155462,"job_number":"JOB_155462","tr_customer_id":155479,"tr_customer_product_id":155469,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:00.000Z","modified_at":"2026-01-16T03:50:00.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16302143032329","imei1":"16302143032329","imei2":"16302143032329","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155464,"job_number":"JOB_155464","tr_customer_id":155481,"tr_customer_product_id":155471,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:01.000Z","modified_at":"2026-01-16T03:50:01.000Z","name":"Keon Schiller","mobile_number":"979-646-1577","email_id":"Cali.Schmeler@hotmail.com","dop":"2025-04-06","serial_number":"12456741384347064","imei1":"12456741384347064","imei2":"12456741384347064","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155469,"job_number":"JOB_155469","tr_customer_id":155486,"tr_customer_product_id":155476,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:12.000Z","modified_at":"2026-01-16T03:50:12.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17572605359542","imei1":"17572605359542","imei2":"17572605359542","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155471,"job_number":"JOB_155471","tr_customer_id":155488,"tr_customer_product_id":155478,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:13.000Z","modified_at":"2026-01-16T03:50:13.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19644397672208","imei1":"19644397672208","imei2":"19644397672208","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155472,"job_number":"JOB_155472","tr_customer_id":155489,"tr_customer_product_id":155479,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:13.000Z","modified_at":"2026-01-16T03:50:13.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12617466503159","imei1":"12617466503159","imei2":"12617466503159","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155475,"job_number":"JOB_155475","tr_customer_id":155492,"tr_customer_product_id":155482,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:14.000Z","modified_at":"2026-01-16T03:50:14.000Z","name":"Adelle Krajcik","mobile_number":"702-372-6251","email_id":"Ariel79@yahoo.com","dop":"2025-04-06","serial_number":"14100259099568680","imei1":"14100259099568680","imei2":"14100259099568680","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155476,"job_number":"JOB_155476","tr_customer_id":155493,"tr_customer_product_id":155483,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:14.000Z","modified_at":"2026-01-16T03:50:14.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10878708681342","imei1":"10878708681342","imei2":"10878708681342","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155478,"job_number":"JOB_155478","tr_customer_id":155495,"tr_customer_product_id":155485,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:14.000Z","modified_at":"2026-01-16T03:50:14.000Z","name":"Burley Ferry","mobile_number":"454-889-2257","email_id":"Emmanuel87@gmail.com","dop":"2025-06-18","serial_number":"1039806240125689","imei1":"1039806240125689","imei2":"1039806240125689","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155479,"job_number":"JOB_155479","tr_customer_id":155496,"tr_customer_product_id":155486,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:14.000Z","modified_at":"2026-01-16T03:50:14.000Z","name":"Clair Botsford","mobile_number":"852-670-2187","email_id":"Jadon13@yahoo.com","dop":"2025-04-06","serial_number":"10514325053134684","imei1":"10514325053134684","imei2":"10514325053134684","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155480,"job_number":"JOB_155480","tr_customer_id":155497,"tr_customer_product_id":155487,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:15.000Z","modified_at":"2026-01-16T03:50:15.000Z","name":"Cordia Heller","mobile_number":"902-286-2145","email_id":"Mozelle.Mante84@hotmail.com","dop":"2025-04-06","serial_number":"11145369566089634","imei1":"11145369566089634","imei2":"11145369566089634","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155482,"job_number":"JOB_155482","tr_customer_id":155499,"tr_customer_product_id":155489,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:16.000Z","modified_at":"2026-01-16T03:50:16.000Z","name":"Darlene Moore","mobile_number":"892-634-9185","email_id":"Cydney49@hotmail.com","dop":"2025-05-30","serial_number":"18010154364704","imei1":"18010154364704","imei2":"18010154364704","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155483,"job_number":"JOB_155483","tr_customer_id":155500,"tr_customer_product_id":155490,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:16.000Z","modified_at":"2026-01-16T03:50:16.000Z","name":"jatin sharma","mobile_number":"7045663552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15086916354521","imei1":"15086916354521","imei2":"15086916354521","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155485,"job_number":"JOB_155485","tr_customer_id":155502,"tr_customer_product_id":155492,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:17.000Z","modified_at":"2026-01-16T03:50:17.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"11210325396648","imei1":"11210325396648","imei2":"11210325396648","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155486,"job_number":"JOB_155486","tr_customer_id":155503,"tr_customer_product_id":155493,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:17.000Z","modified_at":"2026-01-16T03:50:17.000Z","name":"Michel Brown","mobile_number":"210-573-5638","email_id":"Beulah_Haley@gmail.com","dop":"2025-09-16","serial_number":"18378684230417","imei1":"18378684230417","imei2":"18378684230417","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155487,"job_number":"JOB_155487","tr_customer_id":155504,"tr_customer_product_id":155494,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:17.000Z","modified_at":"2026-01-16T03:50:17.000Z","name":"Laverne Hermann","mobile_number":"255-258-5851","email_id":"Elias.Pfeffer@gmail.com","dop":"2025-05-30","serial_number":"1773393727488693","imei1":"1773393727488693","imei2":"1773393727488693","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155488,"job_number":"JOB_155488","tr_customer_id":155505,"tr_customer_product_id":155495,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:18.000Z","modified_at":"2026-01-16T03:50:18.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19489164608557","imei1":"19489164608557","imei2":"19489164608557","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155490,"job_number":"JOB_155490","tr_customer_id":155507,"tr_customer_product_id":155497,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:18.000Z","modified_at":"2026-01-16T03:50:18.000Z","name":"Effie Hirthe","mobile_number":"904-504-7871","email_id":"Jaleel33@hotmail.com","dop":"2025-04-06","serial_number":"18365556496908364","imei1":"18365556496908364","imei2":"18365556496908364","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155492,"job_number":"JOB_155492","tr_customer_id":155509,"tr_customer_product_id":155499,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:19.000Z","modified_at":"2026-01-16T03:50:19.000Z","name":"Jayda Erdman","mobile_number":"904-994-2013","email_id":"Dulce_Runolfsson@yahoo.com","dop":"2025-04-06","serial_number":"11507241961359184","imei1":"11507241961359184","imei2":"11507241961359184","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155493,"job_number":"JOB_155493","tr_customer_id":155510,"tr_customer_product_id":155500,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:31.000Z","modified_at":"2026-01-16T03:50:31.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"11665058321236","imei1":"11665058321236","imei2":"11665058321236","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155498,"job_number":"JOB_155498","tr_customer_id":155515,"tr_customer_product_id":155505,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:32.000Z","modified_at":"2026-01-16T03:50:32.000Z","name":"Lea Kihn","mobile_number":"556-210-1089","email_id":"Ali84@hotmail.com","dop":"2025-04-06","serial_number":"16466499992899680","imei1":"16466499992899680","imei2":"16466499992899680","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155499,"job_number":"JOB_155499","tr_customer_id":155516,"tr_customer_product_id":155506,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:33.000Z","modified_at":"2026-01-16T03:50:33.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15903991764733","imei1":"15903991764733","imei2":"15903991764733","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155502,"job_number":"JOB_155502","tr_customer_id":155519,"tr_customer_product_id":155509,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:35.000Z","modified_at":"2026-01-16T03:50:35.000Z","name":"Jamie Ernser","mobile_number":"374-907-2440","email_id":"Malvina.Pacocha@gmail.com","dop":"2025-04-06","serial_number":"17748897172456848","imei1":"17748897172456848","imei2":"17748897172456848","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155503,"job_number":"JOB_155503","tr_customer_id":155520,"tr_customer_product_id":155510,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:36.000Z","modified_at":"2026-01-16T03:50:36.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19065261548627","imei1":"19065261548627","imei2":"19065261548627","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155505,"job_number":"JOB_155505","tr_customer_id":155522,"tr_customer_product_id":155512,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:38.000Z","modified_at":"2026-01-16T03:50:38.000Z","name":"kajal p","mobile_number":"9243526785","email_id":"kajal@gmail.com","dop":"2025-09-16","serial_number":"19786927864918","imei1":"19786927864918","imei2":"19786927864918","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155506,"job_number":"JOB_155506","tr_customer_id":155523,"tr_customer_product_id":155513,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:38.000Z","modified_at":"2026-01-16T03:50:38.000Z","name":"Demarco Morar","mobile_number":"802-374-9441","email_id":"Elinor_Powlowski@hotmail.com","dop":"2025-04-06","serial_number":"14884336901649836","imei1":"14884336901649836","imei2":"14884336901649836","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155507,"job_number":"JOB_155507","tr_customer_id":155524,"tr_customer_product_id":155514,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:38.000Z","modified_at":"2026-01-16T03:50:38.000Z","name":"Ronny Schultz","mobile_number":"861-583-1061","email_id":"Stefan_Walker@gmail.com","dop":"2025-09-16","serial_number":"19753865477342","imei1":"19753865477342","imei2":"19753865477342","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155508,"job_number":"JOB_155508","tr_customer_id":155525,"tr_customer_product_id":155515,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:39.000Z","modified_at":"2026-01-16T03:50:39.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10896625273451","imei1":"10896625273451","imei2":"10896625273451","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155510,"job_number":"JOB_155510","tr_customer_id":155527,"tr_customer_product_id":155517,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:40.000Z","modified_at":"2026-01-16T03:50:40.000Z","name":"Jaron Feest","mobile_number":"740-734-6885","email_id":"Danial.Cronin@yahoo.com","dop":"2025-04-06","serial_number":"17939993103907352","imei1":"17939993103907352","imei2":"17939993103907352","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155511,"job_number":"JOB_155511","tr_customer_id":155528,"tr_customer_product_id":155518,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:45.000Z","modified_at":"2026-01-16T03:50:45.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18468031412321","imei1":"18468031412321","imei2":"18468031412321","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155517,"job_number":"JOB_155517","tr_customer_id":155534,"tr_customer_product_id":155524,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:46.000Z","modified_at":"2026-01-16T03:50:46.000Z","name":"Alfonso Schuster","mobile_number":"596-673-4473","email_id":"Kristin.Kunze19@gmail.com","dop":"2025-04-06","serial_number":"18495685243234810","imei1":"18495685243234810","imei2":"18495685243234810","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155520,"job_number":"JOB_155520","tr_customer_id":155537,"tr_customer_product_id":155527,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:50.000Z","modified_at":"2026-01-16T03:50:50.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"12504133162441","imei1":"12504133162441","imei2":"12504133162441","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155523,"job_number":"JOB_155523","tr_customer_id":155540,"tr_customer_product_id":155530,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:51.000Z","modified_at":"2026-01-16T03:50:51.000Z","name":"Jordan Ziemann","mobile_number":"836-352-6987","email_id":"Nia.Goyette@gmail.com","dop":"2025-04-06","serial_number":"19850680721486776","imei1":"19850680721486776","imei2":"19850680721486776","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155524,"job_number":"JOB_155524","tr_customer_id":155541,"tr_customer_product_id":155531,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:55.000Z","modified_at":"2026-01-16T03:50:55.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16423158069554","imei1":"16423158069554","imei2":"16423158069554","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155526,"job_number":"JOB_155526","tr_customer_id":155543,"tr_customer_product_id":155533,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:56.000Z","modified_at":"2026-01-16T03:50:56.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10347985625835","imei1":"10347985625835","imei2":"10347985625835","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155528,"job_number":"JOB_155528","tr_customer_id":155545,"tr_customer_product_id":155535,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:57.000Z","modified_at":"2026-01-16T03:50:57.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13234120169371","imei1":"13234120169371","imei2":"13234120169371","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155530,"job_number":"JOB_155530","tr_customer_id":155547,"tr_customer_product_id":155537,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:57.000Z","modified_at":"2026-01-16T03:50:57.000Z","name":"Meda Walsh","mobile_number":"402-626-6241","email_id":"Wiley_Stracke5@gmail.com","dop":"2025-04-06","serial_number":"13747391731916862","imei1":"13747391731916862","imei2":"13747391731916862","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155531,"job_number":"JOB_155531","tr_customer_id":155548,"tr_customer_product_id":155538,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:57.000Z","modified_at":"2026-01-16T03:50:57.000Z","name":"Tressa Schmidt","mobile_number":"255-268-1194","email_id":"Gussie_Green38@yahoo.com","dop":"2025-04-06","serial_number":"16742634488338564","imei1":"16742634488338564","imei2":"16742634488338564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155532,"job_number":"JOB_155532","tr_customer_id":155549,"tr_customer_product_id":155539,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:58.000Z","modified_at":"2026-01-16T03:50:58.000Z","name":"Darian Boehm","mobile_number":"957-847-5047","email_id":"Claud4@hotmail.com","dop":"2025-04-06","serial_number":"12928885925226012","imei1":"12928885925226012","imei2":"12928885925226012","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155533,"job_number":"JOB_155533","tr_customer_id":155550,"tr_customer_product_id":155540,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:59.000Z","modified_at":"2026-01-16T03:50:59.000Z","name":"uday p","mobile_number":"9321453112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14398387861925","imei1":"14398387861925","imei2":"14398387861925","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155535,"job_number":"JOB_155535","tr_customer_id":155552,"tr_customer_product_id":155542,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:01.000Z","modified_at":"2026-01-16T03:51:01.000Z","name":"Domenic Price","mobile_number":"346-210-5716","email_id":"Orrin3@gmail.com","dop":"2025-04-06","serial_number":"16630065822437874","imei1":"16630065822437874","imei2":"16630065822437874","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155536,"job_number":"JOB_155536","tr_customer_id":155553,"tr_customer_product_id":155543,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:03.000Z","modified_at":"2026-01-16T03:51:03.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18332089318935","imei1":"18332089318935","imei2":"18332089318935","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155538,"job_number":"JOB_155538","tr_customer_id":155555,"tr_customer_product_id":155545,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:04.000Z","modified_at":"2026-01-16T03:51:05.000Z","name":"Kaylie Dibbert","mobile_number":"361-667-3413","email_id":"Darrel.McClure@hotmail.com","dop":"2025-04-06","serial_number":"13762468584946532","imei1":"13762468584946532","imei2":"13762468584946532","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155542,"job_number":"JOB_155542","tr_customer_id":155559,"tr_customer_product_id":155549,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:15.000Z","modified_at":"2026-01-16T03:51:15.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15292948162076","imei1":"15292948162076","imei2":"15292948162076","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155544,"job_number":"JOB_155544","tr_customer_id":155561,"tr_customer_product_id":155551,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:15.000Z","modified_at":"2026-01-16T03:51:15.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10220185382921","imei1":"10220185382921","imei2":"10220185382921","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155546,"job_number":"JOB_155546","tr_customer_id":155563,"tr_customer_product_id":155553,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:16.000Z","modified_at":"2026-01-16T03:51:16.000Z","name":"Kim Cummings","mobile_number":"954-724-1965","email_id":"Ethan_Hamill65@gmail.com","dop":"2025-04-06","serial_number":"18181308170976684","imei1":"18181308170976684","imei2":"18181308170976684","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155547,"job_number":"JOB_155547","tr_customer_id":155564,"tr_customer_product_id":155554,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:17.000Z","modified_at":"2026-01-16T03:51:17.000Z","name":"Rebekah Grimes","mobile_number":"675-677-4348","email_id":"Ava.Hessel16@gmail.com","dop":"2025-04-06","serial_number":"18320242708107970","imei1":"18320242708107970","imei2":"18320242708107970","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155548,"job_number":"JOB_155548","tr_customer_id":155565,"tr_customer_product_id":155555,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:22.000Z","modified_at":"2026-01-16T03:51:22.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10279049663315","imei1":"10279049663315","imei2":"10279049663315","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155550,"job_number":"JOB_155550","tr_customer_id":155567,"tr_customer_product_id":155557,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:24.000Z","modified_at":"2026-01-16T03:51:24.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18104702137004","imei1":"18104702137004","imei2":"18104702137004","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155551,"job_number":"JOB_155551","tr_customer_id":155568,"tr_customer_product_id":155558,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:24.000Z","modified_at":"2026-01-16T03:51:24.000Z","name":"Demetris Hoeger","mobile_number":"447-771-3560","email_id":"Dorothea68@yahoo.com","dop":"2025-04-06","serial_number":"15621074934773772","imei1":"15621074934773772","imei2":"15621074934773772","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155553,"job_number":"JOB_155553","tr_customer_id":155570,"tr_customer_product_id":155560,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:25.000Z","modified_at":"2026-01-16T03:51:25.000Z","name":"Abbie Wuckert","mobile_number":"206-389-3007","email_id":"Myrtle.Quigley@gmail.com","dop":"2025-04-06","serial_number":"14565136203651584","imei1":"14565136203651584","imei2":"14565136203651584","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155555,"job_number":"JOB_155555","tr_customer_id":155572,"tr_customer_product_id":155562,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:26.000Z","modified_at":"2026-01-16T03:51:26.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12605576992444","imei1":"12605576992444","imei2":"12605576992444","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155559,"job_number":"JOB_155559","tr_customer_id":155576,"tr_customer_product_id":155566,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:28.000Z","modified_at":"2026-01-16T03:51:28.000Z","name":"Zion Bauch","mobile_number":"692-848-8489","email_id":"Annette.Ruecker43@yahoo.com","dop":"2025-04-06","serial_number":"18298127751541190","imei1":"18298127751541190","imei2":"18298127751541190","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155560,"job_number":"JOB_155560","tr_customer_id":155577,"tr_customer_product_id":155567,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:28.000Z","modified_at":"2026-01-16T03:51:28.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10416165476171","imei1":"10416165476171","imei2":"10416165476171","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155564,"job_number":"JOB_155564","tr_customer_id":155581,"tr_customer_product_id":155571,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:30.000Z","modified_at":"2026-01-16T03:51:30.000Z","name":"Marie Hodkiewicz","mobile_number":"275-790-4139","email_id":"Ethel.Dietrich28@yahoo.com","dop":"2025-04-06","serial_number":"13158708301214292","imei1":"13158708301214292","imei2":"13158708301214292","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155566,"job_number":"JOB_155566","tr_customer_id":155583,"tr_customer_product_id":155573,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:31.000Z","modified_at":"2026-01-16T03:51:31.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"17875399270506","imei1":"17875399270506","imei2":"17875399270506","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155568,"job_number":"JOB_155568","tr_customer_id":155585,"tr_customer_product_id":155575,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:33.000Z","modified_at":"2026-01-16T03:51:33.000Z","name":"Ernest Cruickshank","mobile_number":"407-556-2259","email_id":"Carissa_Harvey37@yahoo.com","dop":"2025-04-06","serial_number":"15251772289918766","imei1":"15251772289918766","imei2":"15251772289918766","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155569,"job_number":"JOB_155569","tr_customer_id":155586,"tr_customer_product_id":155576,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:37.000Z","modified_at":"2026-01-16T03:51:37.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10786774607727","imei1":"10786774607727","imei2":"10786774607727","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155571,"job_number":"JOB_155571","tr_customer_id":155588,"tr_customer_product_id":155578,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:39.000Z","modified_at":"2026-01-16T03:51:39.000Z","name":"Velda Larkin","mobile_number":"337-756-9217","email_id":"Jacques.Haag@hotmail.com","dop":"2025-04-06","serial_number":"10101919151497432","imei1":"10101919151497432","imei2":"10101919151497432","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155574,"job_number":"JOB_155574","tr_customer_id":155591,"tr_customer_product_id":155581,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:41.000Z","modified_at":"2026-01-16T03:51:41.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18184916324061","imei1":"18184916324061","imei2":"18184916324061","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155577,"job_number":"JOB_155577","tr_customer_id":155594,"tr_customer_product_id":155584,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:41.000Z","modified_at":"2026-01-16T03:51:41.000Z","name":"kajal t","mobile_number":"7045663551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11384338003770","imei1":"11384338003770","imei2":"11384338003770","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155579,"job_number":"JOB_155579","tr_customer_id":155596,"tr_customer_product_id":155586,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:43.000Z","modified_at":"2026-01-16T03:51:43.000Z","name":"Jabari Kunde","mobile_number":"954-406-0914","email_id":"Victor_Krajcik@gmail.com","dop":"2025-04-06","serial_number":"11611265135004896","imei1":"11611265135004896","imei2":"11611265135004896","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155580,"job_number":"JOB_155580","tr_customer_id":155597,"tr_customer_product_id":155587,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:43.000Z","modified_at":"2026-01-16T03:51:43.000Z","name":"Tomas Roberts","mobile_number":"776-379-8889","email_id":"Eliezer8@gmail.com","dop":"2025-04-06","serial_number":"13955614928200576","imei1":"13955614928200576","imei2":"13955614928200576","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155581,"job_number":"JOB_155581","tr_customer_id":155598,"tr_customer_product_id":155588,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:52:00.000Z","modified_at":"2026-01-16T03:52:00.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19429865798035","imei1":"19429865798035","imei2":"19429865798035","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:52:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155583,"job_number":"JOB_155583","tr_customer_id":155600,"tr_customer_product_id":155590,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:52:02.000Z","modified_at":"2026-01-16T03:52:02.000Z","name":"Weldon D'Amore","mobile_number":"607-807-9954","email_id":"Alexandrea.Schowalter5@hotmail.com","dop":"2025-04-06","serial_number":"17554577331481782","imei1":"17554577331481782","imei2":"17554577331481782","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:52:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155584,"job_number":"JOB_155584","tr_customer_id":155601,"tr_customer_product_id":155591,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:52:06.000Z","modified_at":"2026-01-16T03:52:06.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19012225031503","imei1":"19012225031503","imei2":"19012225031503","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:52:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155586,"job_number":"JOB_155586","tr_customer_id":155603,"tr_customer_product_id":155593,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:52:08.000Z","modified_at":"2026-01-16T03:52:08.000Z","name":"Eddie Gislason","mobile_number":"754-707-6987","email_id":"Easter.Hermann@yahoo.com","dop":"2025-04-06","serial_number":"18229952976923830","imei1":"18229952976923830","imei2":"18229952976923830","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:52:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155589,"job_number":"JOB_155589","tr_customer_id":155606,"tr_customer_product_id":155596,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:52:11.000Z","modified_at":"2026-01-16T03:52:11.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19403500536776","imei1":"19403500536776","imei2":"19403500536776","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:52:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155592,"job_number":"JOB_155592","tr_customer_id":155609,"tr_customer_product_id":155599,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:52:13.000Z","modified_at":"2026-01-16T03:52:13.000Z","name":"Kellie Wilkinson","mobile_number":"235-587-2754","email_id":"August32@hotmail.com","dop":"2025-04-06","serial_number":"19623236794676320","imei1":"19623236794676320","imei2":"19623236794676320","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:52:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155593,"job_number":"JOB_155593","tr_customer_id":155610,"tr_customer_product_id":155600,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:52:45.000Z","modified_at":"2026-01-16T03:52:45.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18303156352590","imei1":"18303156352590","imei2":"18303156352590","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155595,"job_number":"JOB_155595","tr_customer_id":155612,"tr_customer_product_id":155602,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:52:47.000Z","modified_at":"2026-01-16T03:52:47.000Z","name":"Edgardo Cole","mobile_number":"390-640-9809","email_id":"Ismael.Feest89@yahoo.com","dop":"2025-04-06","serial_number":"12688159397227300","imei1":"12688159397227300","imei2":"12688159397227300","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:52:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155596,"job_number":"JOB_155596","tr_customer_id":155613,"tr_customer_product_id":155603,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:52:55.000Z","modified_at":"2026-01-16T03:52:55.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13879202526275","imei1":"13879202526275","imei2":"13879202526275","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:52:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155598,"job_number":"JOB_155598","tr_customer_id":155615,"tr_customer_product_id":155605,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:52:57.000Z","modified_at":"2026-01-16T03:52:57.000Z","name":"Shaun Daugherty","mobile_number":"212-435-4799","email_id":"Emory_Boyle@gmail.com","dop":"2025-04-06","serial_number":"14386751033941178","imei1":"14386751033941178","imei2":"14386751033941178","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:52:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155599,"job_number":"JOB_155599","tr_customer_id":155616,"tr_customer_product_id":155606,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:59:15.000Z","modified_at":"2026-01-16T03:59:15.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"55679896736205","imei1":"55679896736205","imei2":"55679896736205","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:59:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155600,"job_number":"JOB_155600","tr_customer_id":155617,"tr_customer_product_id":155607,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:59:15.000Z","modified_at":"2026-01-16T03:59:15.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"19996846776849","imei1":"19996846776849","imei2":"19996846776849","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:59:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155601,"job_number":"JOB_155601","tr_customer_id":155618,"tr_customer_product_id":155608,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:59:15.000Z","modified_at":"2026-01-16T03:59:15.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"82684415450071","imei1":"82684415450071","imei2":"82684415450071","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:59:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155602,"job_number":"JOB_155602","tr_customer_id":155619,"tr_customer_product_id":155609,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:59:16.000Z","modified_at":"2026-01-16T03:59:16.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"52193120627047","imei1":"52193120627047","imei2":"52193120627047","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:59:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155603,"job_number":"JOB_155603","tr_customer_id":155620,"tr_customer_product_id":155610,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:59:16.000Z","modified_at":"2026-01-16T03:59:16.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"46949627597686","imei1":"46949627597686","imei2":"46949627597686","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:59:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155604,"job_number":"JOB_155604","tr_customer_id":155621,"tr_customer_product_id":155611,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:59:16.000Z","modified_at":"2026-01-16T03:59:16.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"44032828979392","imei1":"44032828979392","imei2":"44032828979392","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:59:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155606,"job_number":"JOB_155606","tr_customer_id":155623,"tr_customer_product_id":155613,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:59:46.000Z","modified_at":"2026-01-16T03:59:46.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"23662326267766","imei1":"23662326267766","imei2":"23662326267766","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:59:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155607,"job_number":"JOB_155607","tr_customer_id":155624,"tr_customer_product_id":155614,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:59:46.000Z","modified_at":"2026-01-16T03:59:46.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"16791202927977","imei1":"16791202927977","imei2":"16791202927977","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:59:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155608,"job_number":"JOB_155608","tr_customer_id":155625,"tr_customer_product_id":155615,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:59:47.000Z","modified_at":"2026-01-16T03:59:47.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"50134645980601","imei1":"50134645980601","imei2":"50134645980601","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:59:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155609,"job_number":"JOB_155609","tr_customer_id":155626,"tr_customer_product_id":155616,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:59:47.000Z","modified_at":"2026-01-16T03:59:47.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"68962444174633","imei1":"68962444174633","imei2":"68962444174633","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:59:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155610,"job_number":"JOB_155610","tr_customer_id":155627,"tr_customer_product_id":155617,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:59:47.000Z","modified_at":"2026-01-16T03:59:47.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"45385731072059","imei1":"45385731072059","imei2":"45385731072059","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:59:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155611,"job_number":"JOB_155611","tr_customer_id":155628,"tr_customer_product_id":155618,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:59:48.000Z","modified_at":"2026-01-16T03:59:48.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"55903931546619","imei1":"55903931546619","imei2":"55903931546619","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:59:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155613,"job_number":"JOB_155613","tr_customer_id":155630,"tr_customer_product_id":155620,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:00:17.000Z","modified_at":"2026-01-16T04:00:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"68955586035195","imei1":"68955586035195","imei2":"68955586035195","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:00:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155614,"job_number":"JOB_155614","tr_customer_id":155631,"tr_customer_product_id":155621,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:00:17.000Z","modified_at":"2026-01-16T04:00:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"91851324634423","imei1":"91851324634423","imei2":"91851324634423","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:00:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155615,"job_number":"JOB_155615","tr_customer_id":155632,"tr_customer_product_id":155622,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:00:17.000Z","modified_at":"2026-01-16T04:00:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"92057926201536","imei1":"92057926201536","imei2":"92057926201536","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:00:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155616,"job_number":"JOB_155616","tr_customer_id":155633,"tr_customer_product_id":155623,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:00:18.000Z","modified_at":"2026-01-16T04:00:18.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"71778003089128","imei1":"71778003089128","imei2":"71778003089128","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:00:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155617,"job_number":"JOB_155617","tr_customer_id":155634,"tr_customer_product_id":155624,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:00:18.000Z","modified_at":"2026-01-16T04:00:18.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"18975964669597","imei1":"18975964669597","imei2":"18975964669597","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:00:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155618,"job_number":"JOB_155618","tr_customer_id":155635,"tr_customer_product_id":155625,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:00:18.000Z","modified_at":"2026-01-16T04:00:18.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"17998792860088","imei1":"17998792860088","imei2":"17998792860088","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:00:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155621,"job_number":"JOB_155621","tr_customer_id":155638,"tr_customer_product_id":155628,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:29:33.000Z","modified_at":"2026-01-16T04:29:33.000Z","name":"Verona Kuhic","mobile_number":"702-491-5172","email_id":"Charlie_Barton72@yahoo.com","dop":"2025-04-06","serial_number":"19769433139222860","imei1":"19769433139222860","imei2":"19769433139222860","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:29:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155622,"job_number":"JOB_155622","tr_customer_id":155639,"tr_customer_product_id":155629,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:32:19.000Z","modified_at":"2026-01-16T04:32:19.000Z","name":"tanmay agashe","mobile_number":"6757898909","email_id":"tanmay@gmail.com","dop":"2026-01-06","serial_number":"69346567893444","imei1":"69346567893444","imei2":"69346567893444","popurl":"2026-01-06T04:32:17.377643300Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:32:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155623,"job_number":"JOB_155623","tr_customer_id":155640,"tr_customer_product_id":155630,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:33:29.000Z","modified_at":"2026-01-16T04:33:29.000Z","name":"tanmay agashe","mobile_number":"6757898909","email_id":"tanmay@gmail.com","dop":"2026-01-06","serial_number":"08546567895390","imei1":"08546567895390","imei2":"08546567895390","popurl":"2026-01-06T04:33:26.974525700Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:33:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155624,"job_number":"JOB_155624","tr_customer_id":155641,"tr_customer_product_id":155631,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:36:56.000Z","modified_at":"2026-01-16T04:36:56.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-06","serial_number":"48420047314707","imei1":"48420047314707","imei2":"48420047314707","popurl":"2026-01-06T04:36:56.128196432Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:36:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155625,"job_number":"JOB_155625","tr_customer_id":155642,"tr_customer_product_id":155632,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:36:57.000Z","modified_at":"2026-01-16T04:36:57.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-06","serial_number":"70527248391176","imei1":"70527248391176","imei2":"70527248391176","popurl":"2026-01-06T04:36:57.252103837Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:36:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155626,"job_number":"JOB_155626","tr_customer_id":155643,"tr_customer_product_id":155633,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:38:26.000Z","modified_at":"2026-01-16T04:38:26.000Z","name":"tanmay agashe","mobile_number":"6757898909","email_id":"tanmay@gmail.com","dop":"2026-01-06","serial_number":"69346567893456","imei1":"69346567893456","imei2":"69346567893456","popurl":"2026-01-06T04:38:23.685345700Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:38:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155627,"job_number":"JOB_155627","tr_customer_id":155644,"tr_customer_product_id":155634,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:40:32.000Z","modified_at":"2026-01-16T04:40:32.000Z","name":"Shashank Shekhar","mobile_number":"9742666189","email_id":"101shashank@gmail.com","dop":"2025-04-06","serial_number":"99966430226557","imei1":"99966430226557","imei2":"99966430226557","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:40:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155628,"job_number":"JOB_155628","tr_customer_id":155645,"tr_customer_product_id":155635,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:44:27.000Z","modified_at":"2026-01-16T04:44:27.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"103926275605255","imei1":"103926275605255","imei2":"103926275605255","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:44:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155630,"job_number":"JOB_155630","tr_customer_id":155647,"tr_customer_product_id":155637,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:44:38.000Z","modified_at":"2026-01-16T04:44:38.000Z","name":"Easter Koch","mobile_number":"928-250-5732","email_id":"Dayne.Effertz@yahoo.com","dop":"2025-04-06","serial_number":"14889558276512","imei1":"14889558276512","imei2":"14889558276512","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:44:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155631,"job_number":"JOB_155631","tr_customer_id":155648,"tr_customer_product_id":155638,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:44:39.000Z","modified_at":"2026-01-16T04:44:39.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"105776069693431","imei1":"105776069693431","imei2":"105776069693431","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:44:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155633,"job_number":"JOB_155633","tr_customer_id":155650,"tr_customer_product_id":155640,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:49:12.000Z","modified_at":"2026-01-16T04:49:12.000Z","name":"Uday Raj","mobile_number":"9834786543","email_id":"uday.r@gmail.com","dop":"2025-02-01","serial_number":"19899393010120","imei1":"19899393010120","imei2":"19899393010120","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:49:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155634,"job_number":"JOB_155634","tr_customer_id":155651,"tr_customer_product_id":155641,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:50:18.000Z","modified_at":"2026-01-16T04:50:18.000Z","name":"Manuel Zieme","mobile_number":"595-247-0610","email_id":"Else_Hansen@hotmail.com","dop":"2025-02-01","serial_number":"74609272541571","imei1":"74609272541571","imei2":"74609272541571","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:50:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155638,"job_number":"JOB_155638","tr_customer_id":155655,"tr_customer_product_id":155645,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:55:57.000Z","modified_at":"2026-01-16T04:55:57.000Z","name":"Shashank Shekhar","mobile_number":"9742666189","email_id":"101shashank@gmail.com","dop":"2025-04-06","serial_number":"99966430226599","imei1":"99966430226599","imei2":"99966430226599","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:55:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155640,"job_number":"JOB_155640","tr_customer_id":155657,"tr_customer_product_id":155647,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:56:19.000Z","modified_at":"2026-01-16T04:56:19.000Z","name":"Bulah Simonis","mobile_number":"730-658-6104","email_id":"Jaquan_Zemlak47@yahoo.com","dop":"2025-04-06","serial_number":"15413693824894536","imei1":"15413693824894536","imei2":"15413693824894536","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:56:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155642,"job_number":"JOB_155642","tr_customer_id":155659,"tr_customer_product_id":155649,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:56:40.000Z","modified_at":"2026-01-16T04:56:40.000Z","name":"Helene Schinner","mobile_number":"395-771-3770","email_id":"Ernestine.Cronin@hotmail.com","dop":"2025-04-06","serial_number":"15241876165367484","imei1":"15241876165367484","imei2":"15241876165367484","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:56:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155643,"job_number":"JOB_155643","tr_customer_id":155660,"tr_customer_product_id":155650,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:57:26.000Z","modified_at":"2026-01-16T04:57:26.000Z","name":"Shashank Shekhar","mobile_number":"9742666189","email_id":"101shashank@gmail.com","dop":"2025-04-06","serial_number":"99966430226598","imei1":"99966430226598","imei2":"99966430226598","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T04:57:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155648,"job_number":"JOB_155648","tr_customer_id":155665,"tr_customer_product_id":155655,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T05:09:43.000Z","modified_at":"2026-01-16T05:09:43.000Z","name":"Shashank Shekhar","mobile_number":"9742666189","email_id":"101shashank@gmail.com","dop":"2025-04-06","serial_number":"99966430226597","imei1":"99966430226597","imei2":"99966430226597","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T05:09:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155649,"job_number":"JOB_155649","tr_customer_id":155666,"tr_customer_product_id":155656,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T05:41:28.000Z","modified_at":"2026-01-16T05:41:28.000Z","name":"tanmay agashe","mobile_number":"6757898909","email_id":"tanmay@gmail.com","dop":"2026-01-06","serial_number":"11346567890346","imei1":"11346567890346","imei2":"11346567890346","popurl":"2026-01-06T05:41:27.997331187Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T05:41:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155650,"job_number":"JOB_155650","tr_customer_id":155667,"tr_customer_product_id":155657,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:00:16.000Z","modified_at":"2026-01-16T06:00:16.000Z","name":"Shashank Shekhar","mobile_number":"9742666189","email_id":"101shashank@gmail.com","dop":"2025-04-06","serial_number":"99999999999999","imei1":"99999999999999","imei2":"99999999999999","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:00:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155651,"job_number":"JOB_155651","tr_customer_id":155668,"tr_customer_product_id":155658,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:02:15.000Z","modified_at":"2026-01-16T06:02:15.000Z","name":"Shashank Shekhar","mobile_number":"9742666189","email_id":"101shashank@gmail.com","dop":"2025-04-06","serial_number":"89999999999999","imei1":"89999999999999","imei2":"89999999999999","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:02:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155652,"job_number":"JOB_155652","tr_customer_id":155669,"tr_customer_product_id":155659,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:09:47.000Z","modified_at":"2026-01-16T06:09:47.000Z","name":"Shashank Shekhar","mobile_number":"9742666189","email_id":"101shashank@gmail.com","dop":"2025-04-06","serial_number":"79999999999999","imei1":"79999999999999","imei2":"79999999999999","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:09:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155653,"job_number":"JOB_155653","tr_customer_id":155670,"tr_customer_product_id":155660,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:15:48.000Z","modified_at":"2026-01-16T06:15:48.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"18546374862748","imei1":"18546374862748","imei2":"18546374862748","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:15:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155654,"job_number":"JOB_155654","tr_customer_id":155671,"tr_customer_product_id":155661,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:15:49.000Z","modified_at":"2026-01-16T06:15:49.000Z","name":"Thad Walker","mobile_number":"563-474-2227","email_id":"Aisha.Ernser46@gmail.com","dop":"2025-09-16","serial_number":"13154157928705","imei1":"13154157928705","imei2":"13154157928705","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:15:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155655,"job_number":"JOB_155655","tr_customer_id":155672,"tr_customer_product_id":155662,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:16:02.000Z","modified_at":"2026-01-16T06:16:02.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14523335535044","imei1":"14523335535044","imei2":"14523335535044","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:16:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155657,"job_number":"JOB_155657","tr_customer_id":155674,"tr_customer_product_id":155664,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:16:03.000Z","modified_at":"2026-01-16T06:16:03.000Z","name":"Deja Price","mobile_number":"296-505-1529","email_id":"Audra.OConnell@hotmail.com","dop":"2025-04-06","serial_number":"14443526690699648","imei1":"14443526690699648","imei2":"14443526690699648","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:16:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155658,"job_number":"JOB_155658","tr_customer_id":155675,"tr_customer_product_id":155665,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:16:08.000Z","modified_at":"2026-01-16T06:16:08.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"17736769273208","imei1":"17736769273208","imei2":"17736769273208","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:16:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155659,"job_number":"JOB_155659","tr_customer_id":155676,"tr_customer_product_id":155666,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:16:08.000Z","modified_at":"2026-01-16T06:16:08.000Z","name":"Dee Schneider","mobile_number":"392-427-4595","email_id":"Novella90@gmail.com","dop":"2025-09-16","serial_number":"11356350277950","imei1":"11356350277950","imei2":"11356350277950","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:16:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155662,"job_number":"JOB_155662","tr_customer_id":155679,"tr_customer_product_id":155669,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:16:27.000Z","modified_at":"2026-01-16T06:16:27.000Z","name":"kajal p","mobile_number":"9243526785","email_id":"kajal@gmail.com","dop":"2025-09-16","serial_number":"18580675192414","imei1":"18580675192414","imei2":"18580675192414","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:16:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155663,"job_number":"JOB_155663","tr_customer_id":155680,"tr_customer_product_id":155670,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:16:27.000Z","modified_at":"2026-01-16T06:16:27.000Z","name":"Samir Schroeder","mobile_number":"500-386-9531","email_id":"Fern_Padberg@gmail.com","dop":"2025-09-16","serial_number":"12184243985175","imei1":"12184243985175","imei2":"12184243985175","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:16:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155664,"job_number":"JOB_155664","tr_customer_id":155681,"tr_customer_product_id":155671,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:16:48.000Z","modified_at":"2026-01-16T06:16:48.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18600269206682","imei1":"18600269206682","imei2":"18600269206682","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:16:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155666,"job_number":"JOB_155666","tr_customer_id":155683,"tr_customer_product_id":155673,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:16:50.000Z","modified_at":"2026-01-16T06:16:50.000Z","name":"Oscar Johns","mobile_number":"347-783-3469","email_id":"Kiarra_Hagenes@gmail.com","dop":"2025-04-06","serial_number":"19132541795594000","imei1":"19132541795594000","imei2":"19132541795594000","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:16:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155668,"job_number":"JOB_155668","tr_customer_id":155685,"tr_customer_product_id":155675,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:17:35.000Z","modified_at":"2026-01-16T06:17:35.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13511268549250","imei1":"13511268549250","imei2":"13511268549250","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:17:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155670,"job_number":"JOB_155670","tr_customer_id":155687,"tr_customer_product_id":155677,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:17:36.000Z","modified_at":"2026-01-16T06:17:36.000Z","name":"Deron Beier","mobile_number":"606-949-3926","email_id":"Rhea19@yahoo.com","dop":"2025-04-06","serial_number":"15698729394533112","imei1":"15698729394533112","imei2":"15698729394533112","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:17:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155683,"job_number":"JOB_155683","tr_customer_id":155700,"tr_customer_product_id":155690,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:21:41.000Z","modified_at":"2026-01-16T06:21:41.000Z","name":"Gaurav Kumain","mobile_number":"8787474487","email_id":"qwssww@gmail.com","dop":"2025-04-06","serial_number":"16572885284302","imei1":"16572885284302","imei2":"16572885284302","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:21:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155684,"job_number":"JOB_155684","tr_customer_id":155701,"tr_customer_product_id":155691,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:21:57.000Z","modified_at":"2026-01-16T06:21:57.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10234419614103","imei1":"10234419614103","imei2":"10234419614103","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:21:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155686,"job_number":"JOB_155686","tr_customer_id":155703,"tr_customer_product_id":155693,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:21:58.000Z","modified_at":"2026-01-16T06:21:58.000Z","name":"Freda Jacobs","mobile_number":"892-616-9044","email_id":"Emie_Conroy@yahoo.com","dop":"2025-06-18","serial_number":"1095232156265707","imei1":"1095232156265707","imei2":"1095232156265707","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:21:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155687,"job_number":"JOB_155687","tr_customer_id":155704,"tr_customer_product_id":155694,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:22:43.000Z","modified_at":"2026-01-16T06:22:43.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10129626372569","imei1":"10129626372569","imei2":"10129626372569","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:22:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155689,"job_number":"JOB_155689","tr_customer_id":155706,"tr_customer_product_id":155696,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:22:43.000Z","modified_at":"2026-01-16T06:22:43.000Z","name":"Lionel Murphy","mobile_number":"209-798-6385","email_id":"Bailey80@gmail.com","dop":"2025-06-18","serial_number":"1091165450394017","imei1":"1091165450394017","imei2":"1091165450394017","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:22:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155690,"job_number":"JOB_155690","tr_customer_id":155707,"tr_customer_product_id":155697,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:26:17.000Z","modified_at":"2026-01-16T06:26:17.000Z","name":"Gaurav Kumain","mobile_number":"8787474487","email_id":"qwssww@gmail.com","dop":"2025-04-06","serial_number":"16572885284303","imei1":"16572885284303","imei2":"16572885284303","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:26:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155691,"job_number":"JOB_155691","tr_customer_id":155708,"tr_customer_product_id":155698,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:27:01.000Z","modified_at":"2026-01-16T06:27:01.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18792914001763","imei1":"18792914001763","imei2":"18792914001763","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:27:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155693,"job_number":"JOB_155693","tr_customer_id":155710,"tr_customer_product_id":155700,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:27:03.000Z","modified_at":"2026-01-16T06:27:03.000Z","name":"Heidi Donnelly","mobile_number":"765-761-1553","email_id":"Claud21@yahoo.com","dop":"2025-04-06","serial_number":"15136441970902784","imei1":"15136441970902784","imei2":"15136441970902784","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:27:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155694,"job_number":"JOB_155694","tr_customer_id":155711,"tr_customer_product_id":155701,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:27:45.000Z","modified_at":"2026-01-16T06:27:45.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12474350256277","imei1":"12474350256277","imei2":"12474350256277","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:27:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155696,"job_number":"JOB_155696","tr_customer_id":155713,"tr_customer_product_id":155703,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:27:46.000Z","modified_at":"2026-01-16T06:27:46.000Z","name":"Rudy Stiedemann","mobile_number":"442-264-6155","email_id":"Jaylin.Runolfsson@yahoo.com","dop":"2025-04-06","serial_number":"13492937547637564","imei1":"13492937547637564","imei2":"13492937547637564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:27:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155697,"job_number":"JOB_155697","tr_customer_id":155714,"tr_customer_product_id":155704,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:28:27.000Z","modified_at":"2026-01-16T06:28:27.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19306329118267","imei1":"19306329118267","imei2":"19306329118267","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:28:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155699,"job_number":"JOB_155699","tr_customer_id":155716,"tr_customer_product_id":155706,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:28:29.000Z","modified_at":"2026-01-16T06:28:29.000Z","name":"Derick Green","mobile_number":"343-294-0155","email_id":"Thurman59@yahoo.com","dop":"2025-04-06","serial_number":"16809733002813264","imei1":"16809733002813264","imei2":"16809733002813264","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:28:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155702,"job_number":"JOB_155702","tr_customer_id":155719,"tr_customer_product_id":155709,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:29:30.000Z","modified_at":"2026-01-16T06:29:30.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12160862483626","imei1":"12160862483626","imei2":"12160862483626","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:29:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155704,"job_number":"JOB_155704","tr_customer_id":155721,"tr_customer_product_id":155711,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:29:32.000Z","modified_at":"2026-01-16T06:29:32.000Z","name":"Rhianna Schoen","mobile_number":"212-665-2079","email_id":"Lottie.Armstrong@yahoo.com","dop":"2025-04-06","serial_number":"11901143664342048","imei1":"11901143664342048","imei2":"11901143664342048","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:29:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155705,"job_number":"JOB_155705","tr_customer_id":155722,"tr_customer_product_id":155712,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:30:19.000Z","modified_at":"2026-01-16T06:30:19.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12674320033800","imei1":"12674320033800","imei2":"12674320033800","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:30:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155707,"job_number":"JOB_155707","tr_customer_id":155724,"tr_customer_product_id":155714,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:30:20.000Z","modified_at":"2026-01-16T06:30:20.000Z","name":"Laron Durgan","mobile_number":"264-200-0555","email_id":"Alayna17@hotmail.com","dop":"2025-04-06","serial_number":"11805549138506768","imei1":"11805549138506768","imei2":"11805549138506768","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:30:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155708,"job_number":"JOB_155708","tr_customer_id":155725,"tr_customer_product_id":155715,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:31:08.000Z","modified_at":"2026-01-16T06:31:08.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10291803468165","imei1":"10291803468165","imei2":"10291803468165","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:31:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155710,"job_number":"JOB_155710","tr_customer_id":155727,"tr_customer_product_id":155717,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:31:09.000Z","modified_at":"2026-01-16T06:31:09.000Z","name":"Velda Heaney","mobile_number":"352-758-7513","email_id":"Diamond_Reynolds52@hotmail.com","dop":"2025-04-06","serial_number":"14976485295733564","imei1":"14976485295733564","imei2":"14976485295733564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:31:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155712,"job_number":"JOB_155712","tr_customer_id":155729,"tr_customer_product_id":155719,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:33:25.000Z","modified_at":"2026-01-16T06:33:25.000Z","name":"Darren Terry","mobile_number":"941-848-4064","email_id":"Derek_Waters93@gmail.com","dop":"2025-04-06","serial_number":"16510770579164860","imei1":"16510770579164860","imei2":"16510770579164860","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:33:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155713,"job_number":"JOB_155713","tr_customer_id":155730,"tr_customer_product_id":155720,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:34:10.000Z","modified_at":"2026-01-16T06:34:10.000Z","name":"Gaurav Kumain","mobile_number":"8787474487","email_id":"qwssww@gmail.com","dop":"2025-04-06","serial_number":"16572885284304","imei1":"16572885284304","imei2":"16572885284303","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:34:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155714,"job_number":"JOB_155714","tr_customer_id":155731,"tr_customer_product_id":155721,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:34:13.000Z","modified_at":"2026-01-16T06:34:13.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18183250601741","imei1":"18183250601741","imei2":"18183250601741","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:34:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155716,"job_number":"JOB_155716","tr_customer_id":155733,"tr_customer_product_id":155723,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:34:15.000Z","modified_at":"2026-01-16T06:34:15.000Z","name":"Noemie Moore","mobile_number":"922-216-5908","email_id":"Adelia.Legros@gmail.com","dop":"2025-04-06","serial_number":"19849856542088270","imei1":"19849856542088270","imei2":"19849856542088270","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:34:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155720,"job_number":"JOB_155720","tr_customer_id":155737,"tr_customer_product_id":155727,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:35:04.000Z","modified_at":"2026-01-16T06:35:04.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13402961231475","imei1":"13402961231475","imei2":"13402961231475","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:35:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155722,"job_number":"JOB_155722","tr_customer_id":155739,"tr_customer_product_id":155729,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:35:06.000Z","modified_at":"2026-01-16T06:35:06.000Z","name":"Amanda Considine","mobile_number":"587-276-9658","email_id":"Valerie76@gmail.com","dop":"2025-04-06","serial_number":"19754602933334430","imei1":"19754602933334430","imei2":"19754602933334430","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:35:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155726,"job_number":"JOB_155726","tr_customer_id":155743,"tr_customer_product_id":155733,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:35:50.000Z","modified_at":"2026-01-16T06:35:50.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12561051754101","imei1":"12561051754101","imei2":"12561051754101","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:35:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155728,"job_number":"JOB_155728","tr_customer_id":155745,"tr_customer_product_id":155735,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:35:52.000Z","modified_at":"2026-01-16T06:35:52.000Z","name":"Ebony Wintheiser","mobile_number":"567-275-3241","email_id":"Elinore.Goldner@gmail.com","dop":"2025-04-06","serial_number":"13695480512531648","imei1":"13695480512531648","imei2":"13695480512531648","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:35:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155731,"job_number":"JOB_155731","tr_customer_id":155748,"tr_customer_product_id":155738,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:36:02.000Z","modified_at":"2026-01-16T06:36:02.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10905864665923","imei1":"10905864665923","imei2":"10905864665923","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:36:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155734,"job_number":"JOB_155734","tr_customer_id":155751,"tr_customer_product_id":155741,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:36:03.000Z","modified_at":"2026-01-16T06:36:03.000Z","name":"Evangeline Emard","mobile_number":"685-236-5910","email_id":"Ezra4@hotmail.com","dop":"2025-04-06","serial_number":"15454439136977072","imei1":"15454439136977072","imei2":"15454439136977072","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:36:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155735,"job_number":"JOB_155735","tr_customer_id":155752,"tr_customer_product_id":155742,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:36:36.000Z","modified_at":"2026-01-16T06:36:36.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18011725642892","imei1":"18011725642892","imei2":"18011725642892","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:36:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155737,"job_number":"JOB_155737","tr_customer_id":155754,"tr_customer_product_id":155744,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:36:38.000Z","modified_at":"2026-01-16T06:36:38.000Z","name":"Lenore White","mobile_number":"315-988-3242","email_id":"Myrna.Cruickshank@gmail.com","dop":"2025-04-06","serial_number":"16588747903909444","imei1":"16588747903909444","imei2":"16588747903909444","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:36:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155741,"job_number":"JOB_155741","tr_customer_id":155758,"tr_customer_product_id":155748,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:37:21.000Z","modified_at":"2026-01-16T06:37:21.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18479831109450","imei1":"18479831109450","imei2":"18479831109450","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:37:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155743,"job_number":"JOB_155743","tr_customer_id":155760,"tr_customer_product_id":155750,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:37:23.000Z","modified_at":"2026-01-16T06:37:23.000Z","name":"Clifton Will","mobile_number":"466-925-6032","email_id":"Sydnie50@hotmail.com","dop":"2025-04-06","serial_number":"17264357883813052","imei1":"17264357883813052","imei2":"17264357883813052","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:37:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155744,"job_number":"JOB_155744","tr_customer_id":155761,"tr_customer_product_id":155751,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:40:24.000Z","modified_at":"2026-01-16T06:40:24.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11421853362375","imei1":"11421853362375","imei2":"11421853362375","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:40:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155746,"job_number":"JOB_155746","tr_customer_id":155763,"tr_customer_product_id":155753,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:40:25.000Z","modified_at":"2026-01-16T06:40:25.000Z","name":"Ophelia Kohler","mobile_number":"852-921-4197","email_id":"Dianna.Feil@yahoo.com","dop":"2025-04-06","serial_number":"12271151503417396","imei1":"12271151503417396","imei2":"12271151503417396","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:40:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155747,"job_number":"JOB_155747","tr_customer_id":155764,"tr_customer_product_id":155754,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:41:07.000Z","modified_at":"2026-01-16T06:41:07.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17527577093892","imei1":"17527577093892","imei2":"17527577093892","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:41:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155749,"job_number":"JOB_155749","tr_customer_id":155766,"tr_customer_product_id":155756,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:41:09.000Z","modified_at":"2026-01-16T06:41:09.000Z","name":"Giuseppe Carter","mobile_number":"956-449-4965","email_id":"Sonya54@yahoo.com","dop":"2025-04-06","serial_number":"10273525838172484","imei1":"10273525838172484","imei2":"10273525838172484","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:41:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155751,"job_number":"JOB_155751","tr_customer_id":155768,"tr_customer_product_id":155758,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:41:20.000Z","modified_at":"2026-01-16T06:41:20.000Z","name":"Dustin Carroll","mobile_number":"720-927-0260","email_id":"Alba46@gmail.com","dop":"2025-04-06","serial_number":"19432793905878870","imei1":"19432793905878870","imei2":"19432793905878870","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:41:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155752,"job_number":"JOB_155752","tr_customer_id":155769,"tr_customer_product_id":155759,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:41:21.000Z","modified_at":"2026-01-16T06:41:21.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10167067858945","imei1":"10167067858945","imei2":"10167067858945","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:41:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155754,"job_number":"JOB_155754","tr_customer_id":155771,"tr_customer_product_id":155761,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:41:23.000Z","modified_at":"2026-01-16T06:41:23.000Z","name":"Lonzo Considine","mobile_number":"669-263-4928","email_id":"Kiera23@yahoo.com","dop":"2025-04-06","serial_number":"15136230129385224","imei1":"15136230129385224","imei2":"15136230129385224","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:41:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155756,"job_number":"JOB_155756","tr_customer_id":155773,"tr_customer_product_id":155763,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:41:43.000Z","modified_at":"2026-01-16T06:41:43.000Z","name":"Tianna Swift","mobile_number":"829-786-2295","email_id":"Earl61@hotmail.com","dop":"2025-04-06","serial_number":"14694088865761580","imei1":"14694088865761580","imei2":"14694088865761580","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:41:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155757,"job_number":"JOB_155757","tr_customer_id":155774,"tr_customer_product_id":155764,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:41:50.000Z","modified_at":"2026-01-16T06:41:50.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16157917824236","imei1":"16157917824236","imei2":"16157917824236","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:41:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155759,"job_number":"JOB_155759","tr_customer_id":155776,"tr_customer_product_id":155766,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:41:51.000Z","modified_at":"2026-01-16T06:41:51.000Z","name":"Stella Erdman","mobile_number":"654-871-8951","email_id":"Clare82@gmail.com","dop":"2025-04-06","serial_number":"10811966025947974","imei1":"10811966025947974","imei2":"10811966025947974","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:41:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155760,"job_number":"JOB_155760","tr_customer_id":155777,"tr_customer_product_id":155767,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:42:00.000Z","modified_at":"2026-01-16T06:42:00.000Z","name":"Gaurav Kumain","mobile_number":"8787474487","email_id":"qwssww@gmail.com","dop":"2025-04-06","serial_number":"16572885284305","imei1":"16572885284305","imei2":"16572885284305","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:42:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155761,"job_number":"JOB_155761","tr_customer_id":155778,"tr_customer_product_id":155768,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:42:06.000Z","modified_at":"2026-01-16T06:42:06.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12398337583225","imei1":"12398337583225","imei2":"12398337583225","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:42:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155763,"job_number":"JOB_155763","tr_customer_id":155780,"tr_customer_product_id":155770,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:42:08.000Z","modified_at":"2026-01-16T06:42:08.000Z","name":"Julia Moen","mobile_number":"321-971-0040","email_id":"Ramon54@hotmail.com","dop":"2025-04-06","serial_number":"16373246844481656","imei1":"16373246844481656","imei2":"16373246844481656","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:42:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155764,"job_number":"JOB_155764","tr_customer_id":155781,"tr_customer_product_id":155771,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:42:44.000Z","modified_at":"2026-01-16T06:42:44.000Z","name":"Gaurav Kumain","mobile_number":"8787474487","email_id":"qwssww@gmail.com","dop":"2025-04-06","serial_number":"16572885284306","imei1":"16572885284306","imei2":"16572885284306","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:42:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155765,"job_number":"JOB_155765","tr_customer_id":155782,"tr_customer_product_id":155772,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:42:57.000Z","modified_at":"2026-01-16T06:42:57.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16683229693587","imei1":"16683229693587","imei2":"16683229693587","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:42:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155767,"job_number":"JOB_155767","tr_customer_id":155784,"tr_customer_product_id":155774,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:42:58.000Z","modified_at":"2026-01-16T06:42:58.000Z","name":"Vladimir Runte","mobile_number":"429-717-1121","email_id":"Kira_Stracke17@hotmail.com","dop":"2025-04-06","serial_number":"18403541612665524","imei1":"18403541612665524","imei2":"18403541612665524","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:42:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155768,"job_number":"JOB_155768","tr_customer_id":155785,"tr_customer_product_id":155775,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:46:44.000Z","modified_at":"2026-01-16T06:46:44.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10725069005359","imei1":"10725069005359","imei2":"10725069005359","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:46:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155770,"job_number":"JOB_155770","tr_customer_id":155787,"tr_customer_product_id":155777,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:46:45.000Z","modified_at":"2026-01-16T06:46:45.000Z","name":"Leopoldo Gislason","mobile_number":"268-936-4383","email_id":"Connor97@gmail.com","dop":"2025-04-06","serial_number":"16617283109406458","imei1":"16617283109406458","imei2":"16617283109406458","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:46:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155772,"job_number":"JOB_155772","tr_customer_id":155789,"tr_customer_product_id":155779,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:46:51.000Z","modified_at":"2026-01-16T06:46:51.000Z","name":"Fae Murazik","mobile_number":"346-564-2712","email_id":"Lenora.Kunze@gmail.com","dop":"2025-04-06","serial_number":"13755674628984042","imei1":"13755674628984042","imei2":"13755674628984042","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:46:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155773,"job_number":"JOB_155773","tr_customer_id":155790,"tr_customer_product_id":155780,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:47:26.000Z","modified_at":"2026-01-16T06:47:26.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18041222648615","imei1":"18041222648615","imei2":"18041222648615","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:47:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155775,"job_number":"JOB_155775","tr_customer_id":155792,"tr_customer_product_id":155782,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:47:27.000Z","modified_at":"2026-01-16T06:47:27.000Z","name":"Cynthia Greenholt","mobile_number":"695-701-0115","email_id":"Jovany72@gmail.com","dop":"2025-04-06","serial_number":"11836973861407318","imei1":"11836973861407318","imei2":"11836973861407318","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:47:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155776,"job_number":"JOB_155776","tr_customer_id":155793,"tr_customer_product_id":155783,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:48:07.000Z","modified_at":"2026-01-16T06:48:07.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10369012279854","imei1":"10369012279854","imei2":"10369012279854","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:48:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155778,"job_number":"JOB_155778","tr_customer_id":155795,"tr_customer_product_id":155785,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:48:09.000Z","modified_at":"2026-01-16T06:48:09.000Z","name":"Stanford Dibbert","mobile_number":"393-702-4663","email_id":"Loy_Welch84@hotmail.com","dop":"2025-04-06","serial_number":"18618603978201628","imei1":"18618603978201628","imei2":"18618603978201628","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:48:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155780,"job_number":"JOB_155780","tr_customer_id":155797,"tr_customer_product_id":155787,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T07:00:17.000Z","modified_at":"2026-01-16T07:00:17.000Z","name":"Enos Adams","mobile_number":"618-705-8656","email_id":"Lavina_Streich65@gmail.com","dop":"2025-04-06","serial_number":"16095089629971664","imei1":"16095089629971664","imei2":"16095089629971664","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T07:00:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155788,"job_number":"JOB_155788","tr_customer_id":155805,"tr_customer_product_id":155795,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T07:42:35.000Z","modified_at":"2026-01-16T07:42:35.000Z","name":"Alize Abbott","mobile_number":"852-313-2612","email_id":"Connie.Dach15@hotmail.com","dop":"2025-04-06","serial_number":"19903792800148290","imei1":"19903792800148290","imei2":"19903792800148290","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T07:42:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155443,"job_number":"JOB_155443","tr_customer_id":155460,"tr_customer_product_id":155450,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:39.000Z","modified_at":"2026-01-16T03:49:39.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Lilyan_Pouros@yahoo.com","dop":"2025-07-02","serial_number":"18379672176321","imei1":"18379672176321","imei2":"18379672176321","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155456,"job_number":"JOB_155456","tr_customer_id":155473,"tr_customer_product_id":155463,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:55.000Z","modified_at":"2026-01-16T03:49:55.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Ila_Halvorson@hotmail.com","dop":"2025-07-02","serial_number":"12646098675885","imei1":"12646098675885","imei2":"12646098675885","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:49:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155468,"job_number":"JOB_155468","tr_customer_id":155485,"tr_customer_product_id":155475,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:11.000Z","modified_at":"2026-01-16T03:50:11.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Rhianna_Hamill22@yahoo.com","dop":"2025-07-02","serial_number":"18556463680068","imei1":"18556463680068","imei2":"18556463680068","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155495,"job_number":"JOB_155495","tr_customer_id":155512,"tr_customer_product_id":155502,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:32.000Z","modified_at":"2026-01-16T03:50:32.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"177238735641284","imei1":"177238735641284","imei2":"177238735641284","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155496,"job_number":"JOB_155496","tr_customer_id":155513,"tr_customer_product_id":155503,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:32.000Z","modified_at":"2026-01-16T03:50:32.000Z","name":"Genesis Goyette","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"182069094863967","imei1":"182069094863967","imei2":"182069094863967","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155497,"job_number":"JOB_155497","tr_customer_id":155514,"tr_customer_product_id":155504,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:32.000Z","modified_at":"2026-01-16T03:50:32.000Z","name":"Estelle Adams","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"114168222400852","imei1":"114168222400852","imei2":"114168222400852","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155500,"job_number":"JOB_155500","tr_customer_id":155517,"tr_customer_product_id":155507,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:33.000Z","modified_at":"2026-01-16T03:50:33.000Z","name":"Amir McClure","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"185006500135435","imei1":"185006500135435","imei2":"185006500135435","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155512,"job_number":"JOB_155512","tr_customer_id":155529,"tr_customer_product_id":155519,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:45.000Z","modified_at":"2026-01-16T03:50:45.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"140076611883558","imei1":"140076611883558","imei2":"140076611883558","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155514,"job_number":"JOB_155514","tr_customer_id":155531,"tr_customer_product_id":155521,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:45.000Z","modified_at":"2026-01-16T03:50:45.000Z","name":"Allen Gibson","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"130161965485867","imei1":"130161965485867","imei2":"130161965485867","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155515,"job_number":"JOB_155515","tr_customer_id":155532,"tr_customer_product_id":155522,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:45.000Z","modified_at":"2026-01-16T03:50:45.000Z","name":"Okey Ward","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"106528169716897","imei1":"106528169716897","imei2":"106528169716897","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155516,"job_number":"JOB_155516","tr_customer_id":155533,"tr_customer_product_id":155523,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:46.000Z","modified_at":"2026-01-16T03:50:46.000Z","name":"Eloy Aufderhar","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"165442554199153","imei1":"165442554199153","imei2":"165442554199153","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:50:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155539,"job_number":"JOB_155539","tr_customer_id":155556,"tr_customer_product_id":155546,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:12.000Z","modified_at":"2026-01-16T03:51:12.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"107677851288975","imei1":"107677851288975","imei2":"107677851288975","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155541,"job_number":"JOB_155541","tr_customer_id":155558,"tr_customer_product_id":155548,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:13.000Z","modified_at":"2026-01-16T03:51:13.000Z","name":"Sophia Bashirian","mobile_number":"427-803-8299","email_id":"Lauren_Ferry51@hotmail.com","dop":"2025-06-09","serial_number":"104354884652418","imei1":"104354884652418","imei2":"104354884652418","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155554,"job_number":"JOB_155554","tr_customer_id":155571,"tr_customer_product_id":155561,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:26.000Z","modified_at":"2026-01-16T03:51:26.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"106172652499721","imei1":"106172652499721","imei2":"106172652499721","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155558,"job_number":"JOB_155558","tr_customer_id":155575,"tr_customer_product_id":155565,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:27.000Z","modified_at":"2026-01-16T03:51:27.000Z","name":"Elsie Kuhn","mobile_number":"310-825-6108","email_id":"Herbert.Feeney0@yahoo.com","dop":"2025-06-09","serial_number":"106732827060674","imei1":"106732827060674","imei2":"106732827060674","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155572,"job_number":"JOB_155572","tr_customer_id":155589,"tr_customer_product_id":155579,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:40.000Z","modified_at":"2026-01-16T03:51:40.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"109431713859796","imei1":"109431713859796","imei2":"109431713859796","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155575,"job_number":"JOB_155575","tr_customer_id":155592,"tr_customer_product_id":155582,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:41.000Z","modified_at":"2026-01-16T03:51:41.000Z","name":"Verda Koch","mobile_number":"523-762-5776","email_id":"Alden.McGlynn@gmail.com","dop":"2025-06-09","serial_number":"100563256446896","imei1":"100563256446896","imei2":"100563256446896","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T03:51:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155671,"job_number":"JOB_155671","tr_customer_id":155688,"tr_customer_product_id":155678,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:19:17.000Z","modified_at":"2026-01-16T06:19:17.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"105156524394051","imei1":"105156524394051","imei2":"105156524394051","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:19:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155673,"job_number":"JOB_155673","tr_customer_id":155690,"tr_customer_product_id":155680,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:19:18.000Z","modified_at":"2026-01-16T06:19:18.000Z","name":"Curtis Armstrong","mobile_number":"313-856-2419","email_id":"Freddy31@hotmail.com","dop":"2025-06-09","serial_number":"106576638988751","imei1":"106576638988751","imei2":"106576638988751","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:19:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155674,"job_number":"JOB_155674","tr_customer_id":155691,"tr_customer_product_id":155681,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:19:32.000Z","modified_at":"2026-01-16T06:19:32.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"102674885112431","imei1":"102674885112431","imei2":"102674885112431","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:19:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155676,"job_number":"JOB_155676","tr_customer_id":155693,"tr_customer_product_id":155683,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:19:33.000Z","modified_at":"2026-01-16T06:19:33.000Z","name":"Kiera Herman","mobile_number":"741-763-6738","email_id":"Caleb63@yahoo.com","dop":"2025-06-09","serial_number":"102246556351467","imei1":"102246556351467","imei2":"102246556351467","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:19:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155677,"job_number":"JOB_155677","tr_customer_id":155694,"tr_customer_product_id":155684,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:19:47.000Z","modified_at":"2026-01-16T06:19:47.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"103481953362932","imei1":"103481953362932","imei2":"103481953362932","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:19:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155679,"job_number":"JOB_155679","tr_customer_id":155696,"tr_customer_product_id":155686,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:19:48.000Z","modified_at":"2026-01-16T06:19:48.000Z","name":"Zachariah Tremblay","mobile_number":"739-893-9626","email_id":"Katelin.OConnell@hotmail.com","dop":"2025-06-09","serial_number":"103143000565201","imei1":"103143000565201","imei2":"103143000565201","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T06:19:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155784,"job_number":"JOB_155784","tr_customer_id":155801,"tr_customer_product_id":155791,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T07:31:21.000Z","modified_at":"2026-01-16T07:31:21.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Bettie_Hintz@gmail.com","dop":"2025-07-02","serial_number":"14422875302832","imei1":"14422875302832","imei2":"14422875302832","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T07:31:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155785,"job_number":"JOB_155785","tr_customer_id":155802,"tr_customer_product_id":155792,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T07:31:39.000Z","modified_at":"2026-01-16T07:31:39.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Grayce13@yahoo.com","dop":"2025-07-02","serial_number":"15860432272873","imei1":"15860432272873","imei2":"15860432272873","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T07:31:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155786,"job_number":"JOB_155786","tr_customer_id":155803,"tr_customer_product_id":155793,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T07:31:57.000Z","modified_at":"2026-01-16T07:31:57.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Royce.Feeney@gmail.com","dop":"2025-07-02","serial_number":"19792604241672","imei1":"19792604241672","imei2":"19792604241672","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T07:31:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"username":"iameng","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 251ms
Mean size per request: 694B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept-Language en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 79e8390c-dc13-4c9a-a529-c53e74aad313
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 56
Request Body
{
            "username": "iameng",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 694
ETag W/"2b6-0Uo1H/84jA/KfSNLcsn5oR775tw"
Vary Accept-Encoding
Date Fri, 16 Jan 2026 07:43:25 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg1NDk0MDV9.uDn1dQpMow8-Y8C4iTQ_LQFofaVKkPF-_NFDK_QcqrA"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"1bc-5jtJRsd0hZILh8Na44eS7Os72ts"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 249ms
Mean size per request: 441B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg1NDk0MDV9.uDn1dQpMow8-Y8C4iTQ_LQFofaVKkPF-_NFDK_QcqrA
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token d42ce3b4-fefe-4e11-9b92-f3531db590b1
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 441
ETag W/"1b9-gwZ3q4NUFVwjUwUa8wJaXTtaK9Q"
Vary Accept-Encoding
Date Fri, 16 Jan 2026 07:43:25 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":2,"first_name":"Mark","last_name":"zuk","login_id":"iameng","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Engineer","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"fa-dy8dN/UPU87UvqyXQsHHqicOua0"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 262ms
Mean size per request: 164B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg1NDk0MDV9.uDn1dQpMow8-Y8C4iTQ_LQFofaVKkPF-_NFDK_QcqrA
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token b1e14f51-dbef-4217-9c10-8358bab58e24
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 164
ETag W/"a4-5r+a6FJFlyG83QHCzVvK5rmc2Os"
Vary Accept-Encoding
Date Fri, 16 Jan 2026 07:43:25 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for repair","key":"pending_for_repair","count":2},{"label":"Repair completed","key":"repair_completed","count":122}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"pending_for_repair"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 260ms
Mean size per request: 1.95KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg1NDk0MDV9.uDn1dQpMow8-Y8C4iTQ_LQFofaVKkPF-_NFDK_QcqrA
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 2c1dc47e-4ab9-45a5-ac10-7c3c9457e2a0
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 36
Request Body
{"details_key":"pending_for_repair"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"7cb-eOlaEEW4n7PxvVwB2YTNXdas0Xw"
Vary Accept-Encoding
Content-Encoding gzip
Date Fri, 16 Jan 2026 07:43:26 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":155647,"job_number":"JOB_155647","tr_customer_id":155664,"tr_customer_product_id":155654,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T05:09:30.000Z","modified_at":"2026-01-16T06:13:07.000Z","name":"Amaya Langworth","mobile_number":"910-429-7055","email_id":"Gisselle.Hintz68@gmail.com","dop":"2025-12-03","serial_number":"84685174909017","imei1":"84685174909017","imei2":"84685174909017","popurl":"2025-12-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-16T06:13:07.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":155791,"job_number":"JOB_155791","tr_customer_id":155808,"tr_customer_product_id":155798,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T07:43:20.000Z","modified_at":"2026-01-16T07:43:24.000Z","name":"Pierce Schinner","mobile_number":"859-525-6249","email_id":"Emelia32@hotmail.com","dop":"2025-11-04","serial_number":"30300147894998","imei1":"30300147894998","imei2":"30300147894998","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-16T07:43:24.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"repair_completed"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 263ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg1NDk0MDV9.uDn1dQpMow8-Y8C4iTQ_LQFofaVKkPF-_NFDK_QcqrA
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 15e3cd6e-0d0c-426b-9cc2-b69a6abea50f
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 43
Request Body
{
            "details_key": "repair_completed"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Fri, 16 Jan 2026 07:43:26 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/myjobs' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/engineer/myjobs
Response Information
Response Code: 200 - OK
Mean time per request: 282ms
Mean size per request: 2.33KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg1NDk0MDV9.uDn1dQpMow8-Y8C4iTQ_LQFofaVKkPF-_NFDK_QcqrA
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 88e8a6eb-d8f3-48f7-ab50-912e14350ca3
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"954-FiPQ3+zWwAo9YfVoYUnvH9U8+uY"
Vary Accept-Encoding
Content-Encoding gzip
Date Fri, 16 Jan 2026 07:43:26 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":155791,"job_number":"JOB_155791","tr_customer_id":155808,"tr_customer_product_id":155798,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T07:43:20.000Z","modified_at":"2026-01-16T07:43:24.000Z","name":"Pierce Schinner","mobile_number":"859-525-6249","email_id":"Emelia32@hotmail.com","dop":"2025-11-04","serial_number":"30300147894998","imei1":"30300147894998","imei2":"30300147894998","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-16T07:43:24.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":3,"name":"Phone or app crashes","tr_job_head_id":155791,"remark":"","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-16T07:43:20.000Z"}],"quatations":[]},{"id":155647,"job_number":"JOB_155647","tr_customer_id":155664,"tr_customer_product_id":155654,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T05:09:30.000Z","modified_at":"2026-01-16T06:13:07.000Z","name":"Amaya Langworth","mobile_number":"910-429-7055","email_id":"Gisselle.Hintz68@gmail.com","dop":"2025-12-03","serial_number":"84685174909017","imei1":"84685174909017","imei2":"84685174909017","popurl":"2025-12-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-16T06:13:07.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":155647,"remark":"Bad Condition","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-16T05:09:30.000Z"}],"quatations":[]}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 200 - OK
Mean time per request: 257ms
Mean size per request: 10.53KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg1NDk0MDV9.uDn1dQpMow8-Y8C4iTQ_LQFofaVKkPF-_NFDK_QcqrA
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token e73da653-e85b-4427-b06f-2b1074cb8eeb
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM"
Vary Accept-Encoding
Content-Encoding gzip
Date Fri, 16 Jan 2026 07:43:26 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/repaircomplete' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"job_id":98100,"problems":[{"id":3,"remark":"Reinstalled OS"}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/engineer/repaircomplete
Response Information
Response Code: 200 - OK
Mean time per request: 257ms
Mean size per request: 42B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg1NDk0MDV9.uDn1dQpMow8-Y8C4iTQ_LQFofaVKkPF-_NFDK_QcqrA
Content-Type application/json
Accept application/json, text/plain, */*
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 4ae1a60c-b79d-4e55-a3b3-682f73ee29fa
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 136
Request Body
{
            "job_id":155791,
            "problems": [
                {
                    "id": 3,
                    "remark": "Reinstalled OS"
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 42
ETag W/"2a-PisRr8WaBMvK6HLRD3EKeiTFMeI"
Vary Accept-Encoding
Date Fri, 16 Jan 2026 07:43:27 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Repair successful.","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamqc","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 250ms
Mean size per request: 681B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 7b54e542-9766-4e92-820c-1b469c0d73a2
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 55
Request Body
{
            "username": "iamqc",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 681
ETag W/"2a9-CEIQy1NiyfeICoVXEu3/AAxqpiQ"
Vary Accept-Encoding
Date Fri, 16 Jan 2026 07:43:27 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODU0OTQwN30.2A4A960VxBzC9evfBS9t34DI3EFp_7nqpuJTH5mbUq4"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"1b9-gwZ3q4NUFVwjUwUa8wJaXTtaK9Q"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 249ms
Mean size per request: 431B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODU0OTQwN30.2A4A960VxBzC9evfBS9t34DI3EFp_7nqpuJTH5mbUq4
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token b2a1ae30-ef40-4e17-870e-117e48fdec64
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 431
ETag W/"1af-Hx7rWnhMedRwRJUvWdcdDLlvRd0"
Vary Accept-Encoding
Date Fri, 16 Jan 2026 07:43:27 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":3,"first_name":"qc","last_name":"qc","login_id":"iamqc","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":4,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"QC","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"a5-7bTG+pLXuOCNsQPYlnyAIc/g5Zc"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 266ms
Mean size per request: 202B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODU0OTQwN30.2A4A960VxBzC9evfBS9t34DI3EFp_7nqpuJTH5mbUq4
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 52804d6f-6d35-4a54-ac08-cb755044b9a4
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 202
ETag W/"ca-a2ItTjIBb9ZzvqLrpBI2I9ABUNQ"
Vary Accept-Encoding
Date Fri, 16 Jan 2026 07:43:27 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for QC","key":"pending_for_qc","count":1},{"label":"QC Completed","key":"qc_completed","count":122},{"label":"QC Rejected","key":"qc_rejected","count":0}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"pending_for_qc"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 251ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODU0OTQwN30.2A4A960VxBzC9evfBS9t34DI3EFp_7nqpuJTH5mbUq4
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 8de16487-5b0b-4789-8743-b42818cc7b12
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 32
Request Body
{"details_key":"pending_for_qc"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Fri, 16 Jan 2026 07:43:28 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"qc_completed"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 278ms
Mean size per request: 117.85KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODU0OTQwN30.2A4A960VxBzC9evfBS9t34DI3EFp_7nqpuJTH5mbUq4
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token c8422b7c-9733-4556-a2a8-95409238e348
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 30
Request Body
{"details_key":"qc_completed"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"1d762-PZRYAY8s/SMpUDn3NoSD1E3Lp5E"
Vary Accept-Encoding
Content-Encoding gzip
Date Fri, 16 Jan 2026 07:43:28 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":155425,"job_number":"JOB_155425","tr_customer_id":155442,"tr_customer_product_id":155432,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:48:46.000Z","modified_at":"2026-01-16T03:49:21.000Z","name":"Devon Hyatt","mobile_number":"631-498-1635","email_id":"Wiley.Wintheiser8@yahoo.com","dop":"2025-04-06","serial_number":"10511591984841","imei1":"10511591984841","imei2":"10511591984841","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:49:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155426,"job_number":"JOB_155426","tr_customer_id":155443,"tr_customer_product_id":155433,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:48:47.000Z","modified_at":"2026-01-16T03:48:56.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"82579717898673","imei1":"82579717898673","imei2":"82579717898673","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:48:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155428,"job_number":"JOB_155428","tr_customer_id":155445,"tr_customer_product_id":155435,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:48:58.000Z","modified_at":"2026-01-16T03:49:07.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"27000755587566","imei1":"27000755587566","imei2":"27000755587566","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:49:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155430,"job_number":"JOB_155430","tr_customer_id":155447,"tr_customer_product_id":155437,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:03.000Z","modified_at":"2026-01-16T03:49:39.000Z","name":"Anne Hegmann","mobile_number":"839-551-2617","email_id":"Audrey43@yahoo.com","dop":"2025-04-06","serial_number":"15012845632580","imei1":"15012845632580","imei2":"15012845632580","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:49:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155432,"job_number":"JOB_155432","tr_customer_id":155449,"tr_customer_product_id":155439,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:26.000Z","modified_at":"2026-01-16T03:50:03.000Z","name":"Keenan Cruickshank","mobile_number":"704-823-3408","email_id":"Laney8@yahoo.com","dop":"2025-04-06","serial_number":"18357633962789","imei1":"18357633962789","imei2":"18357633962789","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:50:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155435,"job_number":"JOB_155435","tr_customer_id":155452,"tr_customer_product_id":155442,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:29.000Z","modified_at":"2026-01-16T03:50:06.000Z","name":"Brenden Heathcote","mobile_number":"249-366-5500","email_id":"George59@yahoo.com","dop":"2025-06-18","serial_number":"10073586455286","imei1":"10073586455286","imei2":"10073586455286","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:50:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155438,"job_number":"JOB_155438","tr_customer_id":155455,"tr_customer_product_id":155445,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:31.000Z","modified_at":"2026-01-16T03:50:06.000Z","name":"Michale Emmerich","mobile_number":"487-816-6335","email_id":"Zora.Lang@hotmail.com","dop":"2025-04-06","serial_number":"10913936480104","imei1":"10913936480104","imei2":"10913936480104","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:50:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155441,"job_number":"JOB_155441","tr_customer_id":155458,"tr_customer_product_id":155448,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:35.000Z","modified_at":"2026-01-16T03:50:11.000Z","name":"Demetris Champlin","mobile_number":"680-834-1605","email_id":"Joanny_Paucek@gmail.com","dop":"2025-04-06","serial_number":"18957349507626","imei1":"18957349507626","imei2":"18957349507626","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:50:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155444,"job_number":"JOB_155444","tr_customer_id":155461,"tr_customer_product_id":155451,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:40.000Z","modified_at":"2026-01-16T03:50:14.000Z","name":"Cristal Schiller","mobile_number":"548-919-9749","email_id":"Buck.Emard@gmail.com","dop":"2025-04-06","serial_number":"11779679542647","imei1":"11779679542647","imei2":"11779679542647","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:50:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155447,"job_number":"JOB_155447","tr_customer_id":155464,"tr_customer_product_id":155454,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:47.000Z","modified_at":"2026-01-16T03:50:23.000Z","name":"Brianne Stiedemann","mobile_number":"839-823-9846","email_id":"Chyna.Watsica@hotmail.com","dop":"2025-04-06","serial_number":"18940283018029","imei1":"18940283018029","imei2":"18940283018029","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:50:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155449,"job_number":"JOB_155449","tr_customer_id":155466,"tr_customer_product_id":155456,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:50.000Z","modified_at":"2026-01-16T03:50:25.000Z","name":"Melissa Sauer","mobile_number":"261-675-1341","email_id":"Jasper4@yahoo.com","dop":"2025-04-06","serial_number":"18538007467219","imei1":"18538007467219","imei2":"18538007467219","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:50:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155451,"job_number":"JOB_155451","tr_customer_id":155468,"tr_customer_product_id":155458,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:51.000Z","modified_at":"2026-01-16T03:50:26.000Z","name":"Maryam Casper","mobile_number":"834-461-0228","email_id":"Lorena27@gmail.com","dop":"2025-04-06","serial_number":"16392957973752","imei1":"16392957973752","imei2":"16392957973752","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:50:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155455,"job_number":"JOB_155455","tr_customer_id":155472,"tr_customer_product_id":155462,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:54.000Z","modified_at":"2026-01-16T03:50:31.000Z","name":"Tyshawn Powlowski","mobile_number":"324-460-9882","email_id":"Alphonso.Jakubowski@yahoo.com","dop":"2025-04-06","serial_number":"19323944230136","imei1":"19323944230136","imei2":"19323944230136","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:50:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155460,"job_number":"JOB_155460","tr_customer_id":155477,"tr_customer_product_id":155467,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:49:58.000Z","modified_at":"2026-01-16T03:50:35.000Z","name":"Dennis Huels","mobile_number":"935-797-0501","email_id":"Sven21@gmail.com","dop":"2025-04-06","serial_number":"19555161114711","imei1":"19555161114711","imei2":"19555161114711","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:50:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155463,"job_number":"JOB_155463","tr_customer_id":155480,"tr_customer_product_id":155470,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:00.000Z","modified_at":"2026-01-16T03:50:37.000Z","name":"Sylvan Kilback","mobile_number":"254-593-0602","email_id":"Abe_Braun@gmail.com","dop":"2025-04-06","serial_number":"16392368227914","imei1":"16392368227914","imei2":"16392368227914","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:50:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155466,"job_number":"JOB_155466","tr_customer_id":155483,"tr_customer_product_id":155473,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:07.000Z","modified_at":"2026-01-16T03:50:41.000Z","name":"Shayna Tillman","mobile_number":"817-622-3687","email_id":"Annalise.Wilderman8@hotmail.com","dop":"2000-01-31","serial_number":"10153501522431","imei1":"10153501522431","imei2":"10153501522431","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:50:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155470,"job_number":"JOB_155470","tr_customer_id":155487,"tr_customer_product_id":155477,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:12.000Z","modified_at":"2026-01-16T03:50:49.000Z","name":"Kayden Predovic","mobile_number":"847-332-6455","email_id":"Casper36@gmail.com","dop":"2025-04-06","serial_number":"14461735949468","imei1":"14461735949468","imei2":"14461735949468","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:50:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155473,"job_number":"JOB_155473","tr_customer_id":155490,"tr_customer_product_id":155480,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:13.000Z","modified_at":"2026-01-16T03:50:49.000Z","name":"Aletha Leuschke","mobile_number":"672-516-0156","email_id":"Adriana67@yahoo.com","dop":"2025-04-06","serial_number":"10848463791565","imei1":"10848463791565","imei2":"10848463791565","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:50:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155474,"job_number":"JOB_155474","tr_customer_id":155491,"tr_customer_product_id":155481,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:13.000Z","modified_at":"2026-01-16T03:50:49.000Z","name":"Allie Orn","mobile_number":"670-884-1050","email_id":"Andreanne.West87@hotmail.com","dop":"2025-04-06","serial_number":"11293849841746","imei1":"11293849841746","imei2":"11293849841746","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:50:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155477,"job_number":"JOB_155477","tr_customer_id":155494,"tr_customer_product_id":155484,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:14.000Z","modified_at":"2026-01-16T03:50:52.000Z","name":"Eloy Gleason","mobile_number":"954-253-3805","email_id":"Randal.Douglas@hotmail.com","dop":"2025-06-18","serial_number":"10657931856098","imei1":"10657931856098","imei2":"10657931856098","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:50:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155481,"job_number":"JOB_155481","tr_customer_id":155498,"tr_customer_product_id":155488,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:15.000Z","modified_at":"2026-01-16T03:50:30.000Z","name":"Ellis Wehner","mobile_number":"842-524-7418","email_id":"Precious10@hotmail.com","dop":"2025-05-30","serial_number":"13445512678210","imei1":"13445512678210","imei2":"13445512678210","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:50:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155484,"job_number":"JOB_155484","tr_customer_id":155501,"tr_customer_product_id":155491,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:17.000Z","modified_at":"2026-01-16T03:50:52.000Z","name":"Gabe Larkin","mobile_number":"281-301-7028","email_id":"Dustin.Price@hotmail.com","dop":"2025-04-06","serial_number":"17705338839979","imei1":"17705338839979","imei2":"17705338839979","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:50:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155489,"job_number":"JOB_155489","tr_customer_id":155506,"tr_customer_product_id":155496,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:18.000Z","modified_at":"2026-01-16T03:50:56.000Z","name":"River Bayer","mobile_number":"326-545-4738","email_id":"Hilton_Heaney@gmail.com","dop":"2025-04-06","serial_number":"15794966192667","imei1":"15794966192667","imei2":"15794966192667","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:50:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155494,"job_number":"JOB_155494","tr_customer_id":155511,"tr_customer_product_id":155501,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:31.000Z","modified_at":"2026-01-16T03:51:08.000Z","name":"Joaquin Paucek","mobile_number":"679-452-8101","email_id":"Chelsey_Kutch28@gmail.com","dop":"2025-04-06","serial_number":"16999493718254","imei1":"16999493718254","imei2":"16999493718254","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:51:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155501,"job_number":"JOB_155501","tr_customer_id":155518,"tr_customer_product_id":155508,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:33.000Z","modified_at":"2026-01-16T03:51:08.000Z","name":"Meggie Nolan","mobile_number":"320-668-4934","email_id":"Merlin_Bayer@hotmail.com","dop":"2025-04-06","serial_number":"12169636839234","imei1":"12169636839234","imei2":"12169636839234","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:51:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155504,"job_number":"JOB_155504","tr_customer_id":155521,"tr_customer_product_id":155511,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:37.000Z","modified_at":"2026-01-16T03:51:15.000Z","name":"Devante Lakin","mobile_number":"896-327-6801","email_id":"Christ54@yahoo.com","dop":"2025-04-06","serial_number":"11712092968923","imei1":"11712092968923","imei2":"11712092968923","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:51:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155509,"job_number":"JOB_155509","tr_customer_id":155526,"tr_customer_product_id":155516,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:39.000Z","modified_at":"2026-01-16T03:51:16.000Z","name":"Luis Cummings","mobile_number":"979-873-9208","email_id":"Gail_Miller@hotmail.com","dop":"2025-04-06","serial_number":"12036436902688","imei1":"12036436902688","imei2":"12036436902688","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:51:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155513,"job_number":"JOB_155513","tr_customer_id":155530,"tr_customer_product_id":155520,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:45.000Z","modified_at":"2026-01-16T03:51:21.000Z","name":"Amos Zemlak","mobile_number":"757-739-0241","email_id":"Gordon_Waters12@yahoo.com","dop":"2025-04-06","serial_number":"16930659088370","imei1":"16930659088370","imei2":"16930659088370","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:51:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155519,"job_number":"JOB_155519","tr_customer_id":155536,"tr_customer_product_id":155526,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:49.000Z","modified_at":"2026-01-16T03:51:23.000Z","name":"Eduardo Gottlieb","mobile_number":"611-731-4560","email_id":"Luisa_White59@hotmail.com","dop":"2000-01-31","serial_number":"10757406875028","imei1":"10757406875028","imei2":"10757406875028","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:51:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155521,"job_number":"JOB_155521","tr_customer_id":155538,"tr_customer_product_id":155528,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:50.000Z","modified_at":"2026-01-16T03:51:25.000Z","name":"Aliya Gleichner","mobile_number":"742-390-8014","email_id":"Lew3@yahoo.com","dop":"2025-04-06","serial_number":"10454545692969","imei1":"10454545692969","imei2":"10454545692969","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:51:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155525,"job_number":"JOB_155525","tr_customer_id":155542,"tr_customer_product_id":155532,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:56.000Z","modified_at":"2026-01-16T03:51:30.000Z","name":"Travon Hamill","mobile_number":"250-295-8929","email_id":"Krystina91@hotmail.com","dop":"2025-04-06","serial_number":"13028818282099","imei1":"13028818282099","imei2":"13028818282099","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:51:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155527,"job_number":"JOB_155527","tr_customer_id":155544,"tr_customer_product_id":155534,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:56.000Z","modified_at":"2026-01-16T03:51:31.000Z","name":"Alfreda Hane","mobile_number":"469-594-8298","email_id":"Name84@hotmail.com","dop":"2025-04-06","serial_number":"14065014328261","imei1":"14065014328261","imei2":"14065014328261","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:51:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155529,"job_number":"JOB_155529","tr_customer_id":155546,"tr_customer_product_id":155536,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:57.000Z","modified_at":"2026-01-16T03:51:34.000Z","name":"Felicia Bruen","mobile_number":"485-887-7546","email_id":"Cali.Bechtelar@hotmail.com","dop":"2025-04-06","serial_number":"10484332208106","imei1":"10484332208106","imei2":"10484332208106","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:51:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155534,"job_number":"JOB_155534","tr_customer_id":155551,"tr_customer_product_id":155541,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:59.000Z","modified_at":"2026-01-16T03:51:34.000Z","name":"Geoffrey Murazik","mobile_number":"671-928-0333","email_id":"Ryleigh90@yahoo.com","dop":"2025-04-06","serial_number":"14395071315175","imei1":"14395071315175","imei2":"14395071315175","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:51:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155537,"job_number":"JOB_155537","tr_customer_id":155554,"tr_customer_product_id":155544,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:03.000Z","modified_at":"2026-01-16T03:51:39.000Z","name":"Jorge Terry","mobile_number":"227-384-8025","email_id":"Declan.Wisoky35@hotmail.com","dop":"2025-04-06","serial_number":"10764073690482","imei1":"10764073690482","imei2":"10764073690482","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:51:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155543,"job_number":"JOB_155543","tr_customer_id":155560,"tr_customer_product_id":155550,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:15.000Z","modified_at":"2026-01-16T03:51:50.000Z","name":"Ray Lockman","mobile_number":"501-563-5358","email_id":"Quincy_Bayer@gmail.com","dop":"2025-04-06","serial_number":"13198092244646","imei1":"13198092244646","imei2":"13198092244646","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:51:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155545,"job_number":"JOB_155545","tr_customer_id":155562,"tr_customer_product_id":155552,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:16.000Z","modified_at":"2026-01-16T03:51:53.000Z","name":"Demarcus Ledner","mobile_number":"388-295-6239","email_id":"Sierra92@yahoo.com","dop":"2025-04-06","serial_number":"12690355426118","imei1":"12690355426118","imei2":"12690355426118","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:51:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155549,"job_number":"JOB_155549","tr_customer_id":155566,"tr_customer_product_id":155556,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:22.000Z","modified_at":"2026-01-16T03:51:59.000Z","name":"Karolann Herman","mobile_number":"225-457-0541","email_id":"Casimer_Koepp27@yahoo.com","dop":"2025-04-06","serial_number":"18456720778781","imei1":"18456720778781","imei2":"18456720778781","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:51:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155552,"job_number":"JOB_155552","tr_customer_id":155569,"tr_customer_product_id":155559,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:24.000Z","modified_at":"2026-01-16T03:52:02.000Z","name":"Gabriel Johnson","mobile_number":"697-697-0008","email_id":"Cordell.Ernser0@yahoo.com","dop":"2025-04-06","serial_number":"13875118598778","imei1":"13875118598778","imei2":"13875118598778","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:52:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155557,"job_number":"JOB_155557","tr_customer_id":155574,"tr_customer_product_id":155564,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:27.000Z","modified_at":"2026-01-16T03:52:04.000Z","name":"Keshaun Murazik","mobile_number":"685-990-1070","email_id":"Ada.Collins0@yahoo.com","dop":"2025-04-06","serial_number":"16271836394229","imei1":"16271836394229","imei2":"16271836394229","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:52:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155561,"job_number":"JOB_155561","tr_customer_id":155578,"tr_customer_product_id":155568,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:28.000Z","modified_at":"2026-01-16T03:52:05.000Z","name":"Ansel Abbott","mobile_number":"607-225-3694","email_id":"Theo89@yahoo.com","dop":"2025-04-06","serial_number":"17588892849165","imei1":"17588892849165","imei2":"17588892849165","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:52:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155563,"job_number":"JOB_155563","tr_customer_id":155580,"tr_customer_product_id":155570,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:29.000Z","modified_at":"2026-01-16T03:52:03.000Z","name":"Oscar Boyle","mobile_number":"989-236-1820","email_id":"Corrine_Bergstrom78@yahoo.com","dop":"2000-01-31","serial_number":"10151881462574","imei1":"10151881462574","imei2":"10151881462574","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:52:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155567,"job_number":"JOB_155567","tr_customer_id":155584,"tr_customer_product_id":155574,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:32.000Z","modified_at":"2026-01-16T03:52:06.000Z","name":"Berta Ullrich","mobile_number":"200-833-9060","email_id":"Nicholas.Hintz@gmail.com","dop":"2025-04-06","serial_number":"14697780075528","imei1":"14697780075528","imei2":"14697780075528","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:52:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155570,"job_number":"JOB_155570","tr_customer_id":155587,"tr_customer_product_id":155577,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:38.000Z","modified_at":"2026-01-16T03:52:12.000Z","name":"Annette Thompson","mobile_number":"875-566-5557","email_id":"Mariane_McLaughlin@hotmail.com","dop":"2025-04-06","serial_number":"16746487290168","imei1":"16746487290168","imei2":"16746487290168","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:52:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155576,"job_number":"JOB_155576","tr_customer_id":155593,"tr_customer_product_id":155583,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:41.000Z","modified_at":"2026-01-16T03:52:18.000Z","name":"Sierra Feest","mobile_number":"938-633-2670","email_id":"Annamae.Prosacco67@hotmail.com","dop":"2025-04-06","serial_number":"19854152370366","imei1":"19854152370366","imei2":"19854152370366","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:52:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155578,"job_number":"JOB_155578","tr_customer_id":155595,"tr_customer_product_id":155585,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:42.000Z","modified_at":"2026-01-16T03:52:17.000Z","name":"Catalina Halvorson","mobile_number":"593-296-3682","email_id":"Gail_Blick@hotmail.com","dop":"2025-04-06","serial_number":"18588366115015","imei1":"18588366115015","imei2":"18588366115015","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:52:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155582,"job_number":"JOB_155582","tr_customer_id":155599,"tr_customer_product_id":155589,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:52:00.000Z","modified_at":"2026-01-16T03:52:38.000Z","name":"Orin Runte","mobile_number":"327-926-4874","email_id":"Zakary70@yahoo.com","dop":"2025-04-06","serial_number":"13757149417884","imei1":"13757149417884","imei2":"13757149417884","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:52:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155585,"job_number":"JOB_155585","tr_customer_id":155602,"tr_customer_product_id":155592,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:52:06.000Z","modified_at":"2026-01-16T03:52:43.000Z","name":"Florian Kub","mobile_number":"999-574-1313","email_id":"Alize.Legros@yahoo.com","dop":"2025-04-06","serial_number":"19692889277940","imei1":"19692889277940","imei2":"19692889277940","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:52:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155588,"job_number":"JOB_155588","tr_customer_id":155605,"tr_customer_product_id":155595,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:52:10.000Z","modified_at":"2026-01-16T03:52:45.000Z","name":"Crystel Hamill","mobile_number":"669-603-6457","email_id":"Lulu2@yahoo.com","dop":"2000-01-31","serial_number":"10900256869629","imei1":"10900256869629","imei2":"10900256869629","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:52:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155590,"job_number":"JOB_155590","tr_customer_id":155607,"tr_customer_product_id":155597,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:52:11.000Z","modified_at":"2026-01-16T03:52:48.000Z","name":"Elisa Larkin","mobile_number":"771-461-6161","email_id":"Maude85@gmail.com","dop":"2025-04-06","serial_number":"11128804495019","imei1":"11128804495019","imei2":"11128804495019","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:52:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155594,"job_number":"JOB_155594","tr_customer_id":155611,"tr_customer_product_id":155601,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:52:45.000Z","modified_at":"2026-01-16T03:53:22.000Z","name":"Thad Becker","mobile_number":"410-659-0974","email_id":"Creola_Abbott46@gmail.com","dop":"2025-04-06","serial_number":"15431213662417","imei1":"15431213662417","imei2":"15431213662417","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:53:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155597,"job_number":"JOB_155597","tr_customer_id":155614,"tr_customer_product_id":155604,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:52:56.000Z","modified_at":"2026-01-16T03:53:32.000Z","name":"Charles Beahan","mobile_number":"879-881-3306","email_id":"Lesley.Wiza@yahoo.com","dop":"2025-04-06","serial_number":"11118465697725","imei1":"11118465697725","imei2":"11118465697725","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:53:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155605,"job_number":"JOB_155605","tr_customer_id":155622,"tr_customer_product_id":155612,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:59:17.000Z","modified_at":"2026-01-16T03:59:41.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"27088464727844","imei1":"27088464727844","imei2":"27088464727844","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:59:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155612,"job_number":"JOB_155612","tr_customer_id":155629,"tr_customer_product_id":155619,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:59:48.000Z","modified_at":"2026-01-16T04:00:11.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"64565458507438","imei1":"64565458507438","imei2":"64565458507438","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T04:00:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155619,"job_number":"JOB_155619","tr_customer_id":155636,"tr_customer_product_id":155626,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:00:19.000Z","modified_at":"2026-01-16T04:00:42.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"54487455581876","imei1":"54487455581876","imei2":"54487455581876","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T04:00:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155620,"job_number":"JOB_155620","tr_customer_id":155637,"tr_customer_product_id":155627,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:29:32.000Z","modified_at":"2026-01-16T04:30:09.000Z","name":"Llewellyn Prohaska","mobile_number":"610-288-6429","email_id":"Minerva78@yahoo.com","dop":"2025-04-06","serial_number":"12792562532060","imei1":"12792562532060","imei2":"12792562532060","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T04:30:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155629,"job_number":"JOB_155629","tr_customer_id":155646,"tr_customer_product_id":155636,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:44:27.000Z","modified_at":"2026-01-16T04:44:37.000Z","name":"Calista Daniel","mobile_number":"945-733-5658","email_id":"Bruce24@yahoo.com","dop":"2025-07-01","serial_number":"103103343205438","imei1":"103103343205438","imei2":"103103343205438","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T04:44:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155632,"job_number":"JOB_155632","tr_customer_id":155649,"tr_customer_product_id":155639,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:44:39.000Z","modified_at":"2026-01-16T04:44:48.000Z","name":"Octavia Hayes","mobile_number":"586-290-0739","email_id":"Torey_Rodriguez@yahoo.com","dop":"2025-07-01","serial_number":"102714794736504","imei1":"102714794736504","imei2":"102714794736504","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T04:44:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155639,"job_number":"JOB_155639","tr_customer_id":155656,"tr_customer_product_id":155646,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:56:17.000Z","modified_at":"2026-01-16T04:56:58.000Z","name":"Pierre Hessel","mobile_number":"993-972-7998","email_id":"Cruz_McKenzie55@yahoo.com","dop":"2025-04-06","serial_number":"12694237194878","imei1":"12694237194878","imei2":"12694237194878","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T04:56:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155641,"job_number":"JOB_155641","tr_customer_id":155658,"tr_customer_product_id":155648,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:56:38.000Z","modified_at":"2026-01-16T04:57:15.000Z","name":"Blaze Pouros","mobile_number":"664-921-1098","email_id":"Brice.Jenkins@yahoo.com","dop":"2025-04-06","serial_number":"15691029113077","imei1":"15691029113077","imei2":"15691029113077","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T04:57:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155656,"job_number":"JOB_155656","tr_customer_id":155673,"tr_customer_product_id":155663,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:16:02.000Z","modified_at":"2026-01-16T06:16:41.000Z","name":"April Turner","mobile_number":"687-855-3445","email_id":"Armando.McLaughlin1@yahoo.com","dop":"2025-04-06","serial_number":"16817630391135","imei1":"16817630391135","imei2":"16817630391135","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:16:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155665,"job_number":"JOB_155665","tr_customer_id":155682,"tr_customer_product_id":155672,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:16:48.000Z","modified_at":"2026-01-16T06:17:27.000Z","name":"Deron Ullrich","mobile_number":"395-700-2186","email_id":"Elmira_Hintz36@gmail.com","dop":"2025-04-06","serial_number":"16538863290454","imei1":"16538863290454","imei2":"16538863290454","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:17:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155669,"job_number":"JOB_155669","tr_customer_id":155686,"tr_customer_product_id":155676,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:17:35.000Z","modified_at":"2026-01-16T06:18:19.000Z","name":"Ewell Corkery","mobile_number":"813-982-6579","email_id":"Ken_Schultz@gmail.com","dop":"2025-04-06","serial_number":"19024072169478","imei1":"19024072169478","imei2":"19024072169478","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:18:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155685,"job_number":"JOB_155685","tr_customer_id":155702,"tr_customer_product_id":155692,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:21:57.000Z","modified_at":"2026-01-16T06:22:35.000Z","name":"Samir D'Amore","mobile_number":"287-776-3356","email_id":"Penelope46@yahoo.com","dop":"2025-06-18","serial_number":"10347834948635","imei1":"10347834948635","imei2":"10347834948635","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:22:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155688,"job_number":"JOB_155688","tr_customer_id":155705,"tr_customer_product_id":155695,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:22:43.000Z","modified_at":"2026-01-16T06:23:20.000Z","name":"Cicero Tillman","mobile_number":"475-579-0102","email_id":"Will83@yahoo.com","dop":"2025-06-18","serial_number":"10857174494582","imei1":"10857174494582","imei2":"10857174494582","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:23:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155692,"job_number":"JOB_155692","tr_customer_id":155709,"tr_customer_product_id":155699,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:27:02.000Z","modified_at":"2026-01-16T06:27:38.000Z","name":"Torey Kozey","mobile_number":"636-891-6782","email_id":"Maurice_Adams78@yahoo.com","dop":"2025-04-06","serial_number":"11986473215005","imei1":"11986473215005","imei2":"11986473215005","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:27:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155695,"job_number":"JOB_155695","tr_customer_id":155712,"tr_customer_product_id":155702,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:27:45.000Z","modified_at":"2026-01-16T06:28:20.000Z","name":"Darrell Miller","mobile_number":"719-750-9013","email_id":"Gideon_Goyette94@yahoo.com","dop":"2025-04-06","serial_number":"17237194779382","imei1":"17237194779382","imei2":"17237194779382","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:28:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155698,"job_number":"JOB_155698","tr_customer_id":155715,"tr_customer_product_id":155705,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:28:27.000Z","modified_at":"2026-01-16T06:29:03.000Z","name":"Nasir Welch","mobile_number":"897-283-4490","email_id":"Leslie.Schulist74@gmail.com","dop":"2025-04-06","serial_number":"19464405202138","imei1":"19464405202138","imei2":"19464405202138","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:29:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155703,"job_number":"JOB_155703","tr_customer_id":155720,"tr_customer_product_id":155710,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:29:30.000Z","modified_at":"2026-01-16T06:30:11.000Z","name":"Ollie Stroman","mobile_number":"478-870-0177","email_id":"Ada.Block@yahoo.com","dop":"2025-04-06","serial_number":"16953975620819","imei1":"16953975620819","imei2":"16953975620819","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:30:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155706,"job_number":"JOB_155706","tr_customer_id":155723,"tr_customer_product_id":155713,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:30:19.000Z","modified_at":"2026-01-16T06:31:00.000Z","name":"Rigoberto Jacobson","mobile_number":"569-401-2122","email_id":"Crawford.Roberts76@gmail.com","dop":"2025-04-06","serial_number":"12380357433051","imei1":"12380357433051","imei2":"12380357433051","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:31:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155709,"job_number":"JOB_155709","tr_customer_id":155726,"tr_customer_product_id":155716,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:31:08.000Z","modified_at":"2026-01-16T06:31:49.000Z","name":"Alejandra Reilly","mobile_number":"780-420-5912","email_id":"Bertha54@yahoo.com","dop":"2025-04-06","serial_number":"18483580835511","imei1":"18483580835511","imei2":"18483580835511","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:31:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155711,"job_number":"JOB_155711","tr_customer_id":155728,"tr_customer_product_id":155718,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:33:23.000Z","modified_at":"2026-01-16T06:34:14.000Z","name":"Wilton Stehr","mobile_number":"271-924-0498","email_id":"Isac_Effertz57@yahoo.com","dop":"2025-04-06","serial_number":"18310168636984","imei1":"18310168636984","imei2":"18310168636984","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:34:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155715,"job_number":"JOB_155715","tr_customer_id":155732,"tr_customer_product_id":155722,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:34:13.000Z","modified_at":"2026-01-16T06:34:55.000Z","name":"Mike Yundt","mobile_number":"256-731-8532","email_id":"Leopold13@yahoo.com","dop":"2025-04-06","serial_number":"16034146038240","imei1":"16034146038240","imei2":"16034146038240","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:34:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155718,"job_number":"JOB_155718","tr_customer_id":155735,"tr_customer_product_id":155725,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:34:34.000Z","modified_at":"2026-01-16T06:35:11.000Z","name":"Mafalda McKenzie","mobile_number":"920-632-5357","email_id":"Westley_Bartell48@yahoo.com","dop":"2000-01-31","serial_number":"10845527250382","imei1":"10845527250382","imei2":"10845527250382","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:35:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155721,"job_number":"JOB_155721","tr_customer_id":155738,"tr_customer_product_id":155728,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:35:04.000Z","modified_at":"2026-01-16T06:35:54.000Z","name":"Jamison Lockman","mobile_number":"833-480-5080","email_id":"Glenda24@hotmail.com","dop":"2025-04-06","serial_number":"11180391073842","imei1":"11180391073842","imei2":"11180391073842","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:35:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155724,"job_number":"JOB_155724","tr_customer_id":155741,"tr_customer_product_id":155731,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:35:18.000Z","modified_at":"2026-01-16T06:35:54.000Z","name":"Laurianne Auer","mobile_number":"786-311-5641","email_id":"Selmer7@yahoo.com","dop":"2000-01-31","serial_number":"10684109007475","imei1":"10684109007475","imei2":"10684109007475","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:35:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155727,"job_number":"JOB_155727","tr_customer_id":155744,"tr_customer_product_id":155734,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:35:51.000Z","modified_at":"2026-01-16T06:36:29.000Z","name":"Eva Rippin","mobile_number":"651-415-0665","email_id":"Amber.Bergnaum@yahoo.com","dop":"2025-04-06","serial_number":"12282164406009","imei1":"12282164406009","imei2":"12282164406009","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:36:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155730,"job_number":"JOB_155730","tr_customer_id":155747,"tr_customer_product_id":155737,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:36:01.000Z","modified_at":"2026-01-16T06:36:36.000Z","name":"Gerda Lubowitz","mobile_number":"270-389-9105","email_id":"Vivienne_Marks54@gmail.com","dop":"2000-01-31","serial_number":"10037800508870","imei1":"10037800508870","imei2":"10037800508870","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:36:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155732,"job_number":"JOB_155732","tr_customer_id":155749,"tr_customer_product_id":155739,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:36:02.000Z","modified_at":"2026-01-16T06:36:42.000Z","name":"Retha Doyle","mobile_number":"322-358-5895","email_id":"Lucy.Wilderman@yahoo.com","dop":"2025-04-06","serial_number":"14618890772741","imei1":"14618890772741","imei2":"14618890772741","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:36:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155736,"job_number":"JOB_155736","tr_customer_id":155753,"tr_customer_product_id":155743,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:36:37.000Z","modified_at":"2026-01-16T06:37:14.000Z","name":"Lacey Hessel","mobile_number":"568-278-2896","email_id":"Shanny.Blick97@yahoo.com","dop":"2025-04-06","serial_number":"13713984603110","imei1":"13713984603110","imei2":"13713984603110","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:37:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155739,"job_number":"JOB_155739","tr_customer_id":155756,"tr_customer_product_id":155746,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:36:44.000Z","modified_at":"2026-01-16T06:37:19.000Z","name":"Dejon Lakin","mobile_number":"335-907-8039","email_id":"Lauren.Hayes92@yahoo.com","dop":"2000-01-31","serial_number":"10267037698192","imei1":"10267037698192","imei2":"10267037698192","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:37:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155742,"job_number":"JOB_155742","tr_customer_id":155759,"tr_customer_product_id":155749,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:37:22.000Z","modified_at":"2026-01-16T06:38:00.000Z","name":"Jayme Douglas","mobile_number":"532-355-5229","email_id":"Mikel_Padberg62@gmail.com","dop":"2025-04-06","serial_number":"12386822199817","imei1":"12386822199817","imei2":"12386822199817","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:38:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155745,"job_number":"JOB_155745","tr_customer_id":155762,"tr_customer_product_id":155752,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:40:24.000Z","modified_at":"2026-01-16T06:41:00.000Z","name":"Litzy Becker","mobile_number":"927-899-7268","email_id":"Alfonso.Johnston31@yahoo.com","dop":"2025-04-06","serial_number":"17301731604560","imei1":"17301731604560","imei2":"17301731604560","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:41:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155748,"job_number":"JOB_155748","tr_customer_id":155765,"tr_customer_product_id":155755,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:41:07.000Z","modified_at":"2026-01-16T06:41:43.000Z","name":"Mariano Rice","mobile_number":"468-584-7081","email_id":"Coy.Kassulke63@yahoo.com","dop":"2025-04-06","serial_number":"12971650487339","imei1":"12971650487339","imei2":"12971650487339","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:41:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155750,"job_number":"JOB_155750","tr_customer_id":155767,"tr_customer_product_id":155757,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:41:19.000Z","modified_at":"2026-01-16T06:41:58.000Z","name":"Era Conn","mobile_number":"211-457-8514","email_id":"Colleen71@gmail.com","dop":"2025-04-06","serial_number":"14607941375750","imei1":"14607941375750","imei2":"14607941375750","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:41:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155753,"job_number":"JOB_155753","tr_customer_id":155770,"tr_customer_product_id":155760,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:41:22.000Z","modified_at":"2026-01-16T06:41:58.000Z","name":"Jessika Sauer","mobile_number":"974-395-5344","email_id":"Kevon_Gutkowski66@gmail.com","dop":"2025-04-06","serial_number":"17489862917540","imei1":"17489862917540","imei2":"17489862917540","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:41:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155755,"job_number":"JOB_155755","tr_customer_id":155772,"tr_customer_product_id":155762,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:41:42.000Z","modified_at":"2026-01-16T06:42:21.000Z","name":"Daphne Bechtelar","mobile_number":"808-234-3950","email_id":"Cristobal.Conn@gmail.com","dop":"2025-04-06","serial_number":"13859799202004","imei1":"13859799202004","imei2":"13859799202004","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:42:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155758,"job_number":"JOB_155758","tr_customer_id":155775,"tr_customer_product_id":155765,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:41:50.000Z","modified_at":"2026-01-16T06:42:26.000Z","name":"Cassandre Jacobi","mobile_number":"850-268-7166","email_id":"Norwood.Barton5@yahoo.com","dop":"2025-04-06","serial_number":"14243627246357","imei1":"14243627246357","imei2":"14243627246357","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:42:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155762,"job_number":"JOB_155762","tr_customer_id":155779,"tr_customer_product_id":155769,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:42:06.000Z","modified_at":"2026-01-16T06:42:49.000Z","name":"Lambert Romaguera","mobile_number":"575-935-0067","email_id":"Berta_Macejkovic@gmail.com","dop":"2025-04-06","serial_number":"14883302352445","imei1":"14883302352445","imei2":"14883302352445","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:42:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155766,"job_number":"JOB_155766","tr_customer_id":155783,"tr_customer_product_id":155773,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:42:57.000Z","modified_at":"2026-01-16T06:43:37.000Z","name":"Jerad Ratke","mobile_number":"442-531-9934","email_id":"Regan_OKon21@hotmail.com","dop":"2025-04-06","serial_number":"14751056389494","imei1":"14751056389494","imei2":"14751056389494","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:43:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155769,"job_number":"JOB_155769","tr_customer_id":155786,"tr_customer_product_id":155776,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:46:44.000Z","modified_at":"2026-01-16T06:47:19.000Z","name":"Angelita Cremin","mobile_number":"999-346-0038","email_id":"Karelle56@gmail.com","dop":"2025-04-06","serial_number":"19340401206102","imei1":"19340401206102","imei2":"19340401206102","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:47:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155771,"job_number":"JOB_155771","tr_customer_id":155788,"tr_customer_product_id":155778,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:46:50.000Z","modified_at":"2026-01-16T06:47:34.000Z","name":"Assunta Olson","mobile_number":"694-867-5601","email_id":"Katelyn.Crona21@yahoo.com","dop":"2025-04-06","serial_number":"14506832890592","imei1":"14506832890592","imei2":"14506832890592","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:47:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155774,"job_number":"JOB_155774","tr_customer_id":155791,"tr_customer_product_id":155781,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:47:26.000Z","modified_at":"2026-01-16T06:48:00.000Z","name":"Jimmie Bins","mobile_number":"950-428-2732","email_id":"Mae.Kirlin41@hotmail.com","dop":"2025-04-06","serial_number":"11906500997937","imei1":"11906500997937","imei2":"11906500997937","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:48:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155777,"job_number":"JOB_155777","tr_customer_id":155794,"tr_customer_product_id":155784,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:48:07.000Z","modified_at":"2026-01-16T06:48:42.000Z","name":"Ashlynn Farrell","mobile_number":"461-825-6931","email_id":"Charley.Boyle@yahoo.com","dop":"2025-04-06","serial_number":"15723477770811","imei1":"15723477770811","imei2":"15723477770811","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:48:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155779,"job_number":"JOB_155779","tr_customer_id":155796,"tr_customer_product_id":155786,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T07:00:16.000Z","modified_at":"2026-01-16T07:00:53.000Z","name":"Alysha Botsford","mobile_number":"371-683-7753","email_id":"Frida.Kreiger@gmail.com","dop":"2025-04-06","serial_number":"15936738577588","imei1":"15936738577588","imei2":"15936738577588","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T07:00:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155787,"job_number":"JOB_155787","tr_customer_id":155804,"tr_customer_product_id":155794,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T07:42:34.000Z","modified_at":"2026-01-16T07:43:13.000Z","name":"Nathanael Moen","mobile_number":"999-980-8246","email_id":"Mariela.Kozey62@hotmail.com","dop":"2025-04-06","serial_number":"14422282238553","imei1":"14422282238553","imei2":"14422282238553","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T07:43:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155491,"job_number":"JOB_155491","tr_customer_id":155508,"tr_customer_product_id":155498,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:50:19.000Z","modified_at":"2026-01-16T03:50:42.000Z","name":"Kianna Walter","mobile_number":"766-473-7208","email_id":"Elvie.Halvorson@yahoo.com","dop":"2025-10-01","serial_number":"12643475059657","imei1":"12643475059657","imei2":"12643475059657","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:50:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155540,"job_number":"JOB_155540","tr_customer_id":155557,"tr_customer_product_id":155547,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:12.000Z","modified_at":"2026-01-16T03:51:22.000Z","name":"Luis Romaguera","mobile_number":"868-464-5699","email_id":"Ona96@hotmail.com","dop":"2025-06-09","serial_number":"101696792019597","imei1":"101696792019597","imei2":"101696792019597","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:51:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155556,"job_number":"JOB_155556","tr_customer_id":155573,"tr_customer_product_id":155563,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:26.000Z","modified_at":"2026-01-16T03:51:36.000Z","name":"Enrique Runolfsdottir","mobile_number":"768-879-1361","email_id":"Hester.Boehm51@gmail.com","dop":"2025-06-09","serial_number":"105072518539991","imei1":"105072518539991","imei2":"105072518539991","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:51:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155573,"job_number":"JOB_155573","tr_customer_id":155590,"tr_customer_product_id":155580,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T03:51:41.000Z","modified_at":"2026-01-16T03:51:51.000Z","name":"Joanie Franecki","mobile_number":"901-445-1012","email_id":"Buster.Gottlieb5@gmail.com","dop":"2025-06-09","serial_number":"103865359975097","imei1":"103865359975097","imei2":"103865359975097","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T03:51:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155635,"job_number":"JOB_155635","tr_customer_id":155652,"tr_customer_product_id":155642,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:50:59.000Z","modified_at":"2026-01-16T04:51:04.000Z","name":"saitama sensei","mobile_number":"248-751-1631","email_id":"saitama@yopmail.com","dop":"2026-01-10","serial_number":"47399400994679","imei1":"47399400994679","imei2":"47399400994679","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T04:51:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155636,"job_number":"JOB_155636","tr_customer_id":155653,"tr_customer_product_id":155643,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:51:05.000Z","modified_at":"2026-01-16T04:51:11.000Z","name":"tanjiro kamado","mobile_number":"988-706-9340","email_id":"tanjiro@g.com","dop":"2026-01-10","serial_number":"279171853241368","imei1":"279171853241368","imei2":"279171853241368","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T04:51:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155637,"job_number":"JOB_155637","tr_customer_id":155654,"tr_customer_product_id":155644,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:51:13.000Z","modified_at":"2026-01-16T04:51:18.000Z","name":"giyu tomiaka","mobile_number":"785-583-9338","email_id":"giyu@g.com","dop":"2026-01-10","serial_number":"268699225418318","imei1":"268699225418318","imei2":"268699225418318","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T04:51:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155644,"job_number":"JOB_155644","tr_customer_id":155661,"tr_customer_product_id":155651,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:57:29.000Z","modified_at":"2026-01-16T04:57:34.000Z","name":"saitama sensei","mobile_number":"874-541-6279","email_id":"saitama@yopmail.com","dop":"2026-01-10","serial_number":"497171649338053","imei1":"497171649338053","imei2":"497171649338053","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T04:57:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155645,"job_number":"JOB_155645","tr_customer_id":155662,"tr_customer_product_id":155652,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:57:36.000Z","modified_at":"2026-01-16T04:57:40.000Z","name":"tanjiro kamado","mobile_number":"765-262-5354","email_id":"tanjiro@g.com","dop":"2026-01-10","serial_number":"612205718039404","imei1":"612205718039404","imei2":"612205718039404","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T04:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155646,"job_number":"JOB_155646","tr_customer_id":155663,"tr_customer_product_id":155653,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T04:57:41.000Z","modified_at":"2026-01-16T04:57:47.000Z","name":"giyu tomiaka","mobile_number":"870-634-2232","email_id":"giyu@g.com","dop":"2026-01-10","serial_number":"926735047862750","imei1":"926735047862750","imei2":"926735047862750","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T04:57:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155660,"job_number":"JOB_155660","tr_customer_id":155677,"tr_customer_product_id":155667,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:16:09.000Z","modified_at":"2026-01-16T06:16:19.000Z","name":"Brain Ziemann","mobile_number":"817-293-2111","email_id":"Angelo.Howe11@yahoo.com","dop":"2025-11-04","serial_number":"27372645612775","imei1":"27372645612775","imei2":"27372645612775","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:16:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155661,"job_number":"JOB_155661","tr_customer_id":155678,"tr_customer_product_id":155668,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:16:23.000Z","modified_at":"2026-01-16T06:16:47.000Z","name":"Jacklyn Ritchie","mobile_number":"359-464-7744","email_id":"Xzavier43@gmail.com","dop":"2025-11-04","serial_number":"51181756420704","imei1":"51181756420704","imei2":"51181756420704","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:16:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155667,"job_number":"JOB_155667","tr_customer_id":155684,"tr_customer_product_id":155674,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:16:59.000Z","modified_at":"2026-01-16T06:17:20.000Z","name":"London Anderson","mobile_number":"879-652-3082","email_id":"Ceasar_Ortiz22@yahoo.com","dop":"2025-10-01","serial_number":"16020492474347","imei1":"16020492474347","imei2":"16020492474347","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:17:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155672,"job_number":"JOB_155672","tr_customer_id":155689,"tr_customer_product_id":155679,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:19:18.000Z","modified_at":"2026-01-16T06:19:28.000Z","name":"Henri Wiegand","mobile_number":"572-809-5221","email_id":"Demetrius.Ledner51@gmail.com","dop":"2025-06-09","serial_number":"101352267333727","imei1":"101352267333727","imei2":"101352267333727","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:19:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155675,"job_number":"JOB_155675","tr_customer_id":155692,"tr_customer_product_id":155682,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:19:33.000Z","modified_at":"2026-01-16T06:19:43.000Z","name":"Jalyn Lang","mobile_number":"520-674-1694","email_id":"Amber_Weimann@hotmail.com","dop":"2025-06-09","serial_number":"108675004765256","imei1":"108675004765256","imei2":"108675004765256","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:19:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155678,"job_number":"JOB_155678","tr_customer_id":155695,"tr_customer_product_id":155685,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:19:48.000Z","modified_at":"2026-01-16T06:19:58.000Z","name":"Arianna Kuhlman","mobile_number":"258-389-0077","email_id":"Garrett.Herzog44@yahoo.com","dop":"2025-06-09","serial_number":"107519804436607","imei1":"107519804436607","imei2":"107519804436607","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:19:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155680,"job_number":"JOB_155680","tr_customer_id":155697,"tr_customer_product_id":155687,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:21:02.000Z","modified_at":"2026-01-16T06:21:12.000Z","name":"shoaib shaikh","mobile_number":"9191987787","email_id":"shaikhshoaib@gmail.com","dop":"2025-12-13","serial_number":"69891090792801","imei1":"69891090792801","imei2":"69891090792801","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:21:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155681,"job_number":"JOB_155681","tr_customer_id":155698,"tr_customer_product_id":155688,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:21:17.000Z","modified_at":"2026-01-16T06:21:27.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"10508605830768","imei1":"10508605830768","imei2":"10508605830768","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:21:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155682,"job_number":"JOB_155682","tr_customer_id":155699,"tr_customer_product_id":155689,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:21:31.000Z","modified_at":"2026-01-16T06:21:41.000Z","name":"jatin sharma","mobile_number":"9191976787","email_id":"jatinvsharma@gmail.com","dop":"2025-12-13","serial_number":"52494104589384","imei1":"52494104589384","imei2":"52494104589384","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:21:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155700,"job_number":"JOB_155700","tr_customer_id":155717,"tr_customer_product_id":155707,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:28:59.000Z","modified_at":"2026-01-16T06:29:09.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"66704215038985","imei1":"66704215038985","imei2":"66704215038985","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:29:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155701,"job_number":"JOB_155701","tr_customer_id":155718,"tr_customer_product_id":155708,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T06:29:13.000Z","modified_at":"2026-01-16T06:29:24.000Z","name":"jatin sharma","mobile_number":"9191976787","email_id":"jatinvsharma@gmail.com","dop":"2025-12-13","serial_number":"19299433226645","imei1":"19299433226645","imei2":"19299433226645","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T06:29:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155781,"job_number":"JOB_155781","tr_customer_id":155798,"tr_customer_product_id":155788,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T07:24:24.000Z","modified_at":"2026-01-16T07:24:35.000Z","name":"Ewald O'Kon","mobile_number":"878-426-9764","email_id":"Jennings_Jacobi@hotmail.com","dop":"2025-11-04","serial_number":"86801042517635","imei1":"86801042517635","imei2":"86801042517635","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T07:24:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155782,"job_number":"JOB_155782","tr_customer_id":155799,"tr_customer_product_id":155789,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T07:24:39.000Z","modified_at":"2026-01-16T07:24:51.000Z","name":"Marielle Schoen","mobile_number":"557-337-2290","email_id":"Dena.Ritchie@yahoo.com","dop":"2025-11-04","serial_number":"97713114123277","imei1":"97713114123277","imei2":"97713114123277","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T07:24:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155783,"job_number":"JOB_155783","tr_customer_id":155800,"tr_customer_product_id":155790,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T07:24:57.000Z","modified_at":"2026-01-16T07:25:13.000Z","name":"Ismael Von","mobile_number":"473-578-3510","email_id":"Myriam_Mante5@yahoo.com","dop":"2025-11-04","serial_number":"77724937856255","imei1":"77724937856255","imei2":"77724937856255","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T07:25:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155789,"job_number":"JOB_155789","tr_customer_id":155806,"tr_customer_product_id":155796,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T07:42:50.000Z","modified_at":"2026-01-16T07:43:01.000Z","name":"Ruby Jerde","mobile_number":"325-899-3758","email_id":"Jack.Jerde20@hotmail.com","dop":"2025-11-04","serial_number":"66921671520550","imei1":"66921671520550","imei2":"66921671520550","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T07:43:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":155790,"job_number":"JOB_155790","tr_customer_id":155807,"tr_customer_product_id":155797,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T07:43:05.000Z","modified_at":"2026-01-16T07:43:16.000Z","name":"Keanu Reichel","mobile_number":"742-495-9768","email_id":"Maryse_Huels@yahoo.com","dop":"2025-11-04","serial_number":"56767976450249","imei1":"56767976450249","imei2":"56767976450249","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-16T07:43:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/qc
Response Information
Response Code: 200 - OK
Mean time per request: 276ms
Mean size per request: 1021B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODU0OTQwN30.2A4A960VxBzC9evfBS9t34DI3EFp_7nqpuJTH5mbUq4
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 276f15b4-7b29-4db8-9185-9a4477f98faf
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 1021
ETag W/"3fd-QBaOfWTf7C0KEnMNr8NGXymlIx8"
Vary Accept-Encoding
Date Fri, 16 Jan 2026 07:43:28 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":155791,"job_number":"JOB_155791","tr_customer_id":155808,"tr_customer_product_id":155798,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T07:43:20.000Z","modified_at":"2026-01-16T07:43:27.000Z","name":"Pierce Schinner","mobile_number":"859-525-6249","email_id":"Emelia32@hotmail.com","dop":"2025-11-04","serial_number":"30300147894998","imei1":"30300147894998","imei2":"30300147894998","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-01-16T07:43:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"job_id":98100}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/qc
Response Information
Response Code: 200 - OK
Mean time per request: 254ms
Mean size per request: 49B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODU0OTQwN30.2A4A960VxBzC9evfBS9t34DI3EFp_7nqpuJTH5mbUq4
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token a651b18c-8f83-4d0d-8b4f-4dd4ce14b322
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 24
Request Body
{
            "job_id": 155791
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 49
ETag W/"31-mme4/gAy7n3u0+fm11JLWXqB5Dc"
Vary Accept-Encoding
Date Fri, 16 Jan 2026 07:43:29 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"QC completed successfully","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/qc
Response Information
Response Code: 200 - OK
Mean time per request: 276ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODU0OTQwN30.2A4A960VxBzC9evfBS9t34DI3EFp_7nqpuJTH5mbUq4
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 4560912a-073d-42fe-bd68-5c2e5bb70dd8
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Fri, 16 Jan 2026 07:43:29 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamfd","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 251ms
Mean size per request: 690B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token eb5f853a-aace-467b-8ed1-f2f865fd9325
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 42
Request Body
{"username":"iamfd","password":"password"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 690
ETag W/"2b2-aZO8D1+X05+x3rpWE79tWFxH5uA"
Vary Accept-Encoding
Date Fri, 16 Jan 2026 07:43:29 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg1NDk0MDl9.NI5ZZJ29nbyyQD09VT6oXPxSzlLQfZCbDyH-kKjgLho"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"1af-Hx7rWnhMedRwRJUvWdcdDLlvRd0"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 250ms
Mean size per request: 438B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg1NDkzOTd9.nLkBMufPP_WzEI6E-t_2RVeXhNbxgrV8WsNYSflu7Uk
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 91169807-c1cd-47d2-b122-ab70befe81c4
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 438
ETag W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"
Vary Accept-Encoding
Date Fri, 16 Jan 2026 07:43:29 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"ca-jAuD6auKdGVIj/PAp8hCwAtCfbU"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 263ms
Mean size per request: 242B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg1NDkzOTd9.nLkBMufPP_WzEI6E-t_2RVeXhNbxgrV8WsNYSflu7Uk
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 0868e259-5248-46ef-a95c-1b6360dd2160
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-vYp5+dh7Cpdsh6kwhV3aYlqP9zs"
Vary Accept-Encoding
Date Fri, 16 Jan 2026 07:43:30 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":1},{"label":"Created today","key":"created_today","count":368},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"pending_for_delivery"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 261ms
Mean size per request: 1012B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg1NDkzOTd9.nLkBMufPP_WzEI6E-t_2RVeXhNbxgrV8WsNYSflu7Uk
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 2b9958f7-5c17-4180-a248-8ba7da741e8b
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 38
Request Body
{"details_key":"pending_for_delivery"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 1012
ETag W/"3f4-G3+Sw29zuQEyAYZ2I8pHYX4CRiU"
Vary Accept-Encoding
Date Fri, 16 Jan 2026 07:43:30 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":155791,"job_number":"JOB_155791","tr_customer_id":155808,"tr_customer_product_id":155798,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T07:43:20.000Z","modified_at":"2026-01-16T07:43:29.000Z","name":"Pierce Schinner","mobile_number":"859-525-6249","email_id":"Emelia32@hotmail.com","dop":"2025-11-04","serial_number":"30300147894998","imei1":"30300147894998","imei2":"30300147894998","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-16T07:43:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/fd/readyfordelivery' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/fd/readyfordelivery
Response Information
Response Code: 200 - OK
Mean time per request: 260ms
Mean size per request: 1012B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg1NDkzOTd9.nLkBMufPP_WzEI6E-t_2RVeXhNbxgrV8WsNYSflu7Uk
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 97140d9f-b6f4-4df2-b398-abd7714e5c08
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 1012
ETag W/"3f4-G3+Sw29zuQEyAYZ2I8pHYX4CRiU"
Vary Accept-Encoding
Date Fri, 16 Jan 2026 07:43:30 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":155791,"job_number":"JOB_155791","tr_customer_id":155808,"tr_customer_product_id":155798,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T07:43:20.000Z","modified_at":"2026-01-16T07:43:29.000Z","name":"Pierce Schinner","mobile_number":"859-525-6249","email_id":"Emelia32@hotmail.com","dop":"2025-11-04","serial_number":"30300147894998","imei1":"30300147894998","imei2":"30300147894998","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-16T07:43:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/fd/delivertocustomer' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"job_id":98100}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/fd/delivertocustomer
Response Information
Response Code: 200 - OK
Mean time per request: 256ms
Mean size per request: 58B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg1NDkzOTd9.nLkBMufPP_WzEI6E-t_2RVeXhNbxgrV8WsNYSflu7Uk
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token f5c153ff-3690-4d2f-a60c-df96556c8d63
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 24
Request Body
{
            "job_id": 155791
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 58
ETag W/"3a-3WdMDfucbYXvuH7Sl4ZX4bUclMI"
Vary Accept-Encoding
Date Fri, 16 Jan 2026 07:43:30 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Delivered to customer successfully","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/search' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDUyMjJ9.YREOhYz69EGXsaEozCw6Ugj3PVEi1zWT1bB4uvrhA9o' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"searchText":"JOB_98100"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/search
Response Information
Response Code: 200 - OK
Mean time per request: 259ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg1NDkzOTd9.nLkBMufPP_WzEI6E-t_2RVeXhNbxgrV8WsNYSflu7Uk
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 300bdbc6-a2a6-4218-899f-5056408ce384
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 26
Request Body
{"searchText":"JOB_98100"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Fri, 16 Jan 2026 07:43:31 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_98100' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDUyMjJ9.YREOhYz69EGXsaEozCw6Ugj3PVEi1zWT1bB4uvrhA9o' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/details/155791
Response Information
Response Code: 200 - OK
Mean time per request: 261ms
Mean size per request: 33B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg1NDkzOTd9.nLkBMufPP_WzEI6E-t_2RVeXhNbxgrV8WsNYSflu7Uk
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 671a07ee-f66f-4132-a87d-9374b7291359
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 33
ETag W/"21-a549D1gRd+HW17tYvMzi9u5U1G4"
Vary Accept-Encoding
Date Fri, 16 Jan 2026 07:43:31 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":null}
Test Information
No Tests for this request
Request Information
Request Method: GET
Request URL:
Response Information
Response Code: -
Mean time per request: 0ms
Mean size per request: 0B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Response Headers
Response Body
No Response Body for this request
Test Information
No Tests for this request